Mantid
|
This is the complete list of members for Mantid::Geometry::MDPlane, including all inherited members.
construct(IterableType normal, IterableType point) | Mantid::Geometry::MDPlane | inlineprivate |
doesLineIntersect(const coord_t *pointA, const coord_t *pointB) const | Mantid::Geometry::MDPlane | inline |
getInequality() const | Mantid::Geometry::MDPlane | inline |
getNormal() const | Mantid::Geometry::MDPlane | inline |
getNumDims() const | Mantid::Geometry::MDPlane | inline |
isPointBounded(const coord_t *coords) const | Mantid::Geometry::MDPlane | inline |
isPointBounded(const Mantid::Kernel::VMD &coords) const | Mantid::Geometry::MDPlane | inline |
isPointBounded(const std::vector< coord_t > &coords) const | Mantid::Geometry::MDPlane | inline |
isPointInside(const coord_t *coords) const | Mantid::Geometry::MDPlane | inline |
isPointInside(const std::vector< coord_t > &coords) const | Mantid::Geometry::MDPlane | inline |
m_inequality | Mantid::Geometry::MDPlane | protected |
m_nd | Mantid::Geometry::MDPlane | protected |
m_normal | Mantid::Geometry::MDPlane | protected |
MDPlane(const Mantid::Kernel::VMD &normal, const Mantid::Kernel::VMD &point) | Mantid::Geometry::MDPlane | |
MDPlane(const std::vector< coord_t > &normal, const std::vector< coord_t > &point) | Mantid::Geometry::MDPlane | |
MDPlane(const size_t nd, const float *normal, const float *point) | Mantid::Geometry::MDPlane | |
MDPlane(const size_t nd, const double *normal, const double *point) | Mantid::Geometry::MDPlane | |
MDPlane(const std::vector< Mantid::Kernel::VMD > &vectors, const Mantid::Kernel::VMD &origin, const Mantid::Kernel::VMD &insidePoint) | Mantid::Geometry::MDPlane | |
MDPlane(const MDPlane &other) | Mantid::Geometry::MDPlane | |
operator=(const MDPlane &other) | Mantid::Geometry::MDPlane | |
~MDPlane() | Mantid::Geometry::MDPlane |