#include <meshUtil.h>
Definition at line 258 of file meshUtil.h.
HdMeshEdgeIndexTable::~HdMeshEdgeIndexTable |
( |
| ) |
|
bool HdMeshEdgeIndexTable::GetEdgeIndices |
( |
GfVec2i const & |
edgeVertices, |
|
|
std::vector< int > * |
edgeIndicesOut |
|
) |
| const |
bool HdMeshEdgeIndexTable::GetVerticesForEdgeIndex |
( |
int |
edgeId, |
|
|
GfVec2i * |
edgeVerticesOut |
|
) |
| const |
bool HdMeshEdgeIndexTable::GetVerticesForEdgeIndices |
( |
std::vector< int > const & |
edgeIndices, |
|
|
std::vector< GfVec2i > * |
edgeVerticesOut |
|
) |
| const |
The documentation for this class was generated from the following file: