|
Overture
Version 25
|
#include <QuadTree.h>
Public Member Functions | |
| const real & | curveDist () const |
| real & | curveDist () |
| const int & | curvestart () const |
| const int & | curvestop () const |
| int & | curvestart () |
| int & | curvestop () |
| const int & | nodestart (const int c) const |
| const int & | nodestop (const int c) const |
| int & | nodestart (const int c) |
| int & | nodestop (const int c) |
| TMcurves (TrimmedMapping &tm, const int curvemin=1, const int curvemax=-1) | |
| TMcurves () | |
| TMcurves (const TMcurves &tmc) | |
| TMcurves & | operator= (const TMcurves &tmc) |
| ~TMcurves () | |
Protected Attributes | |
| real | cdist |
| int | cstart |
| int | cstop |
| int * | nstart |
| int * | nstop |
|
inline |
References assert, c, cdist, cstart, cstop, TrimmedMapping::getNumberOfInnerCurves(), nstart, nstop, and TrimmedMapping::rCurve.
|
inline |
|
inline |
|
inline |
References cdist.
Referenced by TrimmedMapping::basicInverse(), TMquad::divide(), and TMquad::remake().
|
inline |
References cstart.
Referenced by TrimmedMapping::basicInverse(), TMquad::divide(), TrimmedMapping::map(), TrimmedMapping::mapGrid(), and TMquad::remake().
|
inline |
References cstart.
|
inline |
References cstop.
Referenced by TrimmedMapping::basicInverse(), TMquad::divide(), TrimmedMapping::map(), TrimmedMapping::mapGrid(), and TMquad::remake().
|
inline |
References cstop.
|
inline |
References nstart.
Referenced by TMquad::remake().
|
inline |
References nstart.
|
inline |
References nstop.
Referenced by TMquad::remake().
|
inline |
References nstop.
|
protected |
Referenced by curveDist(), operator=(), and TMcurves().
|
protected |
Referenced by curvestart(), operator=(), and TMcurves().
|
protected |
Referenced by curvestop(), operator=(), and TMcurves().
|
protected |
Referenced by nodestart(), operator=(), TMcurves(), and ~TMcurves().
|
protected |
Referenced by nodestop(), operator=(), TMcurves(), and ~TMcurves().
1.8.3