|
| Transform (ParamsBase::StateSave *ssave) |
|
| Transform (ParamsBase::StateSave *ssave, XmlNode *node) |
|
virtual | ~Transform () |
|
vector< double > | GetRotations () const |
|
void | SetRotations (const vector< double > rotation) |
|
vector< double > | GetTranslations () const |
|
void | SetTranslations (const vector< double > translation) |
|
vector< double > | GetScales () const |
|
void | SetScales (const vector< double > scale) |
|
vector< double > | GetOrigin () const |
|
void | SetOrigin (const vector< double > origin) |
|
bool | IsOriginInitialized () const |
|
void | SetOriginInitialized (bool value) |
|
| ParamsBase (StateSave *ssave, const string &classname) |
|
| ParamsBase (StateSave *ssave, XmlNode *node) |
|
| ParamsBase (const ParamsBase &rhs) |
| Copy constructor.
|
|
ParamsBase & | operator= (const ParamsBase &rhs) |
|
| ParamsBase (ParamsBase &&)=delete |
|
ParamsBase & | operator= (ParamsBase &)=delete |
|
bool | operator== (const ParamsBase &rhs) const |
| Equivalence operator.
|
|
bool | operator!= (const ParamsBase &rhs) const |
|
virtual | ~ParamsBase () |
|
void | SetParent (ParamsBase *parent) |
|
XmlNode * | GetNode () const |
|
void | BeginGroup (const string &description) |
|
void | EndGroup () |
|
void | IntermediateChange () |
|
virtual vector< long > | GetValueLongVec (const string tag) const |
|
virtual vector< long > | GetValueLongVec (const string tag, const vector< long > &defaultVal) const |
|
virtual long | GetValueLong (const string tag, long defaultVal) const |
|
virtual vector< double > | GetValueDoubleVec (const string tag) const |
|
virtual vector< double > | GetValueDoubleVec (const string tag, const vector< double > &defaultVal) const |
|
virtual double | GetValueDouble (const string tag, double defaultVal) const |
|
virtual vector< string > | GetValueStringVec (const string tag) const |
|
virtual vector< string > | GetValueStringVec (const string tag, const vector< string > &defaultVal) const |
|
virtual string | GetValueString (const string tag, string defaultVal) const |
|
virtual void | SetValueLongVec (const string &tag, string description, const vector< long > &values) |
|
virtual void | SetValueLong (const string &tag, string description, long value) |
|
virtual void | SetValueDoubleVec (const string &tag, string description, const vector< double > &values) |
|
virtual void | SetValueDouble (const string &tag, string description, double value) |
|
virtual void | SetValueStringVec (const string &tag, string description, const vector< string > &values) |
|
virtual void | SetValueString (const string &tag, string description, const string &value) |
|
string | GetName () const |
|
| MyBase () |
|
const string & | getClassName () const |
|
class that indicates location and direction of view
- This class contains all the parameters associated with dataset transforms, including the scaling, rotation, and translation of that dataset. ddshould be accessed through the TransformParams class.
- Author
- Scott Pearse
- Version
- 3.0
- Date
- October 2017
Definition at line 22 of file Transform.h.