HDK
|
#include <GU_TriStrip.h>
Public Member Functions | |
GU_TriStripParms () | |
GU_TriStripParms (int makeS, int consS, int mtsl, int makeF, int consF, int mtfl, const GA_PrimitiveGroup *pg) | |
~GU_TriStripParms () | |
Public Attributes | |
int | makeStrips |
int | constrainStrips |
int | makeFans |
int | constrainFans |
int | maxTriStripLength |
int | maxTriFanLength |
const GA_PrimitiveGroup * | primGroup |
Definition at line 17 of file GU_TriStrip.h.
|
inline |
Definition at line 26 of file GU_TriStrip.h.
|
inline |
Definition at line 36 of file GU_TriStrip.h.
|
inline |
Definition at line 47 of file GU_TriStrip.h.
int GU_TriStripParms::constrainFans |
Definition at line 22 of file GU_TriStrip.h.
int GU_TriStripParms::constrainStrips |
Definition at line 21 of file GU_TriStrip.h.
int GU_TriStripParms::makeFans |
Definition at line 22 of file GU_TriStrip.h.
int GU_TriStripParms::makeStrips |
Definition at line 21 of file GU_TriStrip.h.
int GU_TriStripParms::maxTriFanLength |
Definition at line 23 of file GU_TriStrip.h.
int GU_TriStripParms::maxTriStripLength |
Definition at line 23 of file GU_TriStrip.h.
const GA_PrimitiveGroup* GU_TriStripParms::primGroup |
Definition at line 24 of file GU_TriStrip.h.