Concrete implemenation of InterpolatorBase just just does simple linear interploation.
More...
#include <Rythmos_LinearInterpolator.hpp>
Public Member Functions | |
| ~LinearInterpolator () | |
| | |
| LinearInterpolator () | |
| | |
| bool | supportsCloning () const |
| | |
| RCP< InterpolatorBase< Scalar > > | cloneInterpolator () const |
| | |
| void | interpolate (const typename DataStore< Scalar >::DataStoreVector_t &data_in, const Array< Scalar > &t_values, typename DataStore< Scalar >::DataStoreVector_t *data_out) const |
| | |
| int | order () const |
| | |
| std::string | description () const |
| | |
| void | describe (FancyOStream &out, const Teuchos::EVerbosityLevel verbLevel) const |
| | |
| void | setParameterList (RCP< ParameterList > const ¶mList) |
| | |
| RCP< ParameterList > | getNonconstParameterList () |
| | |
| RCP< ParameterList > | unsetParameterList () |
| | |
Concrete implemenation of InterpolatorBase just just does simple linear interploation.
Definition at line 43 of file Rythmos_LinearInterpolator.hpp.
| Rythmos::LinearInterpolator< Scalar >::~LinearInterpolator | ( | ) | [inline] |
Definition at line 48 of file Rythmos_LinearInterpolator.hpp.
| Rythmos::LinearInterpolator< Scalar >::LinearInterpolator | ( | ) | [inline] |
Definition at line 95 of file Rythmos_LinearInterpolator.hpp.
| bool Rythmos::LinearInterpolator< Scalar >::supportsCloning | ( | ) | const [inline, virtual] |
Reimplemented from Rythmos::InterpolatorBase< Scalar >.
Definition at line 100 of file Rythmos_LinearInterpolator.hpp.
| RCP< InterpolatorBase< Scalar > > Rythmos::LinearInterpolator< Scalar >::cloneInterpolator | ( | ) | const [inline, virtual] |
Reimplemented from Rythmos::InterpolatorBase< Scalar >.
Definition at line 108 of file Rythmos_LinearInterpolator.hpp.
| void Rythmos::LinearInterpolator< Scalar >::interpolate | ( | const typename DataStore< Scalar >::DataStoreVector_t & | data_in, | |
| const Array< Scalar > & | t_values, | |||
| typename DataStore< Scalar >::DataStoreVector_t * | data_out | |||
| ) | const [inline, virtual] |
Implements Rythmos::InterpolatorBase< Scalar >.
Definition at line 119 of file Rythmos_LinearInterpolator.hpp.
| int Rythmos::LinearInterpolator< Scalar >::order | ( | ) | const [inline, virtual] |
Implements Rythmos::InterpolatorBase< Scalar >.
Definition at line 239 of file Rythmos_LinearInterpolator.hpp.
| std::string Rythmos::LinearInterpolator< Scalar >::description | ( | ) | const [inline, virtual] |
Reimplemented from Teuchos::Describable.
Definition at line 246 of file Rythmos_LinearInterpolator.hpp.
| void Rythmos::LinearInterpolator< Scalar >::describe | ( | FancyOStream & | out, | |
| const Teuchos::EVerbosityLevel | verbLevel | |||
| ) | const [inline] |
Definition at line 254 of file Rythmos_LinearInterpolator.hpp.
| void Rythmos::LinearInterpolator< Scalar >::setParameterList | ( | RCP< ParameterList > const & | paramList | ) | [inline, virtual] |
Implements Teuchos::ParameterListAcceptor.
Definition at line 276 of file Rythmos_LinearInterpolator.hpp.
| RCP< ParameterList > Rythmos::LinearInterpolator< Scalar >::getNonconstParameterList | ( | ) | [inline, virtual] |
Implements Teuchos::ParameterListAcceptor.
Definition at line 293 of file Rythmos_LinearInterpolator.hpp.
| RCP< ParameterList > Rythmos::LinearInterpolator< Scalar >::unsetParameterList | ( | ) | [inline, virtual] |
Implements Teuchos::ParameterListAcceptor.
Definition at line 301 of file Rythmos_LinearInterpolator.hpp.
1.6.1