Base class for geometric element iterator. More...
#include <rvc/opsurfacefitting.h>

Public Member Functions | |
| GEOMETRIC_ITERATOR () | |
| virtual | ~GEOMETRIC_ITERATOR () |
| INT64 | GetElementID () const |
| double | GetPosition () const |
| bool | IsDone () const |
| GEOMETRIC_ITERATOR & | operator++ () |
| int | Restart () |
Base class for geometric element iterator.
| RVC::OP::SURFACEFITTING::GEOMETRIC_ITERATOR::GEOMETRIC_ITERATOR | ( | ) | [inline] |
Default ctor Copy ctor and assignment operators are private.
| virtual RVC::OP::SURFACEFITTING::GEOMETRIC_ITERATOR::~GEOMETRIC_ITERATOR | ( | ) | [inline, virtual] |
Default dtor.
| INT64 RVC::OP::SURFACEFITTING::GEOMETRIC_ITERATOR::GetElementID | ( | ) | const [inline] |
Get element ID for the iterator.
| double RVC::OP::SURFACEFITTING::GEOMETRIC_ITERATOR::GetPosition | ( | ) | const [inline] |
Get current position (0-1) or -1 if cannot determine.
| bool RVC::OP::SURFACEFITTING::GEOMETRIC_ITERATOR::IsDone | ( | ) | const [inline] |
Determine if done with iteration.
| GEOMETRIC_ITERATOR& RVC::OP::SURFACEFITTING::GEOMETRIC_ITERATOR::operator++ | ( | ) | [inline] |
Pre-increment operator.
| int RVC::OP::SURFACEFITTING::GEOMETRIC_ITERATOR::Restart | ( | ) | [inline] |
Restart to beginning (if supported);.
1.6.1