SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
CatmullRomSpline< T > Class Template Reference

#include <CatmullRomSpline.h>

Public Member Functions

 CatmullRomSpline ()
 
 CatmullRomSpline (const Array1< T > &)
 
 CatmullRomSpline (const int)
 
 CatmullRomSpline (const CatmullRomSpline< T > &)
 
void setData (const Array1< T > &)
 
void add (const T &)
 
void insertData (const int, const T &)
 
void removeData (const int)
 
void clear ()
 
operator() (double) const
 
T & operator[] (const int)
 

Constructor & Destructor Documentation

CatmullRomSpline ( const Array1< T > &  data)
CatmullRomSpline ( const int  n)
CatmullRomSpline ( const CatmullRomSpline< T > &  )

Member Function Documentation

void add ( const T &  obj)
void clear ( )
void insertData ( const int  idx,
const T &  obj 
)
T operator() ( double  x) const
T & operator[] ( const int  idx)
void removeData ( const int  idx)
void setData ( const Array1< T > &  data)

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