#include <GDT_Detail.h>

Definition at line 34 of file GDT_Detail.h.
| GDT_Detail::GDT_Detail | ( | ) | [inline] |
Definition at line 38 of file GDT_Detail.h.
| GDT_Detail::GDT_Detail | ( | const GDT_Detail & | other | ) |
| virtual GDT_Detail::~GDT_Detail | ( | ) | [inline, virtual] |
Definition at line 40 of file GDT_Detail.h.
| void GDT_Detail::applyDeltas | ( | GEO_Detail & | gdp | ) | const |
| void GDT_Detail::applyInverseDeltas | ( | GEO_Detail & | gdp | ) | const |
| virtual void GDT_Detail::applyScaledPointDelta | ( | GEO_Detail & | gdp, | |
| GEO_Point & | pt, | |||
| float | scale | |||
| ) | const [virtual] |
Implements GEO_Delta.
| void GDT_Detail::applyScaledPointPosDeltas | ( | GEO_Detail & | gdp, | |
| float | scale, | |||
| const GB_PointGroup * | ptgroup = 0 | |||
| ) | const |
| virtual void GDT_Detail::applyScaledVertexDelta | ( | GEO_Detail & | gdp, | |
| GEO_Primitive & | prim, | |||
| int | vtxidx, | |||
| float | scale | |||
| ) | const [virtual] |
Implements GEO_Delta.
| virtual void GDT_Detail::beginCaptureWeightChange | ( | const GEO_Point & | pt | ) | [virtual] |
Implements GEO_Delta.
| virtual void GDT_Detail::beginPointAttributeChange | ( | const GEO_Point & | pt | ) | [virtual] |
Implements GEO_Delta.
| virtual void GDT_Detail::beginPointListAttributeChange | ( | const GEO_PointList & | ptlist | ) | [virtual] |
Implements GEO_Delta.
| virtual void GDT_Detail::beginPointPositionChange | ( | const GEO_Point & | pt | ) | [virtual] |
Implements GEO_Delta.
| virtual void GDT_Detail::beginPrimitiveAttributeChange | ( | const GEO_Primitive & | prim | ) | [virtual] |
Implements GEO_Delta.
| virtual void GDT_Detail::beginPrimitiveTransformChange | ( | const GEO_Primitive & | prim | ) | [virtual] |
Implements GEO_Delta.
| virtual void GDT_Detail::beginVertexAttributeChange | ( | const GEO_Primitive & | prim, | |
| unsigned int | linear_index_in_prim | |||
| ) | [virtual] |
Implements GEO_Delta.
| bool GDT_Detail::changeCaptureRegionRoot | ( | const char * | old_root, | |
| const char * | new_root | |||
| ) |
| int GDT_Detail::changeOpPaths | ( | const char * | old_name, | |
| const char * | new_name | |||
| ) |
| void GDT_Detail::clearDeltas | ( | ) |
| void GDT_Detail::createSymmetryDeltas | ( | const GDT_Detail & | input, | |
| GDT_SymmetryTransform * | transform | |||
| ) |
| void GDT_Detail::destroy | ( | ) |
| virtual void GDT_Detail::endChange | ( | ) | [virtual] |
Implements GEO_Delta.
| const GDT_CoordinateFrames* GDT_Detail::getCoordinateFrames | ( | ) |
| void GDT_Detail::getOpPaths | ( | UT_StringList & | paths | ) |
| void GDT_Detail::getOpPathsCopy | ( | UT_PtrArray< char * > & | paths | ) |
| GDT_PointList* GDT_Detail::getPointList | ( | ) | [inline] |
Definition at line 68 of file GDT_Detail.h.
| bool GDT_Detail::hasChange | ( | ) | const |
| virtual void GDT_Detail::initCaptureWeightChange | ( | const GEO_Detail & | gdp | ) | [virtual] |
Implements GEO_Delta.
| bool GDT_Detail::legacyLoad | ( | UT_IStream & | is | ) |
| bool GDT_Detail::load | ( | UT_IStream & | is | ) |
| void GDT_Detail::mergeDeltas | ( | const GDT_Detail & | other | ) |
| void GDT_Detail::mergeInverseDeltas | ( | const GDT_Detail & | other | ) |
| void GDT_Detail::refreshCaptureFrameInfo | ( | const GEO_Detail & | gdp, | |
| GDT_CaptureRegionCB | get_region, | |||
| void * | user_data | |||
| ) |
| virtual void GDT_Detail::refreshPointAttribDict | ( | const GEO_PointAttribDict & | dict | ) | [virtual] |
Implements GEO_Delta.
| virtual void GDT_Detail::refreshPrimAttribDict | ( | const GEO_PrimAttribDict & | dict | ) | [virtual] |
Implements GEO_Delta.
| virtual void GDT_Detail::refreshVertexAttribDict | ( | const GEO_VertexAttribDict & | dict | ) | [virtual] |
Implements GEO_Delta.
| int GDT_Detail::save | ( | ostream & | os, | |
| int | binary = 0 | |||
| ) | const |
| void GDT_Detail::setCoordinateFrames | ( | const GDT_CoordinateFrames * | coords | ) |
| void GDT_Detail::setOpPaths | ( | const UT_PtrArray< char * > & | paths | ) |
| virtual void GDT_Detail::setPointAttribDict | ( | const GEO_PointAttribDict & | dict | ) | [virtual] |
Implements GEO_Delta.
| virtual void GDT_Detail::setPrimAttribDict | ( | const GEO_PrimAttribDict & | dict | ) | [virtual] |
Implements GEO_Delta.
| virtual void GDT_Detail::setVertexAttribDict | ( | const GEO_VertexAttribDict & | dict | ) | [virtual] |
Implements GEO_Delta.
| virtual void GDT_Detail::updateVertexOffsets | ( | const GEO_Detail & | gdp | ) | [virtual] |
| void GDT_Detail::zeroDeltas | ( | ) |
1.5.9