Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

PiecewiseLinearFct< ValueType > Class Template Reference

a function composed by a set of segments, defined by an arbitrairy set of it's values More...

#include <PiecewiseLinearFct.hpp>

List of all members.

Public Member Functions

ValueType Value (float x) const
void Plot () const
ValueType operator() (float x) const
void AddValue (float x, const ValueType &y)
 PiecewiseLinearFct (const ValueType *init, int n)
 ctr only for real valued ValueType

Private Attributes

map< float, ValueType > points


Detailed Description

template<class ValueType>
class PiecewiseLinearFct< ValueType >

a function composed by a set of segments, defined by an arbitrairy set of it's values

Definition at line 25 of file PiecewiseLinearFct.hpp.


The documentation for this class was generated from the following file:
Generated on Fri Jun 17 13:36:19 2005 for ImLib3D by  doxygen 1.4.2