|
HDK
|
#include <GU_Decompose.h>
Public Member Functions | |
| EulerPaths (const GU_Detail *gdp, const GA_EdgeGroup *edges, HedgeInterface *hip=nullptr) | |
| EulerPaths (const GU_Detail *gdp, const GA_VertexGroup *hedge_srcs, HedgeInterface *hip=nullptr) | |
| ~EulerPaths ()=default | |
| int | numPaths () const |
| bool | isClosed (int path) const |
| int | numPathHedges () const |
| PtrRange< GEO_Hedge > | pathHedges (int path) const |
| void | shiftPath (int path, int shift) |
Definition at line 237 of file GU_Decompose.h.
| GU_Decomposition::EulerPaths::EulerPaths | ( | const GU_Detail * | gdp, |
| const GA_EdgeGroup * | edges, | ||
| HedgeInterface * | hip = nullptr |
||
| ) |
| GU_Decomposition::EulerPaths::EulerPaths | ( | const GU_Detail * | gdp, |
| const GA_VertexGroup * | hedge_srcs, | ||
| HedgeInterface * | hip = nullptr |
||
| ) |
|
default |
|
inline |
Definition at line 254 of file GU_Decompose.h.
|
inline |
Definition at line 258 of file GU_Decompose.h.
|
inline |
Definition at line 251 of file GU_Decompose.h.
Definition at line 261 of file GU_Decompose.h.