// 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 _TopoDSToStep_MakeGeometricCurveSet_HeaderFile #define _TopoDSToStep_MakeGeometricCurveSet_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Handle_StepShape_GeometricCurveSet_HeaderFile #include #endif #ifndef _TopoDSToStep_Root_HeaderFile #include #endif #ifndef _Handle_Transfer_FinderProcess_HeaderFile #include #endif class StepShape_GeometricCurveSet; class StdFail_NotDone; class TopoDS_Shape; class Transfer_FinderProcess; //! This class implements the mapping between a Shape
//! from TopoDS and a GeometricCurveSet from StepShape in order
//! to create a GeometricallyBoundedWireframeRepresentation.
class TopoDSToStep_MakeGeometricCurveSet : public TopoDSToStep_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); } Standard_EXPORT TopoDSToStep_MakeGeometricCurveSet(const TopoDS_Shape& SH,const Handle(Transfer_FinderProcess)& FP); Standard_EXPORT const Handle_StepShape_GeometricCurveSet& Value() const; protected: private: Handle_StepShape_GeometricCurveSet theGeometricCurveSet; }; // other Inline functions and methods (like "C++: function call" methods) #endif