// 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 _Sweep_NumShapeIterator_HeaderFile #define _Sweep_NumShapeIterator_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Sweep_NumShape_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _TopAbs_Orientation_HeaderFile #include #endif class Standard_NoMoreObject; class Standard_NoSuchObject; class Sweep_NumShape; //! This class provides iteration services required by
//! the Swept Primitives for a Directing NumShape
//! Line.
//!
class Sweep_NumShapeIterator { 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 Sweep_NumShapeIterator(); //! Resest the NumShapeIterator on sub-shapes of .
Standard_EXPORT void Init(const Sweep_NumShape& aShape) ; //! Returns True if there is a current sub-shape.
//!
Standard_Boolean More() const; //! Moves to the next sub-shape.
Standard_EXPORT void Next() ; //! Returns the current sub-shape.
const Sweep_NumShape& Value() const; //! Returns the orientation of the current sub-shape.
TopAbs_Orientation Orientation() const; protected: private: Sweep_NumShape myNumShape; Sweep_NumShape myCurrentNumShape; Standard_Integer myCurrentRange; Standard_Boolean myMore; TopAbs_Orientation myCurrentOrientation; }; #include // other Inline functions and methods (like "C++: function call" methods) #endif