#include <GEOM_PythonDump.hxx>
Public Member Functions | |
| Standard_EXPORT | TPythonDump (Handle(GEOM_Function)&theFunction, bool theAppend=false) |
| virtual Standard_EXPORT | ~TPythonDump () |
| Standard_EXPORT TPythonDump & | operator<< (bool theArg) |
| Standard_EXPORT TPythonDump & | operator<< (long int theArg) |
| Standard_EXPORT TPythonDump & | operator<< (int theArg) |
| Standard_EXPORT TPythonDump & | operator<< (double theArg) |
| Standard_EXPORT TPythonDump & | operator<< (float theArg) |
| Standard_EXPORT TPythonDump & | operator<< (const void *theArg) |
| Standard_EXPORT TPythonDump & | operator<< (const char *theArg) |
| Standard_EXPORT TPythonDump & | operator<< (const TopAbs_ShapeEnum theArg) |
| Standard_EXPORT TPythonDump & | operator<< (const Handle(GEOM_Object)&theObject) |
Private Member Functions | |
| Handle (GEOM_Function) myFunction | |
Private Attributes | |
| std::ostringstream | myStream |
| bool | myAppend |
Static Private Attributes | |
| static size_t | myCounter = 0 |
| GEOM.TPythonDump::TPythonDump | ( | Handle(GEOM_Function)& | theFunction, |
| bool | theAppend = false |
||
| ) |
References GEOM.TPythonDump.myAppend, and GEOM.TPythonDump.myCounter.
| GEOM.TPythonDump::~TPythonDump | ( | ) | [virtual] |
References GEOM.TPythonDump.myAppend, GEOM.TPythonDump.myCounter, and GEOM.TPythonDump.myStream.
| GEOM.TPythonDump.Handle | ( | GEOM_Function | ) | [private] |
| TPythonDump & GEOM.TPythonDump::operator<< | ( | bool | theArg | ) |
References GEOM.TPythonDump.myStream.
| TPythonDump & GEOM.TPythonDump::operator<< | ( | long int | theArg | ) |
References GEOM.TPythonDump.myStream.
| TPythonDump & GEOM.TPythonDump::operator<< | ( | int | theArg | ) |
References GEOM.TPythonDump.myStream.
| TPythonDump & GEOM.TPythonDump::operator<< | ( | double | theArg | ) |
References GEOM.TPythonDump.myStream.
| TPythonDump & GEOM.TPythonDump::operator<< | ( | float | theArg | ) |
References GEOM.TPythonDump.myStream.
| TPythonDump & GEOM.TPythonDump::operator<< | ( | const void * | theArg | ) |
References GEOM.TPythonDump.myStream.
| TPythonDump & GEOM.TPythonDump::operator<< | ( | const char * | theArg | ) |
References GEOM.TPythonDump.myStream.
| TPythonDump & GEOM.TPythonDump::operator<< | ( | const TopAbs_ShapeEnum | theArg | ) |
References GEOM.TPythonDump.myStream.
| TPythonDump & GEOM.TPythonDump::operator<< | ( | const Handle(GEOM_Object)& | theObject | ) |
References GEOM.GEOM_Object.GetEntry(), and GEOM.TPythonDump.myStream.
std::ostringstream GEOM.TPythonDump.myStream [private] |
size_t GEOM.TPythonDump::myCounter = 0 [static, private] |
bool GEOM.TPythonDump.myAppend [private] |