Version: 8.3.0
SMESH::TVar Struct Reference

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
 

Detailed Description

Object used to make TPythonDump know that its held value can be a varible.

TPythonDump substitute TVar with names of notebook variables if any.

Constructor & Destructor Documentation

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.

Member Function Documentation

static const char* SMESH::TVar::ObjPrefix ( )
static

Field Documentation

bool SMESH::TVar::myIsList
std::vector< std::string > SMESH::TVar::myVals