// 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 _BRepGProp_Domain_HeaderFile #define _BRepGProp_Domain_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _TopExp_Explorer_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif class TopoDS_Face; class TopoDS_Edge; //! Arc iterator. Returns only Forward and Reversed edges from
//! the face in an undigested order.
class BRepGProp_Domain { 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); } //! Empty constructor.
BRepGProp_Domain(); //! Constructor. Initializes the domain with the face.
BRepGProp_Domain(const TopoDS_Face& F); //! Initializes the domain with the face.
void Init(const TopoDS_Face& F) ; //! Returns True if there is another arc of curve in the list.
Standard_Boolean More() ; //! Initializes the exploration with the face already set.
void Init() ; //! Returns the current edge.
const TopoDS_Edge& Value() ; //! Sets the index of the arc iterator to the next arc of
//! curve.
Standard_EXPORT void Next() ; protected: private: TopExp_Explorer myExplorer; }; #include // other Inline functions and methods (like "C++: function call" methods) #endif