The BoxPoint class is an internally used class to contain feature information for boxBoxDistance calculation.
More...
#include <Box.h>
List of all members.
Public Member Functions |
| BoxPoint () |
void | setVertexFeature (int plusX, int plusY, int plusZ) |
void | setEdgeFeature (int dim0, int plus0, int dim1, int plus1) |
void | setFaceFeature (int dim, int plus) |
void | getVertexFeature (int &plusX, int &plusY, int &plusZ) const |
void | getEdgeFeature (int &dim0, int &plus0, int &dim1, int &plus1) const |
void | getFaceFeature (int &dim, int &plus) const |
Public Attributes |
vmPoint3 | localPoint |
FeatureType | featureType |
int | featureIdx |
Detailed Description
The BoxPoint class is an internally used class to contain feature information for boxBoxDistance calculation.
Definition at line 93 of file Box.h.
Constructor & Destructor Documentation
BoxPoint::BoxPoint |
( |
|
) |
[inline] |
Definition at line 96 of file Box.h.
Member Function Documentation
void BoxPoint::getEdgeFeature |
( |
int & |
dim0, |
|
|
int & |
plus0, |
|
|
int & |
dim1, |
|
|
int & |
plus1 | |
|
) |
| | const [inline] |
void BoxPoint::getFaceFeature |
( |
int & |
dim, |
|
|
int & |
plus | |
|
) |
| | const [inline] |
void BoxPoint::getVertexFeature |
( |
int & |
plusX, |
|
|
int & |
plusY, |
|
|
int & |
plusZ | |
|
) |
| | const [inline] |
void BoxPoint::setEdgeFeature |
( |
int |
dim0, |
|
|
int |
plus0, |
|
|
int |
dim1, |
|
|
int |
plus1 | |
|
) |
| | [inline] |
void BoxPoint::setFaceFeature |
( |
int |
dim, |
|
|
int |
plus | |
|
) |
| | [inline] |
void BoxPoint::setVertexFeature |
( |
int |
plusX, |
|
|
int |
plusY, |
|
|
int |
plusZ | |
|
) |
| | [inline] |
Member Data Documentation
Definition at line 99 of file Box.h.
Definition at line 98 of file Box.h.
The documentation for this class was generated from the following file: