23#ifndef _GEOM_PYTHONDUMP_HXX_
24#define _GEOM_PYTHONDUMP_HXX_
26#include <SALOMEconfig.h>
31#include <TCollection_AsciiString.hxx>
46 Standard_EXPORT
TPythonDump (
const Handle(GEOM_Function)& theFunction,
bool theAppend=
false);
Definition: GEOM_PythonDump.hxx:38
bool myAppend
Definition: GEOM_PythonDump.hxx:41
Standard_EXPORT TPythonDump & operator<<(const Handle(T)&theObject)
Definition: GEOM_PythonDump.hxx:52
Handle(GEOM_Function) myFunction
static size_t myCounter
Definition: GEOM_PythonDump.hxx:40
Standard_EXPORT TPythonDump(const Handle(GEOM_Function)&theFunction, bool theAppend=false)
Definition: GEOM_PythonDump.cxx:36
virtual Standard_EXPORT ~TPythonDump()
Definition: GEOM_PythonDump.cxx:43
std::ostringstream myStream
Definition: GEOM_PythonDump.hxx:39
A common root of objects in GEOM module.
Definition: GEOM_Gen.idl:300
Definition: GEOM_PythonDump.cxx:33
Handle(GEOM_BaseObject) GetCreatedLast(const Handle(Standard_Transient) &theObj1
Definition: GEOM_PythonDump.cxx:204