The BoxPoint class is an internally used class to contain feature information for boxBoxDistance calculation.
More...
#include <Box.h>
|
| 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 |
|
The BoxPoint class is an internally used class to contain feature information for boxBoxDistance calculation.
Definition at line 93 of file Box.h.
Definition at line 96 of file Box.h.
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 |
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: