Internal edge data type. More...
#include <openvdb/tools/MeshToVolume.h>
Public Member Functions | |
EdgeData (float dist=1.0) | |
bool | operator< (const EdgeData &) const |
bool | operator> (const EdgeData &) const |
template<class T> | |
EdgeData | operator+ (const T &) const |
template<class T> | |
EdgeData | operator- (const T &) const |
EdgeData | operator- () const |
bool | operator== (const EdgeData &rhs) const |
Public Attributes | |
float | mXDist |
float | mYDist |
float | mZDist |
Index32 | mXPrim |
Index32 | mYPrim |
Index32 | mZPrim |
Internal edge data type.
|
inline |
|
inline |
|
inline |
|
inline |
Required by several of the tree nodes
float mXDist |
Index32 mXPrim |
float mYDist |
Index32 mYPrim |
float mZDist |
Index32 mZPrim |