MathTL
 All Classes Functions Variables Typedefs Enumerations
Public Member Functions | Protected Attributes
MathTL::CubicHermiteInterpolant_td Class Reference

#include <bezier.h>

Inheritance diagram for MathTL::CubicHermiteInterpolant_td:
MathTL::Function< 1 > MathTL::FunctionTime

List of all members.

Public Member Functions

 CubicHermiteInterpolant_td (const int j, const int c, const int k)
 constructor from j, c, k
virtual ~CubicHermiteInterpolant_td ()
 virtual destructor
double value (const Point< 1 > &p, const unsigned int component=0) const
 point value
void vector_value (const Point< 1 > &p, Vector< double > &values) const
 point value
void set_j (const int j)
 set j
void set_c (const int c)
 set c
void set_k (const int k)
 set k

Protected Attributes

int j_
int c_
int k_

Detailed Description

translated and dilated Hermite interpolant as a function object


The documentation for this class was generated from the following file:
 All Classes Functions Variables Typedefs Enumerations