libmoldeo (Moldeo 1.0 Core)  1.0
libmoldeo is the group of objects and functions that executes the basic operations of Moldeo 1.0 Platform.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
moCurve2< Real >::PointList Class Reference

#include <moMathCurve.h>

Public Member Functions

 PointList (const moVector2< Real > &rkPoint, PointList *pkNext)
 

Public Attributes

moVector2< Real > m_kPoint
 
PointListm_kNext
 

Detailed Description

template<class Real>
class moCurve2< Real >::PointList

Definition at line 240 of file moMathCurve.h.

Constructor & Destructor Documentation

template<class Real >
moCurve2< Real >::PointList::PointList ( const moVector2< Real > &  rkPoint,
PointList pkNext 
)
inline

Definition at line 243 of file moMathCurve.h.

Member Data Documentation

template<class Real >
PointList* moCurve2< Real >::PointList::m_kNext

Definition at line 250 of file moMathCurve.h.

template<class Real >
moVector2<Real> moCurve2< Real >::PointList::m_kPoint

Definition at line 249 of file moMathCurve.h.


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