HDK
|
#include <VEX_GeoCommand.h>
Public Member Functions | |
VEX_GeoEdgeGroupEdit (const UT_StringHolder &groupname) | |
const UT_StringHolder & | groupName () const |
const UT_Array < VEX_GeoCommandEdgeGroupEdit < PREC > > & | cmd () const |
void | appendEdit (exint srcelem, VEXint< PREC > ptnum0, VEXint< PREC > ptnum1, VEXint< PREC > data) |
void | merge (VEX_GeoEdgeGroupEdit &src) |
void | sort () |
Protected Attributes | |
UT_StringHolder | myGroupName |
UT_Array < VEX_GeoCommandEdgeGroupEdit < PREC > > | myCmdList |
Definition at line 778 of file VEX_GeoCommand.h.
|
inline |
Definition at line 781 of file VEX_GeoCommand.h.
void VEX_GeoEdgeGroupEdit< PREC >::appendEdit | ( | exint | srcelem, |
VEXint< PREC > | ptnum0, | ||
VEXint< PREC > | ptnum1, | ||
VEXint< PREC > | data | ||
) |
|
inline |
Definition at line 785 of file VEX_GeoCommand.h.
|
inline |
Definition at line 783 of file VEX_GeoCommand.h.
void VEX_GeoEdgeGroupEdit< PREC >::merge | ( | VEX_GeoEdgeGroupEdit< PREC > & | src | ) |
void VEX_GeoEdgeGroupEdit< PREC >::sort | ( | ) |
|
protected |
Definition at line 798 of file VEX_GeoCommand.h.
|
protected |
Definition at line 797 of file VEX_GeoCommand.h.