// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #ifndef _GeomToIGES_GeomEntity_HeaderFile #define _GeomToIGES_GeomEntity_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Handle_IGESData_IGESModel_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif class IGESData_IGESModel; //! provides methods to transfer Geom entity from CASCADE to IGES.
class GeomToIGES_GeomEntity { public: void* operator new(size_t,void* anAddress) { return anAddress; } void* operator new(size_t size) { return Standard::Allocate(size); } void operator delete(void *anAddress) { if (anAddress) Standard::Free((Standard_Address&)anAddress); } //! Creates a tool GeomEntity
Standard_EXPORT GeomToIGES_GeomEntity(); //! Creates a tool ready to run and sets its
//! fields as GE's.
Standard_EXPORT GeomToIGES_GeomEntity(const GeomToIGES_GeomEntity& GE); //! Set the value of "TheModel"
Standard_EXPORT void SetModel(const Handle(IGESData_IGESModel)& model) ; //! Returns the value of "TheModel"
Standard_EXPORT Handle_IGESData_IGESModel GetModel() const; //! Sets the value of the UnitFlag
Standard_EXPORT void SetUnit(const Standard_Real unit) ; //! Returns the value of the UnitFlag of the header of the model
//! in meters.
Standard_EXPORT Standard_Real GetUnit() const; protected: private: Handle_IGESData_IGESModel TheModel; Standard_Real TheUnitFactor; }; // other Inline functions and methods (like "C++: function call" methods) #endif