|
libcrn
3.9.5
A document image processing library
|
This is the complete list of members for crn::Point2D< T >, including all inherited members.
| Convert() const noexcept(noexcept(U{X})) | crn::Point2D< T > | inline |
| operator+=(const Point2D< T > &p) noexcept | crn::Point2D< T > | inline |
| operator-=(const Point2D< T > &p) noexcept | crn::Point2D< T > | inline |
| operator=(const Point2D &)=default | crn::Point2D< T > | |
| operator=(Point2D &&)=default | crn::Point2D< T > | |
| operator==(const Point2D &p) const noexcept | crn::Point2D< T > | inline |
| Point2D() noexcept(noexcept(T{0})) | crn::Point2D< T > | inline |
| Point2D(T x, T y) noexcept(std::is_nothrow_copy_constructible< T >::value) | crn::Point2D< T > | inline |
| Point2D(const Point2D &)=default | crn::Point2D< T > | |
| Point2D(Point2D &&)=default | crn::Point2D< T > | |
| ToString() const | crn::Point2D< T > | inline |
| value_type typedef | crn::Point2D< T > | |
| X | crn::Point2D< T > | |
| Y | crn::Point2D< T > | |
| ~Object()=default | crn::Object | virtual |
| ~Point2D() override=default | crn::Point2D< T > | virtual |
1.8.6