INET Framework for OMNeT++/OMNEST
Interpolators.h File Reference

Classes

class  inet::math::InterpolatorBase< X, Y >
 
class  inet::math::ConstantInterpolatorBase< X, Y >
 
class  inet::math::EitherInterpolator< X, Y >
 Interpolation that can only be used if y1 == y2. More...
 
class  inet::math::LeftInterpolator< X, Y >
 
class  inet::math::RightInterpolator< X, Y >
 
class  inet::math::AverageInterpolator< X, Y >
 
class  inet::math::MinimumInterpolator< X, Y >
 
class  inet::math::MaximumInterpolator< X, Y >
 
class  inet::math::CloserInterpolator< X, Y >
 
class  inet::math::LinearInterpolator< X, Y >
 
class  inet::math::LineardbInterpolator< X, Y >
 

Namespaces

 inet
 Copyright (c) 2005 Jan Ringo�, www.ringos.cz.
 
 inet::math
 Support functions for mathematical operations.
 

Functions

template<typename X , typename Y >
const IInterpolator< X, Y > * inet::math::createInterpolator (const char *text)