OCC Main Page | ModelingAlgorithms | Toolkits | Packages | Class Hierarchy | Data Structures | File List | Data Fields | Globals

ModelingAlgorithms
TKPrim
BRepSweep


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)
Standard_EXPORT BRepSweep_Iterator ()
Standard_EXPORT 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.

.
Standard_EXPORT void Next ()
 Moves to the next sub-shape.
.
const TopoDS_Shape & Value () const
 Returns the current sub-shape.
.
TopAbs_Orientation Orientation () const
 Returns the orientation of the current sub-shape.
.

Private Attributes

TopoDS_Iterator myIterator


Constructor & Destructor Documentation

Standard_EXPORT BRepSweep_Iterator::BRepSweep_Iterator  ) 
 


Member Function Documentation

Standard_EXPORT void BRepSweep_Iterator::Init const TopoDS_Shape &  aShape  ) 
 

Standard_Boolean BRepSweep_Iterator::More  )  const [inline]
 

Standard_EXPORT 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 [inline]
 

const TopoDS_Shape & BRepSweep_Iterator::Value  )  const [inline]
 


Field Documentation

TopoDS_Iterator BRepSweep_Iterator::myIterator [private]
 


The documentation for this class was generated from the following files:
Generated on Mon Aug 25 13:41:35 2008 for OpenCASCADE by  doxygen 1.4.1