HDK
|
#include <GU_Decompose.h>
Public Member Functions | |
EdgePaths (const GU_Detail *gdp, const GA_EdgeGroup *edges, const GA_PointGroup *split_pts=nullptr, bool split_all=false, HedgeInterface *hip=nullptr) | |
EdgePaths (const GU_Detail *gdp, const GA_VertexGroup *hedges, const GA_PointGroup *split_pts=nullptr, bool split_all=false, HedgeInterface *hip=nullptr) | |
~EdgePaths ()=default | |
int | numPaths () const |
bool | isClosed (int path) const |
int | numPathPoints () const |
PtrRange< GA_Offset > | pathPoints (int path) const |
Definition at line 181 of file GU_Decompose.h.
GU_Decomposition::EdgePaths::EdgePaths | ( | const GU_Detail * | gdp, |
const GA_EdgeGroup * | edges, | ||
const GA_PointGroup * | split_pts = nullptr , |
||
bool | split_all = false , |
||
HedgeInterface * | hip = nullptr |
||
) |
GU_Decomposition::EdgePaths::EdgePaths | ( | const GU_Detail * | gdp, |
const GA_VertexGroup * | hedges, | ||
const GA_PointGroup * | split_pts = nullptr , |
||
bool | split_all = false , |
||
HedgeInterface * | hip = nullptr |
||
) |
|
default |
|
inline |
Definition at line 202 of file GU_Decompose.h.
|
inline |
Definition at line 206 of file GU_Decompose.h.
|
inline |
Definition at line 199 of file GU_Decompose.h.
Definition at line 209 of file GU_Decompose.h.