|
| ModelParams (DataMgr *dataMgr, ParamsBase::StateSave *ssave) |
|
| ModelParams (DataMgr *dataMgr, ParamsBase::StateSave *ssave, std::string classType) |
|
| ModelParams (DataMgr *dataMgr, ParamsBase::StateSave *ssave, XmlNode *node) |
|
virtual | ~ModelParams () |
|
virtual size_t | GetRenderDim () const override |
|
virtual string | GetActualColorMapVariableName () const override |
|
| RenderParams (DataMgr *dataMgr, ParamsBase::StateSave *ssave, const string &classname, int maxdim=3) |
|
| RenderParams (DataMgr *dataMgr, ParamsBase::StateSave *ssave, XmlNode *node, int maxdim=3) |
|
| RenderParams (const RenderParams &rhs) |
|
RenderParams & | operator= (const RenderParams &rhs) |
|
virtual | ~RenderParams () |
|
virtual int | Initialize () |
|
int | ResetUserExtentsToDataExents (string var="") |
|
virtual bool | IsEnabled () const |
|
virtual void | SetEnabled (bool val) |
|
virtual void | SetVariableName (string varName) |
|
string | GetVariableName () const |
|
virtual void | SetAuxVariableNames (vector< string > varName) |
|
vector< string > | GetAuxVariableNames () const |
|
bool | UseAuxVariable () const |
|
string | GetFirstVariableName () const |
|
virtual void | SetFieldVariableNames (vector< string > varNames) |
|
void | SetXFieldVariableName (std::string varName) |
|
void | SetYFieldVariableName (std::string varName) |
|
void | SetZFieldVariableName (std::string varName) |
|
vector< string > | GetFieldVariableNames () const |
|
std::string | GetXFieldVariableName () const |
|
std::string | GetYFieldVariableName () const |
|
std::string | GetZFieldVariableName () const |
|
vector< string > | GetDistribVariableNames () const |
|
virtual void | SetRefinementLevel (int numrefinements) |
|
virtual int | GetRefinementLevel () const |
|
virtual int | GetCompressionLevel () const |
|
virtual void | SetCompressionLevel (int val) |
|
void | SetHistoStretch (float factor) |
|
float | GetHistoStretch () const |
|
virtual ColorbarPbase * | GetColorbarPbase () const |
| Obtain ColorbarPBase (used to specify Color Bar properties) from RenderParams.
|
|
virtual void | SetColorbarPbase (ColorbarPbase *pb) |
|
virtual MapperFunction * | GetMapperFunc (string varname) |
|
virtual void | RemoveMapperFunc (string varname) |
| Remove the mapper function for the named variable.
|
|
virtual void | SetMapperFunc (string varname, MapperFunction *tf) |
|
virtual Box * | GetBox () const |
|
void | SetCursorCoords (const float coords[2]) |
|
void | GetCursorCoords (float coords[2]) const |
|
virtual void | SetHeightVariableName (string varname) |
|
virtual string | GetHeightVariableName () const |
|
bool | UseSingleColor () const |
|
virtual void | SetColorMapVariableName (string varname) |
|
virtual string | GetColorMapVariableName () const |
|
virtual string | GetActualColorMapVariableName () const =0 |
|
void | SetUseSingleColor (bool val) |
|
void | SetConstantColor (const float rgb[3]) |
|
void | SetConstantColor (vector< float > rgb) |
|
void | GetConstantColor (float rgb[3]) const |
|
vector< float > | GetConstantColor () const |
|
void | SetConstantOpacity (float o) |
|
float | GetConstantOpacity () const |
|
size_t | GetCurrentTimestep () const |
|
void | SetCurrentTimestep (size_t ts) |
|
virtual Transform * | GetTransform () const |
| Access the transform used by the renderer.
|
|
void | initializeBypassFlags () |
|
virtual void | SetDefaultVariables (int dim, bool secondaryColormapVariable) |
|
virtual size_t | GetRenderDim () const =0 |
|
virtual bool | HasIsoValues () const |
| This should be overriden by params for renderes that support iso values to return true.
|
|
virtual vector< double > | GetIsoValues (const string &variable) |
|
virtual void | SetIsoValues (const string &variable, const vector< double > &values) |
|
vector< double > | GetIsoValues () |
|
void | SetIsoValues (const vector< double > &values) |
|
virtual bool | GetOrientable () const |
| Return whether a renderer can be oriented - IE, can this renderer be rotated about an origin point?
|
|
vector< double > | GetSlicePlaneRotation () const |
|
vector< double > | GetSlicePlaneOrigin () const |
|
vector< double > | GetSlicePlaneNormal () const |
|
double | GetXSlicePlaneOrigin () const |
|
double | GetYSlicePlaneOrigin () const |
|
double | GetZSlicePlaneOrigin () const |
|
void | SetXSlicePlaneOrigin (double xOrigin) |
|
void | SetYSlicePlaneOrigin (double yOrigin) |
|
void | SetZSlicePlaneOrigin (double zOrigin) |
|
void | SetSlicePlaneQuad (const std::vector< CoordType > &quad) |
|
std::vector< CoordType > | GetSlicePlaneQuad () const |
|
| 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 8 of file ModelParams.h.