HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VEX_GeoEdgeGroupEdit< PREC > Class Template Reference

#include <VEX_GeoCommand.h>

Public Member Functions

 VEX_GeoEdgeGroupEdit (const UT_StringHolder &groupname)
 
const UT_StringHoldergroupName () 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
 

Detailed Description

template<VEX_Precision PREC>
class VEX_GeoEdgeGroupEdit< PREC >

Definition at line 838 of file VEX_GeoCommand.h.

Constructor & Destructor Documentation

template<VEX_Precision PREC>
VEX_GeoEdgeGroupEdit< PREC >::VEX_GeoEdgeGroupEdit ( const UT_StringHolder groupname)
inline

Definition at line 841 of file VEX_GeoCommand.h.

Member Function Documentation

template<VEX_Precision PREC>
void VEX_GeoEdgeGroupEdit< PREC >::appendEdit ( exint  srcelem,
VEXint< PREC >  ptnum0,
VEXint< PREC >  ptnum1,
VEXint< PREC >  data 
)
template<VEX_Precision PREC>
const UT_Array<VEX_GeoCommandEdgeGroupEdit<PREC> >& VEX_GeoEdgeGroupEdit< PREC >::cmd ( ) const
inline

Definition at line 845 of file VEX_GeoCommand.h.

template<VEX_Precision PREC>
const UT_StringHolder& VEX_GeoEdgeGroupEdit< PREC >::groupName ( ) const
inline

Definition at line 843 of file VEX_GeoCommand.h.

template<VEX_Precision PREC>
void VEX_GeoEdgeGroupEdit< PREC >::merge ( VEX_GeoEdgeGroupEdit< PREC > &  src)
template<VEX_Precision PREC>
void VEX_GeoEdgeGroupEdit< PREC >::sort ( )

Member Data Documentation

template<VEX_Precision PREC>
UT_Array<VEX_GeoCommandEdgeGroupEdit<PREC> > VEX_GeoEdgeGroupEdit< PREC >::myCmdList
protected

Definition at line 858 of file VEX_GeoCommand.h.

template<VEX_Precision PREC>
UT_StringHolder VEX_GeoEdgeGroupEdit< PREC >::myGroupName
protected

Definition at line 857 of file VEX_GeoCommand.h.


The documentation for this class was generated from the following file: