#include <GDT_Token.h>

Public Member Functions | |
| GDT_Token () | |
| GDT_Token (const GDT_Token &) | |
| virtual | ~GDT_Token () |
| virtual void | applyDeltas (const GDT_TokenList &list, GEO_Detail &gdp, const GA_AIFEditDeltaMap &map, bool inverse=false) const =0 |
| virtual bool | legacyLoad (UT_IStream &is, unsigned int numtotal)=0 |
| virtual bool | save (UT_JSONWriter &w, const GDT_JSON &json) const =0 |
| virtual bool | load (UT_JSONParser &p, const GDT_JSON &json)=0 |
Definition at line 38 of file GDT_Token.h.
| GDT_Token::GDT_Token | ( | ) | [inline] |
Definition at line 41 of file GDT_Token.h.
| GDT_Token::GDT_Token | ( | const GDT_Token & | ) | [inline] |
Definition at line 42 of file GDT_Token.h.
| virtual GDT_Token::~GDT_Token | ( | ) | [inline, virtual] |
Definition at line 43 of file GDT_Token.h.
| virtual void GDT_Token::applyDeltas | ( | const GDT_TokenList & | list, | |
| GEO_Detail & | gdp, | |||
| const GA_AIFEditDeltaMap & | map, | |||
| bool | inverse = false | |||
| ) | const [pure virtual] |
Implemented in GDT_CaptureWeight, GDT_Position, and GDT_Transform.
| virtual bool GDT_Token::legacyLoad | ( | UT_IStream & | is, | |
| unsigned int | numtotal | |||
| ) | [pure virtual] |
Implemented in GDT_CaptureWeight, GDT_Position, and GDT_Transform.
| virtual bool GDT_Token::load | ( | UT_JSONParser & | p, | |
| const GDT_JSON & | json | |||
| ) | [pure virtual] |
Implemented in GDT_CaptureWeight, GDT_Position, and GDT_Transform.
| virtual bool GDT_Token::save | ( | UT_JSONWriter & | w, | |
| const GDT_JSON & | json | |||
| ) | const [pure virtual] |
Implemented in GDT_CaptureWeight, GDT_Position, and GDT_Transform.
1.5.9