// 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 _GeomFill_Generator_HeaderFile #define _GeomFill_Generator_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Handle_Geom_Surface_HeaderFile #include #endif #ifndef _GeomFill_Profiler_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif class Geom_Surface; class StdFail_NotDone; class Standard_DomainError; //! Create a surface using generating lines. Inherits
//! profiler. The surface will be a BSplineSurface
//! passing by all the curves described in the
//! generator. The VDegree of the resulting surface is
//! 1.
class GeomFill_Generator : public GeomFill_Profiler { 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 GeomFill_Generator(); //! Converts all curves to BSplineCurves.
//! Set them to the common profile.
//! Compute the surface (degv = 1).
//! is used to compare 2 knots.
Standard_EXPORT virtual void Perform(const Standard_Real PTol) ; const Handle_Geom_Surface& Surface() const; protected: private: Handle_Geom_Surface mySurface; }; #include // other Inline functions and methods (like "C++: function call" methods) #endif