Public Member Functions | Public Attributes | Static Protected Member Functions | List of all members
LookUp2< T > Class Template Reference

Look-up tables. More...

#include <LookUp.h>

Inheritance diagram for LookUp2< T >:
Inheritance graph
[legend]
Collaboration diagram for LookUp2< T >:
Collaboration graph
[legend]

Public Member Functions

 LookUp2 (size_t size, double scale=1.0)
 
double getScaled (size_t i) const
 
void putScaled (size_t i, double value)
 

Public Attributes

const T max
 
const double scale
 
const double scaleInv
 

Static Protected Member Functions

static double getScale ()
 

Detailed Description

template<class T>
class drain::LookUp2< T >

Look-up tables.


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