// 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 _StepToTopoDS_TranslateCurveBoundedSurface_HeaderFile #define _StepToTopoDS_TranslateCurveBoundedSurface_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _TopoDS_Face_HeaderFile #include #endif #ifndef _StepToTopoDS_Root_HeaderFile #include #endif #ifndef _Handle_StepGeom_CurveBoundedSurface_HeaderFile #include #endif #ifndef _Handle_Transfer_TransientProcess_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif class StepGeom_CurveBoundedSurface; class Transfer_TransientProcess; class TopoDS_Face; //! Translate curve_bounded_surface into TopoDS_Face
class StepToTopoDS_TranslateCurveBoundedSurface : public StepToTopoDS_Root { 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); } //! Create empty tool
Standard_EXPORT StepToTopoDS_TranslateCurveBoundedSurface(); //! Translate surface
Standard_EXPORT StepToTopoDS_TranslateCurveBoundedSurface(const Handle(StepGeom_CurveBoundedSurface)& CBS,const Handle(Transfer_TransientProcess)& TP); //! Translate surface
Standard_EXPORT Standard_Boolean Init(const Handle(StepGeom_CurveBoundedSurface)& CBS,const Handle(Transfer_TransientProcess)& TP) ; //! Returns result of last translation or null wire if failed.
Standard_EXPORT const TopoDS_Face& Value() const; protected: private: TopoDS_Face myFace; }; // other Inline functions and methods (like "C++: function call" methods) #endif