VAPoR
3.0.0
|
This is the complete list of members for VAPoR::Box, including all inherited members.
Box() | VAPoR::Box | |
buildNode() | VAPoR::ParamsBase | virtual |
calcContainingBoxExtents(double extents[6], bool rotated=false) | VAPoR::Box | inline |
calcContainingStretchedBoxExtents(double extents[6], bool rotated=false) | VAPoR::Box | inline |
calcRotatedBoxExtents(double extents[6]) | VAPoR::Box | |
calcRotatedStretchedBoxExtents(double extents[6]) | VAPoR::Box | |
Clear() | VAPoR::ParamsBase | |
CreateDefaultInstance() | VAPoR::Box | inlinestatic |
CreateDefaultParamsBase(int pType) | VAPoR::ParamsBase | inlinestatic |
CreateDefaultParamsBase(const string &tag) | VAPoR::ParamsBase | static |
cropToBox(const double boxExts[6], Params *p) | VAPoR::Box | |
elementEndHandler(ExpatParseMgr *pm, int depth, string &tag) | VAPoR::ParamsBase | virtual |
elementStartHandler(ExpatParseMgr *pm, int depth, string &tag, const char **attribs) | VAPoR::ParamsBase | virtual |
fitToBox(const double boxExts[6], Params *p) | VAPoR::Box | |
GetAngles() | VAPoR::Box | inline |
GetAngles(double ang[3]) | VAPoR::Box | inline |
GetAngles(float ang[3]) | VAPoR::Box | inline |
GetAttributes() | VAPoR::ParamsBase | |
GetCurrentNode() | VAPoR::ParamsBase | inline |
GetLocalExtents(double extents[6], int timestep=-1) | VAPoR::Box | |
GetLocalExtents(float extents[6], int timestep=-1) | VAPoR::Box | |
GetLocalExtents() | VAPoR::Box | inline |
GetName() const | VAPoR::ParamsBase | inline |
GetNumBasicParamsClasses() | VAPoR::ParamsBase | inlinestatic |
GetNumParamsClasses() | VAPoR::ParamsBase | inlinestatic |
GetOrientation() | VAPoR::Box | inline |
GetParamsBase(const vector< string > &path) const | VAPoR::ParamsBase | |
GetParamsBaseTypeId() | VAPoR::ParamsBase | inline |
GetRootNode() const | VAPoR::ParamsBase | inline |
getRotatedVoxelExtents(string varname, float voxdims[2], int numRefinements) | VAPoR::Box | |
GetStretchedLocalExtents(double extents[6], int timestep=-1) | VAPoR::Box | |
GetTagFromType(ParamsBaseType t) | VAPoR::ParamsBase | static |
GetTimes() | VAPoR::Box | inline |
GetTypeFromTag(const string &tag) | VAPoR::ParamsBase | static |
GetUserExtents(double extents[6], size_t timestep) | VAPoR::Box | |
GetUserExtents(vector< double > minExts, vector< double >maxExts, size_t timestep) | VAPoR::Box | |
GetUserExtents(float extents[6], size_t timestep) | VAPoR::Box | |
GetValueDouble(const string &tag, const vector< double > &defaultVal=_emptyDoubleVec) | VAPoR::ParamsBase | inlinevirtual |
GetValueDoubleVec(const string &tag, const vector< double > &defaultVal=_emptyDoubleVec) | VAPoR::ParamsBase | inlinevirtual |
GetValueLong(const string &tag, const vector< long > &defaultVal=_emptyLongVec) | VAPoR::ParamsBase | inlinevirtual |
GetValueLongVec(const string &tag, const vector< long > &defaultVal=_emptyLongVec) | VAPoR::ParamsBase | inlinevirtual |
GetValueString(const string &tag, const string &defaultVal=_emptyString) | VAPoR::ParamsBase | inlinevirtual |
GetValueStringVec(const string &tag, vector< string > &vec, const vector< string > &defaultVal=_emptyStringVec) | VAPoR::ParamsBase | inlinevirtual |
interceptBox(const double boxExts[6], double intercept[6][3]) | VAPoR::Box | |
intersectRotatedBox(double boxexts[6], double pointFound[3], double probeCoords[2]) | VAPoR::Box | |
IsParamsTag(const string &tag) | VAPoR::ParamsBase | inlinestatic |
IsPlanar() | VAPoR::Box | inline |
ParamsBase(XmlNode *parent, const string &name) | VAPoR::ParamsBase | |
ParamsBase(const string &name) | VAPoR::ParamsBase | inline |
ParamsBase(const ParamsBase &pbase) | VAPoR::ParamsBase | |
ParamsBaseType typedef | VAPoR::ParamsBase | |
Pop() | VAPoR::ParamsBase | |
Push(string &tag, ParamsBase *pBase=0) | VAPoR::ParamsBase | |
RegisterParamsBaseClass(const string &tag, BaseCreateFcn fcn, bool isParams) | VAPoR::ParamsBase | static |
Remove(const string &name) | VAPoR::ParamsBase | |
RemoveParamsBase(const vector< string > &path, ParamsBase *pbase) | VAPoR::ParamsBase | |
ReregisterParamsBaseClass(const string &tag, const string &newtag, bool isParams) | VAPoR::ParamsBase | static |
rotateAndRenormalize(int axis, double rotVal, Params *p) | VAPoR::Box | |
SetAngles(const double angles[3], Params *p) | VAPoR::Box | inline |
SetAngles(const float angles[3], Params *p) | VAPoR::Box | inline |
SetAngles(const vector< double > &vals, Params *p) | VAPoR::Box | inline |
setBoxToExtents(const double extents[6], Params *pParams) | VAPoR::Box | |
SetLocalExtents(const vector< double > &extents, Params *p, int timestep=-1) | VAPoR::Box | |
SetLocalExtents(const double extents[6], Params *p, int timestep=-1) | VAPoR::Box | |
SetLocalExtents(const float extents[6], Params *p, int timestep=-1) | VAPoR::Box | |
SetOrientation(long value, Params *p) | VAPoR::Box | inline |
SetParamsBase(const vector< string > &path, ParamsBase *pbase) | VAPoR::ParamsBase | |
SetParent(XmlNode *parent) | VAPoR::ParamsBase | |
SetPlanar(bool value, Params *p) | VAPoR::Box | inline |
SetRootParamNode(ParamNode *pn) | VAPoR::ParamsBase | inlinevirtual |
SetStretchedLocalExtents(const double extents[6], Params *p, int timestep=-1) | VAPoR::Box | |
SetTimes(const vector< long > ×, Params *p) | VAPoR::Box | inline |
SetValueDouble(string tag, const char *description, double value, Params *p) | VAPoR::ParamsBase | virtual |
SetValueDouble(string tag, const char *description, const vector< double > &value, Params *p) | VAPoR::ParamsBase | virtual |
SetValueLong(string tag, const char *description, long value, Params *p) | VAPoR::ParamsBase | virtual |
SetValueLong(string tag, const char *description, const vector< long > &value, Params *p) | VAPoR::ParamsBase | virtual |
SetValueString(string tag, const char *description, const string &value, Params *p) | VAPoR::ParamsBase | virtual |
SetValueStringVec(string tag, const char *description, const vector< string > &value, Params *p) | VAPoR::ParamsBase | virtual |
Trim(Params *p, int numTimes=1) | VAPoR::Box | |
~Box() | VAPoR::Box | inlinevirtual |
~ParamsBase() | VAPoR::ParamsBase | virtual |