#include <QhullHyperplane.h>
Definition at line 33 of file QhullHyperplane.h.
◆ const_iterator
◆ ConstIterator
◆ iterator
◆ Iterator
◆ QhullHyperplane() [1/6]
orgQhull::QhullHyperplane::QhullHyperplane |
( |
| ) |
|
|
inline |
◆ QhullHyperplane() [2/6]
orgQhull::QhullHyperplane::QhullHyperplane |
( |
const Qhull & |
q | ) |
|
|
explicit |
◆ QhullHyperplane() [3/6]
orgQhull::QhullHyperplane::QhullHyperplane |
( |
const Qhull & |
q, |
|
|
int |
hyperplaneDimension, |
|
|
coordT * |
c, |
|
|
coordT |
hyperplaneOffset |
|
) |
| |
◆ QhullHyperplane() [4/6]
orgQhull::QhullHyperplane::QhullHyperplane |
( |
QhullQh * |
qqh | ) |
|
|
inlineexplicit |
◆ QhullHyperplane() [5/6]
orgQhull::QhullHyperplane::QhullHyperplane |
( |
QhullQh * |
qqh, |
|
|
int |
hyperplaneDimension, |
|
|
coordT * |
c, |
|
|
coordT |
hyperplaneOffset |
|
) |
| |
|
inline |
◆ QhullHyperplane() [6/6]
orgQhull::QhullHyperplane::QhullHyperplane |
( |
const QhullHyperplane & |
other | ) |
|
|
inline |
◆ ~QhullHyperplane()
orgQhull::QhullHyperplane::~QhullHyperplane |
( |
| ) |
|
|
inline |
◆ begin() [1/2]
iterator orgQhull::QhullHyperplane::begin |
( |
| ) |
|
|
inline |
◆ begin() [2/2]
◆ constBegin()
◆ constEnd()
◆ coordinates() [1/2]
const coordT* orgQhull::QhullHyperplane::coordinates |
( |
| ) |
const |
|
inline |
◆ coordinates() [2/2]
coordT* orgQhull::QhullHyperplane::coordinates |
( |
| ) |
|
|
inline |
◆ count()
int orgQhull::QhullHyperplane::count |
( |
| ) |
|
|
inline |
◆ defineAs() [1/2]
void orgQhull::QhullHyperplane::defineAs |
( |
int |
hyperplaneDimension, |
|
|
coordT * |
c, |
|
|
coordT |
hyperplaneOffset |
|
) |
| |
|
inline |
◆ defineAs() [2/2]
Creates an alias to other using the same qh_qh.
Definition at line 76 of file QhullHyperplane.h.
◆ dimension()
int orgQhull::QhullHyperplane::dimension |
( |
| ) |
const |
|
inline |
◆ distance()
double orgQhull::QhullHyperplane::distance |
( |
const QhullPoint & |
p | ) |
const |
Return distance from point to hyperplane. If greater than zero, the point is above the facet (i.e., outside).
Definition at line 91 of file QhullHyperplane.cpp.
◆ end() [1/2]
iterator orgQhull::QhullHyperplane::end |
( |
| ) |
|
|
inline |
◆ end() [2/2]
◆ hyperplaneAngle()
double orgQhull::QhullHyperplane::hyperplaneAngle |
( |
const QhullHyperplane & |
other | ) |
const |
◆ isValid()
bool orgQhull::QhullHyperplane::isValid |
( |
| ) |
const |
|
inline |
◆ norm()
double orgQhull::QhullHyperplane::norm |
( |
| ) |
const |
◆ offset()
coordT orgQhull::QhullHyperplane::offset |
( |
| ) |
const |
|
inline |
◆ operator!=()
bool orgQhull::QhullHyperplane::operator!= |
( |
const QhullHyperplane & |
other | ) |
const |
|
inline |
◆ operator=()
◆ operator==()
bool orgQhull::QhullHyperplane::operator== |
( |
const QhullHyperplane & |
other | ) |
const |
Return true if equal If qh_qh defined, tests qh.distanceEpsilon and qh.angleEpsilon otherwise, tests equal coordinates and offset
Definition at line 66 of file QhullHyperplane.cpp.
◆ operator[]() [1/2]
const coordT& orgQhull::QhullHyperplane::operator[] |
( |
int |
idx | ) |
const |
|
inline |
◆ operator[]() [2/2]
coordT& orgQhull::QhullHyperplane::operator[] |
( |
int |
idx | ) |
|
|
inline |
◆ print() [1/2]
PrintHyperplane orgQhull::QhullHyperplane::print |
( |
const char * |
message | ) |
const |
|
inline |
◆ print() [2/2]
PrintHyperplane orgQhull::QhullHyperplane::print |
( |
const char * |
message, |
|
|
const char * |
offsetMessage |
|
) |
| const |
|
inline |
◆ setCoordinates()
void orgQhull::QhullHyperplane::setCoordinates |
( |
coordT * |
c | ) |
|
|
inline |
◆ setDimension()
void orgQhull::QhullHyperplane::setDimension |
( |
int |
hyperplaneDimension | ) |
|
|
inline |
◆ setOffset()
void orgQhull::QhullHyperplane::setOffset |
( |
coordT |
hyperplaneOffset | ) |
|
|
inline |
◆ size()
size_t orgQhull::QhullHyperplane::size |
( |
| ) |
|
|
inline |
◆ toStdVector()
std::vector< coordT > orgQhull::QhullHyperplane::toStdVector |
( |
| ) |
const |
◆ hyperplane_coordinates
coordT* orgQhull::QhullHyperplane::hyperplane_coordinates |
|
private |
◆ hyperplane_dimension
int orgQhull::QhullHyperplane::hyperplane_dimension |
|
private |
◆ hyperplane_offset
coordT orgQhull::QhullHyperplane::hyperplane_offset |
|
private |
◆ qh_qh
QhullQh* orgQhull::QhullHyperplane::qh_qh |
|
private |
The documentation for this class was generated from the following files: