#include <GEO_Delta.h>
|
| GEO_Delta () |
|
virtual | ~GEO_Delta () |
|
virtual int64 | getMemoryUsage (bool inclusive=false) const =0 |
|
virtual void | applyScaledPointDelta (GEO_Detail &gdp, GA_Offset pt, float scale) const =0 |
|
virtual void | applyScaledVertexDelta (GEO_Detail &gdp, GA_Offset vtxoff, float scale) const =0 |
|
virtual void | beginPointPositionChange (const GA_Detail &gdp, GA_Offset pt)=0 |
|
virtual void | beginPointPositionChange (const GA_Detail &gdp, const GA_Range &range)=0 |
|
virtual void | beginPointAttributeChange (const GEO_Detail &gdp, GA_Offset pt)=0 |
|
virtual void | beginPointAttributeChange (const GEO_Detail &gdp, const GA_Range &range)=0 |
|
virtual void | beginPointListAttributeChange (const GEO_Detail &gdp)=0 |
|
virtual void | beginPrimitiveTransformChange (const GEO_Primitive &prim)=0 |
|
virtual void | beginPrimitiveAttributeChange (const GEO_Primitive &prim)=0 |
|
virtual void | beginVertexAttributeChange (const GEO_Detail &gdp, GA_Offset vtx)=0 |
|
virtual void | beginVertexAttributeChange (const GEO_Detail &gdp, const GA_Range &range)=0 |
|
virtual void | initCaptureWeightChange (const GEO_Detail &gdp)=0 |
|
virtual void | beginCaptureWeightChange (const GEO_Detail &gdp, GA_Offset pt)=0 |
|
virtual void | endChange ()=0 |
|
virtual void | setPointAttribDict (const GA_AttributeDict &dict)=0 |
|
virtual void | setPrimAttribDict (const GA_AttributeDict &dict)=0 |
|
virtual void | setVertexAttribDict (const GA_AttributeDict &dict)=0 |
|
virtual void | refreshPointAttribDict (const GA_AttributeDict &dict)=0 |
|
virtual void | refreshPrimAttribDict (const GA_AttributeDict &dict)=0 |
|
virtual void | refreshVertexAttribDict (const GA_AttributeDict &dict)=0 |
|
virtual GEO_Delta::~GEO_Delta |
( |
| ) |
|
|
inlinevirtual |
Applies the delta to a point. For orthogonality, additional methods should be created as needed.
Implemented in GDT_Detail.
virtual void GEO_Delta::beginPointListAttributeChange |
( |
const GEO_Detail & |
gdp | ) |
|
|
pure virtual |
virtual void GEO_Delta::endChange |
( |
| ) |
|
|
pure virtual |
virtual int64 GEO_Delta::getMemoryUsage |
( |
bool |
inclusive = false | ) |
const |
|
pure virtual |
virtual void GEO_Delta::initCaptureWeightChange |
( |
const GEO_Detail & |
gdp | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: