// 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 _BRepToIGES_BRSolid_HeaderFile #define _BRepToIGES_BRSolid_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _BRepToIGES_BREntity_HeaderFile #include #endif #ifndef _Handle_IGESData_IGESEntity_HeaderFile #include #endif class BRepToIGES_BREntity; class IGESData_IGESEntity; class TopoDS_Shape; class TopoDS_Solid; class TopoDS_CompSolid; class TopoDS_Compound; //! This class implements the transfer of Shape Entities from Geom
//! To IGES. These can be :
//! . Vertex
//! . Edge
//! . Wire
class BRepToIGES_BRSolid : public BRepToIGES_BREntity { 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); } Standard_EXPORT BRepToIGES_BRSolid(); Standard_EXPORT BRepToIGES_BRSolid(const BRepToIGES_BREntity& BR); //! Transfert a Shape entity from TopoDS to IGES
//! this entity must be a Solid or a CompSolid or a Compound.
//! If this Entity could not be converted, this member returns a NullEntity.
Standard_EXPORT Handle_IGESData_IGESEntity TransferSolid(const TopoDS_Shape& start) ; //! Transfert a Solid entity from TopoDS to IGES
//! If this Entity could not be converted, this member returns a NullEntity.
Standard_EXPORT Handle_IGESData_IGESEntity TransferSolid(const TopoDS_Solid& start) ; //! Transfert an CompSolid entity from TopoDS to IGES
//! If this Entity could not be converted, this member returns a NullEntity.
Standard_EXPORT Handle_IGESData_IGESEntity TransferCompSolid(const TopoDS_CompSolid& start) ; //! Transfert a Compound entity from TopoDS to IGES
//! If this Entity could not be converted, this member returns a NullEntity.
Standard_EXPORT Handle_IGESData_IGESEntity TransferCompound(const TopoDS_Compound& start) ; protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif