|
HDK
|
Structure for the PolySouping code. More...
#include <GEO_PrimPolySoup.h>
Public Member Functions | |
| GEO_PolySoupParms (const GA_PrimitiveGroup *pg=0, bool ignattr=false, bool igngrp=false, int minp=1, bool cvx=false, int maxs=3, bool delprims=true, GA_PrimCompat::TypeMask mask=GEO_PrimTypeCompat::GEOPRIMALL, bool mergeverts=true) | |
Public Attributes | |
| const GA_PrimitiveGroup * | primGroup |
| bool | ignorePrimAttributes |
| bool | ignorePrimGroups |
| int | minPolys |
| bool | convex |
| int | maxSides |
| bool | deleteSoupedPrimitives |
| GA_PrimCompat::TypeMask | typeMask |
| bool | mergeVertices |
Structure for the PolySouping code.
Definition at line 581 of file GEO_PrimPolySoup.h.
|
inline |
Definition at line 594 of file GEO_PrimPolySoup.h.
| bool GEO_PolySoupParms::convex |
Definition at line 588 of file GEO_PrimPolySoup.h.
| bool GEO_PolySoupParms::deleteSoupedPrimitives |
Definition at line 590 of file GEO_PrimPolySoup.h.
| bool GEO_PolySoupParms::ignorePrimAttributes |
Definition at line 585 of file GEO_PrimPolySoup.h.
| bool GEO_PolySoupParms::ignorePrimGroups |
Definition at line 586 of file GEO_PrimPolySoup.h.
| int GEO_PolySoupParms::maxSides |
Definition at line 589 of file GEO_PrimPolySoup.h.
| bool GEO_PolySoupParms::mergeVertices |
Definition at line 592 of file GEO_PrimPolySoup.h.
| int GEO_PolySoupParms::minPolys |
Definition at line 587 of file GEO_PrimPolySoup.h.
| const GA_PrimitiveGroup* GEO_PolySoupParms::primGroup |
Definition at line 584 of file GEO_PrimPolySoup.h.
| GA_PrimCompat::TypeMask GEO_PolySoupParms::typeMask |
Definition at line 591 of file GEO_PrimPolySoup.h.