#include <Rythmos_SmartInterpolationBufferAppender.hpp>
Inheritance diagram for Rythmos::SmartInterpolationBufferAppender< Scalar >:

Overridden from Teuchos::ParameterListAcceptorDefaultBase | |
| void | setParameterList (RCP< Teuchos::ParameterList > const ¶mList) |
| | |
| RCP< const Teuchos::ParameterList > | getValidParameters () const |
| | |
Public Member Functions | |
| void | append (const InterpolationBufferBase< Scalar > &interpBuffSource, const TimeRange< Scalar > &range, const Ptr< InterpolationBufferBase< Scalar > > &interpBuffSink) |
| Concrete implementation that attempts to use the order of interpolation between the two interpolation buffers to be a bit smarter about copying data between them. | |
Definition at line 41 of file Rythmos_SmartInterpolationBufferAppender.hpp.
| void Rythmos::SmartInterpolationBufferAppender< Scalar >::append | ( | const InterpolationBufferBase< Scalar > & | interpBuffSource, | |
| const TimeRange< Scalar > & | range, | |||
| const Ptr< InterpolationBufferBase< Scalar > > & | interpBuffSink | |||
| ) | [virtual] |
Concrete implementation that attempts to use the order of interpolation between the two interpolation buffers to be a bit smarter about copying data between them.
Implements Rythmos::InterpolationBufferAppenderBase< Scalar >.
Definition at line 75 of file Rythmos_SmartInterpolationBufferAppender.hpp.
| void Rythmos::SmartInterpolationBufferAppender< Scalar >::setParameterList | ( | RCP< Teuchos::ParameterList > const & | paramList | ) | [virtual] |
Implements Teuchos::ParameterListAcceptor.
Definition at line 114 of file Rythmos_SmartInterpolationBufferAppender.hpp.
| RCP< const Teuchos::ParameterList > Rythmos::SmartInterpolationBufferAppender< Scalar >::getValidParameters | ( | ) | const [virtual] |
Reimplemented from Teuchos::ParameterListAcceptor.
Definition at line 123 of file Rythmos_SmartInterpolationBufferAppender.hpp.
1.4.7