#include <VTKPlugin_IOperations_i.hh>

Public Member Functions | |
| VTKPlugin_IOperations_i (PortableServer::POA_ptr thePOA, GEOM::GEOM_Gen_ptr theEngine, VTKPlugin_IOperations *theImpl) | |
| ~VTKPlugin_IOperations_i () | |
| void | ExportVTK (GEOM::GEOM_Object_ptr, const char *, const double) | 
| VTKPlugin_IOperations * | GetOperations () | 
  Public Member Functions inherited from GEOM_IOperations_i | |
| GEOM_IOperations_i (PortableServer::POA_ptr thePOA, GEOM::GEOM_Gen_ptr theEngine,::GEOM_IOperations *theImpl) | |
| ~GEOM_IOperations_i () | |
| virtual CORBA::Boolean | IsDone () | 
| virtual void | SetErrorCode (const char *theErrorCode) | 
| virtual char * | GetErrorCode () | 
| virtual CORBA::Long | GetStudyID () | 
| virtual GEOM::GEOM_BaseObject_ptr | GetBaseObject (Handle(GEOM_BaseObject) theObject) | 
| virtual void | FinishOperation () | 
| virtual void | AbortOperation () | 
| ::GEOM_IOperations * | GetImpl () | 
| virtual void | UpdateGUIForObject (GEOM::GEOM_Object_ptr theObj) | 
| VTKPlugin_IOperations_i::VTKPlugin_IOperations_i | ( | PortableServer::POA_ptr | thePOA, | 
| GEOM::GEOM_Gen_ptr | theEngine, | ||
| VTKPlugin_IOperations * | theImpl | ||
| ) | 
constructor:
| VTKPlugin_IOperations_i::~VTKPlugin_IOperations_i | ( | ) | 
destructor
| void VTKPlugin_IOperations_i::ExportVTK | ( | GEOM::GEOM_Object_ptr | theOriginal, | 
| const char * | theFileName, | ||
| const double | theDeflection | ||
| ) | 
ExportVTK Export a shape to VTK format
| theOriginal | The shape to export | 
| theFileName | The name of the exported file | 
| theDeflection | The deflection of the exported shape | 
References VTKPlugin_IOperations::ExportVTK(), GetOperations(), Handle(), and GEOM_IOperations::SetNotDone().
| VTKPlugin_IOperations * VTKPlugin_IOperations_i::GetOperations | ( | ) | 
References GEOM_IOperations_i::GetImpl().