VAPOR3 3.9.4
|
#include <RenderParams.h>
Public Member Functions | |
RenParamsContainer (DataMgr *dataMgr, ParamsBase::StateSave *ssave, const string &myname) | |
RenParamsContainer (DataMgr *dataMgr, ParamsBase::StateSave *ssave, XmlNode *node) | |
RenParamsContainer (const RenParamsContainer &rhs) | |
Copy constructor. | |
RenParamsContainer & | operator= (const RenParamsContainer &rhs) |
~RenParamsContainer () | |
RenderParams * | Insert (const RenderParams *rp, string name) |
RenderParams * | Create (string classType, string name) |
void | Remove (string name) |
RenderParams * | GetParams (string name) const |
vector< string > | GetNames () const |
size_t | Size () const |
XmlNode * | GetNode () const |
ParamsSeparator * | GetSeparator () const |
string const | GetName () const |
Public Member Functions inherited from Wasp::MyBase | |
MyBase () | |
const string & | getClassName () const |
Additional Inherited Members | |
Public Types inherited from Wasp::MyBase | |
typedef void(* | ErrMsgCB_T) (const char *msg, int err_code) |
typedef void(* | DiagMsgCB_T) (const char *msg) |
Static Public Member Functions inherited from Wasp::MyBase | |
static void | SetErrMsg (const char *format,...) |
Record a formatted error message. | |
static void | SetErrMsg (int errcode, const char *format,...) |
Record a formatted error message and an error code. | |
static const char * | GetErrMsg () |
static void | SetErrCode (int err_code) |
Record an error code. | |
static int | GetErrCode () |
Retrieve the current error code. | |
static void | SetErrMsgCB (ErrMsgCB_T cb) |
static ErrMsgCB_T | GetErrMsgCB () |
static void | SetErrMsgFilePtr (FILE *fp) |
static const FILE * | SetErrMsgFilePtr () |
static void | SetDiagMsg (const char *format,...) |
Record a formatted diagnostic message. | |
static const char * | GetDiagMsg () |
static void | SetDiagMsgCB (DiagMsgCB_T cb) |
static DiagMsgCB_T | GetDiagMsgCB () |
static void | SetDiagMsgFilePtr (FILE *fp) |
static bool | EnableErrMsg (bool enable) |
static bool | GetEnableErrMsg () |
Static Public Attributes inherited from Wasp::MyBase | |
static char * | ErrMsg |
static int | ErrCode |
static int | ErrMsgSize |
static FILE * | ErrMsgFilePtr |
static ErrMsgCB_T | ErrMsgCB |
static char * | DiagMsg |
static int | DiagMsgSize |
static FILE * | DiagMsgFilePtr |
static DiagMsgCB_T | DiagMsgCB |
static bool | Enabled |
Protected Member Functions inherited from Wasp::MyBase | |
void | SetClassName (const string &name) |
Definition at line 692 of file RenderParams.h.
VAPoR::RenParamsContainer::RenParamsContainer | ( | DataMgr * | dataMgr, |
ParamsBase::StateSave * | ssave, | ||
const string & | myname | ||
) |
VAPoR::RenParamsContainer::RenParamsContainer | ( | DataMgr * | dataMgr, |
ParamsBase::StateSave * | ssave, | ||
XmlNode * | node | ||
) |
VAPoR::RenParamsContainer::RenParamsContainer | ( | const RenParamsContainer & | rhs | ) |
Copy constructor.
VAPoR::RenParamsContainer::~RenParamsContainer | ( | ) |
RenderParams * VAPoR::RenParamsContainer::Create | ( | string | classType, |
string | name | ||
) |
|
inline |
Definition at line 721 of file RenderParams.h.
vector< string > VAPoR::RenParamsContainer::GetNames | ( | ) | const |
|
inline |
Definition at line 717 of file RenderParams.h.
References VAPoR::XmlNode::GetNode().
RenderParams * VAPoR::RenParamsContainer::GetParams | ( | string | name | ) | const |
|
inline |
Definition at line 719 of file RenderParams.h.
RenderParams * VAPoR::RenParamsContainer::Insert | ( | const RenderParams * | rp, |
string | name | ||
) |
RenParamsContainer & VAPoR::RenParamsContainer::operator= | ( | const RenParamsContainer & | rhs | ) |
void VAPoR::RenParamsContainer::Remove | ( | string | name | ) |
|
inline |
Definition at line 715 of file RenderParams.h.