Version: 9.12.0
SMESH::TVar Struct Reference

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

#include <SMESH_PythonDump.hxx>

Public Member Functions

 TVar (CORBA::Double value)
 
 TVar (CORBA::Long value)
 
 TVar (CORBA::LongLong 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 variable.

TPythonDump substitute TVar with names of notebook variables if any.

Constructor & Destructor Documentation

◆ TVar() [1/5]

SMESH::TVar::TVar ( CORBA::Double  value)

References myVals.

◆ TVar() [2/5]

SMESH::TVar::TVar ( CORBA::Long  value)

References myVals.

◆ TVar() [3/5]

SMESH::TVar::TVar ( CORBA::LongLong  value)

References myVals.

◆ TVar() [4/5]

SMESH::TVar::TVar ( CORBA::Short  value)

References myVals.

◆ TVar() [5/5]

SMESH::TVar::TVar ( const SMESH::double_array value)

References myVals.

Member Function Documentation

◆ ObjPrefix()

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

◆ Quote()

Field Documentation

◆ myIsList

bool SMESH::TVar::myIsList

◆ myVals

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