VAPOR3 3.9.4
Public Member Functions | Static Public Member Functions | List of all members
VAPoR::PythonScript Class Reference

#include <PythonVariablesParams.h>

Inheritance diagram for VAPoR::PythonScript:
VAPoR::ParamsBase Wasp::MyBase

Public Member Functions

 PythonScript (VAPoR::ParamsBase::StateSave *ssave)
 
 PythonScript (VAPoR::ParamsBase::StateSave *ssave, VAPoR::XmlNode *node)
 
 ~PythonScript ()
 
string GetScript () const
 
void SetScript (string script)
 
string GetScriptName () const
 
void SetScriptName (string scriptName)
 
std::vector< string > GetOutputVars () const
 
void SetOutputVars (std::vector< string > outputVars)
 
std::vector< string > GetOutputGrids () const
 
void SetOutputGrids (std::vector< string > grids)
 
std::vector< string > GetInputVars () const
 
void SetInputVars (std::vector< string > inputVars)
 
std::vector< string > GetInputGrids () const
 
void SetInputGrids (std::vector< string > inputGrids)
 
string GetDataMgr () const
 
void SetDataMgr (string dataMgrName)
 
- Public Member Functions inherited from VAPoR::ParamsBase
 ParamsBase (StateSave *ssave, const string &classname)
 
 ParamsBase (StateSave *ssave, XmlNode *node)
 
 ParamsBase (const ParamsBase &rhs)
 Copy constructor.
 
ParamsBaseoperator= (const ParamsBase &rhs)
 
 ParamsBase (ParamsBase &&)=delete
 
ParamsBaseoperator= (ParamsBase &)=delete
 
bool operator== (const ParamsBase &rhs) const
 Equivalence operator.
 
bool operator!= (const ParamsBase &rhs) const
 
virtual ~ParamsBase ()
 
void SetParent (ParamsBase *parent)
 
XmlNodeGetNode () 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
 
- Public Member Functions inherited from Wasp::MyBase
 MyBase ()
 
const string & getClassName () const
 

Static Public Member Functions

static string GetClassType ()
 
- 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 ()
 

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 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 VAPoR::ParamsBase
 ParamsBase (StateSave *ssave)
 
void Remove (const string &name)
 
const map< string, string > & GetAttributes ()
 
void Clear ()
 
- Protected Member Functions inherited from Wasp::MyBase
void SetClassName (const string &name)
 
- Protected Attributes inherited from VAPoR::ParamsBase
StateSave_ssave
 
XmlNode_node
 

Detailed Description

Definition at line 33 of file PythonVariablesParams.h.

Constructor & Destructor Documentation

◆ PythonScript() [1/2]

VAPoR::PythonScript::PythonScript ( VAPoR::ParamsBase::StateSave ssave)

◆ PythonScript() [2/2]

VAPoR::PythonScript::PythonScript ( VAPoR::ParamsBase::StateSave ssave,
VAPoR::XmlNode node 
)

◆ ~PythonScript()

VAPoR::PythonScript::~PythonScript ( )
inline

Definition at line 39 of file PythonVariablesParams.h.

Member Function Documentation

◆ GetClassType()

static string VAPoR::PythonScript::GetClassType ( )
inlinestatic

Definition at line 41 of file PythonVariablesParams.h.

◆ GetDataMgr()

string VAPoR::PythonScript::GetDataMgr ( ) const

◆ GetInputGrids()

std::vector< string > VAPoR::PythonScript::GetInputGrids ( ) const

◆ GetInputVars()

std::vector< string > VAPoR::PythonScript::GetInputVars ( ) const

◆ GetOutputGrids()

std::vector< string > VAPoR::PythonScript::GetOutputGrids ( ) const

◆ GetOutputVars()

std::vector< string > VAPoR::PythonScript::GetOutputVars ( ) const

◆ GetScript()

string VAPoR::PythonScript::GetScript ( ) const

◆ GetScriptName()

string VAPoR::PythonScript::GetScriptName ( ) const

◆ SetDataMgr()

void VAPoR::PythonScript::SetDataMgr ( string  dataMgrName)

◆ SetInputGrids()

void VAPoR::PythonScript::SetInputGrids ( std::vector< string >  inputGrids)

◆ SetInputVars()

void VAPoR::PythonScript::SetInputVars ( std::vector< string >  inputVars)

◆ SetOutputGrids()

void VAPoR::PythonScript::SetOutputGrids ( std::vector< string >  grids)

◆ SetOutputVars()

void VAPoR::PythonScript::SetOutputVars ( std::vector< string >  outputVars)

◆ SetScript()

void VAPoR::PythonScript::SetScript ( string  script)

◆ SetScriptName()

void VAPoR::PythonScript::SetScriptName ( string  scriptName)

The documentation for this class was generated from the following file: