Smart interplation buffer class. More...
#include <Rythmos_SmartInterpolationBufferAppender.hpp>
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. | |
Smart interplation buffer class.
Definition at line 40 of file Rythmos_SmartInterpolationBufferAppender.hpp.
| void Rythmos::SmartInterpolationBufferAppender< Scalar >::append | ( | const InterpolationBufferBase< Scalar > & | interpBuffSource, | |
| const TimeRange< Scalar > & | range, | |||
| const Ptr< InterpolationBufferBase< Scalar > > & | interpBuffSink | |||
| ) | [inline, 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 62 of file Rythmos_SmartInterpolationBufferAppender.hpp.
1.6.1