|
| void | Initialize (string tag) |
| |
| void | SetExtents (const vector< double > &minExt, const vector< double > &maxExt) override |
| |
| | Box (ParamsBase::StateSave *ssave, string name=Box::GetClassType()) |
| | Create a Box object from scratch.
|
| |
| | Box (ParamsBase::StateSave *ssave, XmlNode *node) |
| | Create a Box object from an existing XmlNode tree.
|
| |
| | Box (ParamsBase::StateSave *ssave, string name=Box::GetClassType()) |
| | Create a Box object from scratch.
|
| |
| | Box (ParamsBase::StateSave *ssave, XmlNode *node) |
| | Create a Box object from an existing XmlNode tree.
|
| |
| virtual | ~Box () |
| |
| virtual void | SetExtents (const vector< double > &minExt, const vector< double > &maxExt) |
| |
| virtual void | SetExtents (const VAPoR::CoordType &minExt, const VAPoR::CoordType &maxExt) |
| |
| void | GetExtents (vector< double > &minExt, vector< double > &maxExt) const |
| |
| void | GetExtents (VAPoR::CoordType &minExt, VAPoR::CoordType &maxExt) const |
| |
| bool | IsPlanar () const |
| |
| void | SetPlanar (bool value) |
| |
| int | GetOrientation () const |
| |
| void | SetOrientation (long value) |
| |
| vector< double > | GetAngles () const |
| |
| void | SetAngles (const double angles[3]) |
| |
| void | SetAngles (const float angles[3]) |
| |
| void | SetAngles (const vector< double > &vals) |
| |
| | 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 |
| |
Definition at line 19 of file FlowParams.h.