Overture  Version 25
Public Member Functions | Protected Attributes | List of all members
TMcurves Class Reference

#include <QuadTree.h>

Public Member Functions

const realcurveDist () const
 
realcurveDist ()
 
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)
 
TMcurvesoperator= (const TMcurves &tmc)
 
 ~TMcurves ()
 

Protected Attributes

real cdist
 
int cstart
 
int cstop
 
int * nstart
 
int * nstop
 

Constructor & Destructor Documentation

TMcurves::TMcurves ( TrimmedMapping tm,
const int  curvemin = 1,
const int  curvemax = -1 
)
inline
TMcurves::TMcurves ( )
inline
TMcurves::TMcurves ( const TMcurves tmc)
inline

References c, cdist, cstart, cstop, nstart, and nstop.

TMcurves::~TMcurves ( )
inline

References nstart, and nstop.

Member Function Documentation

const real& TMcurves::curveDist ( ) const
inline
real& TMcurves::curveDist ( )
inline

References cdist.

const int& TMcurves::curvestart ( ) const
inline
int& TMcurves::curvestart ( )
inline

References cstart.

const int& TMcurves::curvestop ( ) const
inline
int& TMcurves::curvestop ( )
inline

References cstop.

const int& TMcurves::nodestart ( const int  c) const
inline

References nstart.

Referenced by TMquad::remake().

int& TMcurves::nodestart ( const int  c)
inline

References nstart.

const int& TMcurves::nodestop ( const int  c) const
inline

References nstop.

Referenced by TMquad::remake().

int& TMcurves::nodestop ( const int  c)
inline

References nstop.

TMcurves& TMcurves::operator= ( const TMcurves tmc)
inline

References c, cdist, cstart, cstop, nstart, and nstop.

Member Data Documentation

real TMcurves::cdist
protected

Referenced by curveDist(), operator=(), and TMcurves().

int TMcurves::cstart
protected

Referenced by curvestart(), operator=(), and TMcurves().

int TMcurves::cstop
protected

Referenced by curvestop(), operator=(), and TMcurves().

int* TMcurves::nstart
protected
int* TMcurves::nstop
protected

The documentation for this class was generated from the following file: