#include <GEOM_PythonDump.hxx>
Public Member Functions | |
Standard_EXPORT | TPythonDump (const 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 TCollection_AsciiString theArg) |
Standard_EXPORT TPythonDump & | operator<< (const TopAbs_ShapeEnum theArg) |
Standard_EXPORT TPythonDump & | operator<< (const Handle(GEOM_BaseObject)&theObject) |
Standard_EXPORT TPythonDump & | operator<< (const Handle(TColStd_HSequenceOfTransient)&objects) |
Standard_EXPORT TPythonDump & | operator<< (const std::list< Handle(GEOM_Object)> &theObjects) |
Standard_EXPORT TPythonDump & | operator<< (const GEOM_BaseObject *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 | ( | const Handle(GEOM_Function)& | theFunction, |
bool | theAppend = false |
||
) |
|
private |
TPythonDump & GEOM::TPythonDump::operator<< | ( | bool | theArg | ) |
References myStream.
TPythonDump & GEOM::TPythonDump::operator<< | ( | long int | theArg | ) |
References myStream.
TPythonDump & GEOM::TPythonDump::operator<< | ( | int | theArg | ) |
References myStream.
TPythonDump & GEOM::TPythonDump::operator<< | ( | double | theArg | ) |
References myStream.
TPythonDump & GEOM::TPythonDump::operator<< | ( | float | theArg | ) |
References myStream.
TPythonDump & GEOM::TPythonDump::operator<< | ( | const void * | theArg | ) |
References myStream.
TPythonDump & GEOM::TPythonDump::operator<< | ( | const char * | theArg | ) |
References myStream.
TPythonDump & GEOM::TPythonDump::operator<< | ( | const TCollection_AsciiString | theArg | ) |
References myStream.
TPythonDump & GEOM::TPythonDump::operator<< | ( | const TopAbs_ShapeEnum | theArg | ) |
References myStream.
TPythonDump & GEOM::TPythonDump::operator<< | ( | const Handle(GEOM_BaseObject)& | theObject | ) |
References myStream.
TPythonDump & GEOM::TPythonDump::operator<< | ( | const Handle(TColStd_HSequenceOfTransient)& | objects | ) |
Standard_EXPORT TPythonDump & GEOM::TPythonDump::operator<< | ( | const std::list< Handle(GEOM_Object)> & | theObjects | ) |
TPythonDump & GEOM::TPythonDump::operator<< | ( | const GEOM_BaseObject * | theObject | ) |
References GEOM::GEOM_BaseObject::GetEntry(), and myStream.
|
private |
|
staticprivate |
|
private |