#include "Interpolator.h"Include dependency graph for Interpolator.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | Interpolator |
Functions | |
| Interpolator::Interpolator () | |
| Default constructor. | |
| Interpolator::~Interpolator () | |
| Destructor. | |
| Interpolator::Interpolator (std::string sName, std::string sDescription, std::string sInterpolationType) | |
This constructor requires 3 parameters :
| |
| std::string | Interpolator::getName () const |
| Return the name of the interpolator. | |
| std::string | Interpolator::getDescription () const |
| Return the description of the interpolator. | |
| std::string | Interpolator::getInterpolationType () const |
| Return the type of the interpolator. | |
1.4.5