List of all members.
Classes
Public Types
-
typedef const coordT * const_iterator
-
typedef
QhullHyperplane::const_iterator ConstIterator
-
typedef const coordT * iterator
-
typedef QhullHyperplane::iterator Iterator
Public Member Functions
-
iterator begin ()
-
const_iterator begin () const
-
const_iterator constBegin () const
-
const_iterator constEnd () const
-
const coordT * coordinates () const
-
coordT * coordinates ()
-
int count ()
-
void defineAs (int hyperplaneDimension, coordT *c, coordT hyperplaneOffset)
-
void defineAs (QhullHyperplane &other)
- Creates an alias to other.
-
int dimension () const
-
double distance (const QhullPoint &p) const
- Return distance from point to hyperplane. If greater than zero, the point is above the facet (i.e., outside).
-
iterator end ()
-
const_iterator end () const
-
bool isDefined () const
-
double norm () const
-
coordT offset () const
-
bool operator!= (const QhullHyperplane &other) const
-
QhullHyperplane & operator= (const QhullHyperplane &other)
-
bool operator== (const QhullHyperplane &other) const
-
const coordT & operator[] (int idx) const
-
coordT & operator[] (int idx)
-
PrintHyperplane print () const
-
PrintHyperplane print (const char *message, const char *offsetMessage) const
-
QhullHyperplane (int hyperplaneDimension, coordT *c, coordT hyperplaneOffset)
-
QhullHyperplane (const QhullHyperplane &other)
-
void setCoordinates (coordT *c)
-
void setDimension (int hyperplaneDimension)
-
void setOffset (coordT hyperplaneOffset)
-
size_t size ()
-
std::vector< coordT > toStdVector () const
- Includes offset at end.
The documentation for this class was generated from the following files:
- modules/examples/ConvexHull/QhullHyperplane.h
- modules/examples/ConvexHull/QhullHyperplane.cpp