|
FreeWRL / FreeX3D 4.3.0
|
Public Member Functions | |
| void | init (TrimVertex *) |
| void | init (long, Arc_ptr, long) |
| void | getNextPt (void) |
| void | getPrevPt (void) |
| void | getNextPts (REAL, Backend &) |
| void | getPrevPts (REAL, Backend &) |
| void | getNextPts (Arc_ptr) |
| void | getPrevPts (Arc_ptr) |
| TrimVertex * | next (void) |
| TrimVertex * | prev (void) |
| TrimVertex * | first (void) |
| TrimVertex * | last (void) |
Definition at line 46 of file trimline.h.
| Trimline::Trimline | ( | ) |
Definition at line 46 of file trimline.cc.
| Trimline::~Trimline | ( | ) |
Definition at line 52 of file trimline.cc.
|
inline |
Definition at line 93 of file trimline.h.
| void Trimline::getNextPt | ( | void | ) |
Definition at line 98 of file trimline.cc.
| void Trimline::getNextPts | ( | Arc_ptr | botarc | ) |
Definition at line 159 of file trimline.cc.
| void Trimline::getNextPts | ( | REAL | vval, |
| Backend & | backend ) |
Definition at line 115 of file trimline.cc.
| void Trimline::getPrevPt | ( | void | ) |
Definition at line 104 of file trimline.cc.
| void Trimline::getPrevPts | ( | Arc_ptr | botarc | ) |
Definition at line 176 of file trimline.cc.
| void Trimline::getPrevPts | ( | REAL | vval, |
| Backend & | backend ) |
Definition at line 137 of file trimline.cc.
| void Trimline::init | ( | long | npts, |
| Arc_ptr | jarc, | ||
| long | last ) |
Definition at line 83 of file trimline.cc.
| void Trimline::init | ( | TrimVertex * | v | ) |
Definition at line 58 of file trimline.cc.
|
inline |
Definition at line 99 of file trimline.h.
|
inline |
Definition at line 81 of file trimline.h.
|
inline |
Definition at line 87 of file trimline.h.