Object used to make TPythonDump know that its held value can be a varible. More...
#include <SMESH_PythonDump.hxx>
Public Member Functions | |
| TVar (CORBA::Double value) | |
| TVar (CORBA::Long value) | |
| TVar (CORBA::Short value) | |
| TVar (const SMESH::double_array &value) | |
Static Public Member Functions | |
| static char | Quote () | 
| static const char * | ObjPrefix () | 
Data Fields | |
| std::vector< std::string > | myVals | 
| bool | myIsList | 
Object used to make TPythonDump know that its held value can be a varible.
TPythonDump substitute TVar with names of notebook variables if any.
| SMESH::TVar::TVar | ( | CORBA::Double | value | ) | 
References myVals.
| SMESH::TVar::TVar | ( | CORBA::Long | value | ) | 
References myVals.
| SMESH::TVar::TVar | ( | CORBA::Short | value | ) | 
References myVals.
| SMESH::TVar::TVar | ( | const SMESH::double_array & | value | ) | 
References myVals.
      
  | 
  static | 
Referenced by SMESH_NoteBook::ReplaceVariables(), and SMESH::TPythonDump::~TPythonDump().
      
  | 
  static | 
| bool SMESH::TVar::myIsList | 
Referenced by SMESH::TPythonDump::operator<<().
| std::vector< std::string > SMESH::TVar::myVals | 
Referenced by SMESH::TPythonDump::operator<<(), and TVar().