#include <BezFwdIterator.h>
Public Member Functions | |
| BezFwdIterator () | |
| BezFwdIterator (Int stepsDesired, const BezierSegment *bezSeg) | |
| void | start (void) |
| Bool | done (void) |
| const Coord3D & | getCurrent (void) const |
| void | next (void) |
Protected Attributes | |
| Int | mStep |
| Int | mStepsDesired |
| BezierSegment | mBezSeg |
| Coord3D | mCurrPoint |
| Coord3D | mDq |
| Coord3D | mDDq |
| Coord3D | mDDDq |
Definition at line 29 of file BezFwdIterator.h.
| BezFwdIterator::BezFwdIterator | ( | ) |
Definition at line 29 of file BezFwdIterator.cpp.
| BezFwdIterator::BezFwdIterator | ( | Int | stepsDesired, |
| const BezierSegment * | bezSeg ) |
Definition at line 39 of file BezFwdIterator.cpp.
| Bool BezFwdIterator::done | ( | void | ) |
Definition at line 104 of file BezFwdIterator.cpp.
| const Coord3D & BezFwdIterator::getCurrent | ( | void | ) | const |
Definition at line 110 of file BezFwdIterator.cpp.
| void BezFwdIterator::next | ( | void | ) |
Definition at line 116 of file BezFwdIterator.cpp.
| void BezFwdIterator::start | ( | void | ) |
Definition at line 53 of file BezFwdIterator.cpp.
|
protected |
Definition at line 35 of file BezFwdIterator.h.
|
protected |
Definition at line 36 of file BezFwdIterator.h.
|
protected |
Definition at line 40 of file BezFwdIterator.h.
|
protected |
Definition at line 39 of file BezFwdIterator.h.
|
protected |
Definition at line 38 of file BezFwdIterator.h.
|
protected |
Definition at line 32 of file BezFwdIterator.h.
|
protected |
Definition at line 33 of file BezFwdIterator.h.