HDK
|
Internal edge data type. More...
#include <MeshToVolume.h>
Public Member Functions | |
EdgeData (float dist=1.0) | |
bool | operator== (const EdgeData &rhs) const |
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 |
Public Attributes | |
float | mXDist |
float | mYDist |
float | mZDist |
Index32 | mXPrim |
Index32 | mYPrim |
Index32 | mZPrim |
Internal edge data type.
Definition at line 462 of file MeshToVolume.h.
|
inline |
Definition at line 463 of file MeshToVolume.h.
|
inline |
Required by several of the tree nodes
Definition at line 476 of file MeshToVolume.h.
|
inline |
Required by several of the tree nodes
Definition at line 477 of file MeshToVolume.h.
|
inline |
Required by several of the tree nodes
Definition at line 478 of file MeshToVolume.h.
|
inline |
Required by several of the tree nodes
Definition at line 474 of file MeshToVolume.h.
|
inline |
Definition at line 481 of file MeshToVolume.h.
|
inline |
Required by several of the tree nodes
Definition at line 475 of file MeshToVolume.h.
float openvdb::OPENVDB_VERSION_NAME::tools::MeshToVoxelEdgeData::EdgeData::mXDist |
Definition at line 486 of file MeshToVolume.h.
Index32 openvdb::OPENVDB_VERSION_NAME::tools::MeshToVoxelEdgeData::EdgeData::mXPrim |
Definition at line 487 of file MeshToVolume.h.
float openvdb::OPENVDB_VERSION_NAME::tools::MeshToVoxelEdgeData::EdgeData::mYDist |
Definition at line 486 of file MeshToVolume.h.
Index32 openvdb::OPENVDB_VERSION_NAME::tools::MeshToVoxelEdgeData::EdgeData::mYPrim |
Definition at line 487 of file MeshToVolume.h.
float openvdb::OPENVDB_VERSION_NAME::tools::MeshToVoxelEdgeData::EdgeData::mZDist |
Definition at line 486 of file MeshToVolume.h.
Index32 openvdb::OPENVDB_VERSION_NAME::tools::MeshToVoxelEdgeData::EdgeData::mZPrim |
Definition at line 487 of file MeshToVolume.h.