// 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 _StepToGeom_MakeTrimmedCurve2d_HeaderFile #define _StepToGeom_MakeTrimmedCurve2d_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _Handle_StepGeom_TrimmedCurve_HeaderFile #include #endif #ifndef _Handle_Geom2d_BSplineCurve_HeaderFile #include #endif class StepGeom_TrimmedCurve; class Geom2d_BSplineCurve; //! This class implements the mapping between classes
//! class TrimmedCurve from StepGeom which
//! describes a Trimmed Curve from prostep and TrimmedCurve from
//! Geom.
class StepToGeom_MakeTrimmedCurve2d { 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 static Standard_Boolean Convert(const Handle(StepGeom_TrimmedCurve)& SC,Handle(Geom2d_BSplineCurve)& CC) ; protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif