KrisLibrary  1.0.0
Public Member Functions | Public Attributes | List of all members
ReverseInterpolator Class Reference

An interpolator that reverses another one. More...

#include <Interpolator.h>

Inheritance diagram for ReverseInterpolator:
Interpolator

Public Member Functions

 ReverseInterpolator (const std::shared_ptr< Interpolator > &base)
 
virtual void Eval (Real u, Config &x) const
 
virtual Real Length () const
 
virtual const ConfigStart () const
 
virtual const ConfigEnd () const
 
- Public Member Functions inherited from Interpolator
virtual Real ParamStart () const
 
virtual Real ParamEnd () const
 

Public Attributes

std::shared_ptr< Interpolatorbase
 

Detailed Description

An interpolator that reverses another one.


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