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 838 of file VEX_GeoCommand.h.
|
inline |
Definition at line 841 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 845 of file VEX_GeoCommand.h.
|
inline |
Definition at line 843 of file VEX_GeoCommand.h.
void VEX_GeoEdgeGroupEdit< PREC >::merge | ( | VEX_GeoEdgeGroupEdit< PREC > & | src | ) |
void VEX_GeoEdgeGroupEdit< PREC >::sort | ( | ) |
|
protected |
Definition at line 858 of file VEX_GeoCommand.h.
|
protected |
Definition at line 857 of file VEX_GeoCommand.h.