Open CASCADE Technology 6.5.2
Public Member Functions
BRepSweep_Iterator Class Reference

This class provides iteration services required by
the Generating Line (TopoDS Shape) of a BRepSweep.
This tool is used to iterate on the direct
sub-shapes of a Shape.

#include <BRepSweep_Iterator.hxx>

Public Member Functions

void * operator new (size_t, void *anAddress)
void * operator new (size_t size)
void operator delete (void *anAddress)
 BRepSweep_Iterator ()
void Init (const TopoDS_Shape &aShape)
 Resest the Iterator on sub-shapes of <aShape>.

Standard_Boolean More () const
 Returns True if there is a current sub-shape.


void Next ()
 Moves to the next sub-shape.

const TopoDS_ShapeValue () const
 Returns the current sub-shape.

TopAbs_Orientation Orientation () const
 Returns the orientation of the current sub-shape.


Constructor & Destructor Documentation

BRepSweep_Iterator::BRepSweep_Iterator ( )

Member Function Documentation

void BRepSweep_Iterator::Init ( const TopoDS_Shape aShape)
Standard_Boolean BRepSweep_Iterator::More ( ) const
void BRepSweep_Iterator::Next ( )
void BRepSweep_Iterator::operator delete ( void *  anAddress) [inline]
void* BRepSweep_Iterator::operator new ( size_t  size) [inline]
void* BRepSweep_Iterator::operator new ( size_t  ,
void *  anAddress 
) [inline]
TopAbs_Orientation BRepSweep_Iterator::Orientation ( ) const
const TopoDS_Shape& BRepSweep_Iterator::Value ( ) const

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines