#include <GDT_Position.h>
|
| GDT_Position () |
|
| GDT_Position (const GDT_Position &other) |
|
| ~GDT_Position () override |
|
int64 | getMemoryUsage (bool inclusive=false) const override |
|
void | applyDeltas (const GDT_TokenList &list, GEO_Detail &gdp, const GA_AIFEditDeltaMap &map, bool inverse=false) const override |
|
virtual void | applyScaledDelta (GEO_Detail &gdp, GA_Offset pt, fpreal64 scale, const GA_AIFEditDeltaMap &map) const |
|
virtual void | applyScaledDeltas (GEO_Detail &gdp, fpreal64 scale, const GA_PointGroup *ptgroup, const GA_AIFEditDeltaMap &map) const |
|
void | mergePositionDeltas (const GDT_Position &other, bool inverse=false) |
|
void | resetElementsFromSource (GEO_Detail &gdp, const GA_AIFEditDeltaMap &map, const GEO_Detail &src_gdp, const GA_AIFEditDeltaMap &src_map) const |
|
void | applyIntersectionDeltas (const GDT_TokenList &token_list, GEO_Detail &gdp, const GA_AIFEditDeltaMap &map, const GDT_Position &other) const |
|
virtual void | zeroDeltas () |
|
void | beginPointPositionChange (const GA_Attribute *P, GA_Offset element) |
|
void | beginPointPositionChange (const GA_Attribute *P, const GA_Range &range) |
|
void | endPointPositionChange (const GA_AIFEditDeltaMap &map) |
|
virtual unsigned int | changed () const |
|
bool | legacyLoad (UT_IStream &is, unsigned int numtotal) override |
|
bool | save (UT_JSONWriter &w, const GDT_JSON &json) const override |
|
bool | load (UT_JSONParser &p, const GDT_JSON &json) override |
|
void | setCoordinateFrames (const GDT_CoordinateFrames *coords) |
|
void | createSymmetryDeltas (const GDT_Position &input, GDT_SymmetryTransform *transform, const GA_AIFEditDeltaMap &map) |
|
| GDT_Token () |
|
| GDT_Token (const GDT_Token &) |
|
virtual | ~GDT_Token () |
|
Definition at line 30 of file GDT_Position.h.
GDT_Position::GDT_Position |
( |
| ) |
|
GDT_Position::~GDT_Position |
( |
| ) |
|
|
override |
virtual unsigned int GDT_Position::changed |
( |
| ) |
const |
|
virtual |
int64 GDT_Position::getMemoryUsage |
( |
bool |
inclusive = false | ) |
const |
|
overridevirtual |
bool GDT_Position::legacyLoad |
( |
UT_IStream & |
is, |
|
|
unsigned int |
numtotal |
|
) |
| |
|
overridevirtual |
bool GDT_Position::load |
( |
UT_JSONParser & |
p, |
|
|
const GDT_JSON & |
json |
|
) |
| |
|
overridevirtual |
void GDT_Position::mergePositionDeltas |
( |
const GDT_Position & |
other, |
|
|
bool |
inverse = false |
|
) |
| |
bool GDT_Position::save |
( |
UT_JSONWriter & |
w, |
|
|
const GDT_JSON & |
json |
|
) |
| const |
|
overridevirtual |
virtual void GDT_Position::zeroDeltas |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following file: