library of assembled shared sources |
http://lass.cocamware.com |
#include <spline.h>
Public Member Functions | |
ControlRange (TScalar begin, TScalar end) | |
const TScalar | begin () const |
const TScalar | end () const |
Private Attributes | |
TScalar | begin_ |
TScalar | end_ |
Definition at line 73 of file spline.h.
lass::num::Spline< ScalarType, DataType >::ControlRange::ControlRange | ( | TScalar | begin, | |
TScalar | end | |||
) | [inline] |
const TScalar lass::num::Spline< ScalarType, DataType >::ControlRange::begin | ( | ) | const [inline] |
Definition at line 77 of file spline.h.
References lass::num::Spline< ScalarType, DataType >::ControlRange::begin_.
const TScalar lass::num::Spline< ScalarType, DataType >::ControlRange::end | ( | ) | const [inline] |
Definition at line 78 of file spline.h.
References lass::num::Spline< ScalarType, DataType >::ControlRange::end_.
TScalar lass::num::Spline< ScalarType, DataType >::ControlRange::begin_ [private] |
Definition at line 80 of file spline.h.
Referenced by lass::num::Spline< ScalarType, DataType >::ControlRange::begin().
TScalar lass::num::Spline< ScalarType, DataType >::ControlRange::end_ [private] |
Definition at line 81 of file spline.h.
Referenced by lass::num::Spline< ScalarType, DataType >::ControlRange::end().
Generated on Mon Nov 10 14:22:10 2008 for Library of Assembled Shared Sources by 1.5.7.1 |