#include <GDT_PrimitiveList.h>
|
| GDT_PrimitiveList () |
|
| GDT_PrimitiveList (const GDT_PrimitiveList &other) |
|
virtual | ~GDT_PrimitiveList () |
|
virtual void | applyDeltas (GEO_Detail &gdp, bool inverse=false) const |
|
void | mergePrimitiveDeltas (const GDT_PrimitiveList &other, bool inverse=false) |
|
void | endAttributeChange (const GEO_Detail &gdp) |
|
void | beginPrimitiveTransformChange (const UT_Matrix3 &mat) |
|
void | endPrimitiveTransformChange (const UT_Matrix3 &mat, unsigned int index) |
|
virtual const GA_AttributeDict & | getAttributeDict (const GEO_Detail &gdp) const |
|
virtual bool | hasChange () const |
|
virtual bool | haveAttributesChanged () const |
|
bool | hasTransformChanged () const |
|
virtual bool | legacyLoadTrans (UT_IStream &is, uint numtotal) |
|
bool | saveTrans (UT_JSONWriter &w, const GDT_JSON &json) const |
|
bool | loadTrans (UT_JSONParser &p, const GDT_JSON &json) |
|
virtual void | zeroDeltas () |
|
virtual void | clearDeltas () |
|
virtual void | destroy () |
|
| GDT_TokenList () |
|
| GDT_TokenList (const GDT_TokenList &other) |
|
virtual | ~GDT_TokenList ()=0 |
|
virtual int64 | getMemoryUsage (bool inclusive=false) const |
|
void | setAttribDict (const GA_AttributeDict &dict, const GA_AttributeFilter &filter) |
|
void | refreshAttribDict (const GA_AttributeDict &dict, const GA_AttributeFilter &filter) |
|
void | beginAttributeChange (GA_Offset element) |
|
void | beginAttributeChange (const GA_Range &elements) |
|
void | endAttributeChange (const GA_AIFEditDeltaMap &map) |
|
virtual bool | legacyLoadAttribs (UT_IStream &is, uint size) |
|
bool | saveAttribs (UT_JSONWriter &w, const GDT_JSON &json) const |
|
bool | loadAttribs (UT_JSONParser &p, const GDT_JSON &json) |
|
void | renameAttribute (const UT_String &oldname, const UT_String &newname) |
|
|
void | applyAttributeDeltas (GEO_Detail &gdp, const GA_AIFEditDeltaMap &map, bool inverse=false) const |
|
void | applyScaledAttributeDeltas (GEO_Detail &gdp, fpreal64 scale, const GA_AIFEditDeltaMap &, const UT_Int64Array *subset, bool inverse=false) const |
|
void | mergeAttributeDeltas (const GDT_TokenList &other, bool inverse=false) |
|
int | getBoundAttributeIndex (const UT_String &name) const |
|
const GA_Attribute * | getBoundAttribute (int i) const |
|
unsigned int | appendAttribute (const UT_String &name, const UT_String &type, const UT_Options &creation_options, const GA_Defaults &defaults) |
|
unsigned int | appendAttribute (const GA_Attribute &attrib) |
|
GDT_Attribute * | attribs (unsigned int i) |
|
const GDT_Attribute * | attribs (unsigned int i) const |
|
int | numAttribs () const |
|
Definition at line 24 of file GDT_PrimitiveList.h.
GDT_PrimitiveList::GDT_PrimitiveList |
( |
| ) |
|
|
inline |
virtual GDT_PrimitiveList::~GDT_PrimitiveList |
( |
| ) |
|
|
virtual |
virtual void GDT_PrimitiveList::applyDeltas |
( |
GEO_Detail & |
gdp, |
|
|
bool |
inverse = false |
|
) |
| const |
|
virtual |
virtual void GDT_PrimitiveList::clearDeltas |
( |
| ) |
|
|
virtual |
virtual void GDT_PrimitiveList::destroy |
( |
| ) |
|
|
virtual |
virtual bool GDT_PrimitiveList::hasChange |
( |
| ) |
const |
|
virtual |
bool GDT_PrimitiveList::hasTransformChanged |
( |
| ) |
const |
|
inline |
virtual bool GDT_PrimitiveList::haveAttributesChanged |
( |
| ) |
const |
|
inlinevirtual |
virtual bool GDT_PrimitiveList::legacyLoadTrans |
( |
UT_IStream & |
is, |
|
|
uint |
numtotal |
|
) |
| |
|
virtual |
virtual void GDT_PrimitiveList::zeroDeltas |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following file: