|
Open CASCADE Technology 6.5.2
|
This class provides iteration services required by
the Swept Primitives for a Directing NumShape
Line.
#include <Sweep_NumShapeIterator.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Sweep_NumShapeIterator () | |
| void | Init (const Sweep_NumShape &aShape) |
| Resest the NumShapeIterator 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 Sweep_NumShape & | Value () const |
| Returns the current sub-shape. | |
| TopAbs_Orientation | Orientation () const |
| Returns the orientation of the current sub-shape. | |
| Sweep_NumShapeIterator::Sweep_NumShapeIterator | ( | ) |
| void Sweep_NumShapeIterator::Init | ( | const Sweep_NumShape & | aShape | ) |
| Standard_Boolean Sweep_NumShapeIterator::More | ( | ) | const |
| void Sweep_NumShapeIterator::Next | ( | ) |
| void Sweep_NumShapeIterator::operator delete | ( | void * | anAddress | ) | [inline] |
| void* Sweep_NumShapeIterator::operator new | ( | size_t | size | ) | [inline] |
| void* Sweep_NumShapeIterator::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| TopAbs_Orientation Sweep_NumShapeIterator::Orientation | ( | ) | const |
| const Sweep_NumShape& Sweep_NumShapeIterator::Value | ( | ) | const |
1.7.4