area() const | Mantid::Geometry::ConvexPolygon | virtual |
at(const size_t index) const | Mantid::Geometry::ConvexPolygon | virtual |
clear() | Mantid::Geometry::ConvexPolygon | |
contains(const Kernel::V2D &point) const | Mantid::Geometry::ConvexPolygon | virtual |
contains(const ConvexPolygon &poly) const | Mantid::Geometry::ConvexPolygon | virtual |
ConvexPolygon() | Mantid::Geometry::ConvexPolygon | |
ConvexPolygon(Vertices vertices) | Mantid::Geometry::ConvexPolygon | |
ConvexPolygon(ConvexPolygon &&)=default | Mantid::Geometry::ConvexPolygon | |
ConvexPolygon(const ConvexPolygon &)=default | Mantid::Geometry::ConvexPolygon | |
determinant() const | Mantid::Geometry::ConvexPolygon | virtual |
insert(const Kernel::V2D &pt) | Mantid::Geometry::ConvexPolygon | |
insert(double x, double y) | Mantid::Geometry::ConvexPolygon | |
isValid() const | Mantid::Geometry::ConvexPolygon | |
m_maxX | Mantid::Geometry::ConvexPolygon | private |
m_maxY | Mantid::Geometry::ConvexPolygon | private |
m_minX | Mantid::Geometry::ConvexPolygon | private |
m_minY | Mantid::Geometry::ConvexPolygon | private |
m_vertices | Mantid::Geometry::ConvexPolygon | private |
maxX() const | Mantid::Geometry::ConvexPolygon | virtual |
maxY() const | Mantid::Geometry::ConvexPolygon | virtual |
minX() const | Mantid::Geometry::ConvexPolygon | virtual |
minY() const | Mantid::Geometry::ConvexPolygon | virtual |
npoints() const | Mantid::Geometry::ConvexPolygon | virtual |
operator=(ConvexPolygon &&)=default | Mantid::Geometry::ConvexPolygon | |
operator=(const ConvexPolygon &)=default | Mantid::Geometry::ConvexPolygon | |
operator[](const size_t index) const | Mantid::Geometry::ConvexPolygon | virtual |
setup() | Mantid::Geometry::ConvexPolygon | private |
toPoly() const | Mantid::Geometry::ConvexPolygon | virtual |
triangleArea(const Kernel::V2D &a, const Kernel::V2D &b, const Kernel::V2D &c) const | Mantid::Geometry::ConvexPolygon | private |
Vertices typedef | Mantid::Geometry::ConvexPolygon | |
~ConvexPolygon()=default | Mantid::Geometry::ConvexPolygon | virtual |