Public Member Functions | |
| void | import (InterpolationBufferBase< Scalar > *IB_base, const InterpolationBufferBase< Scalar > &IB_in, const TimeRange< Scalar > &range) |
| 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 226 of file Rythmos_InterpolationBufferAppender.hpp.
| void Rythmos::InterpolationBufferAppenderSmart< Scalar >::import | ( | InterpolationBufferBase< Scalar > * | IB_base, | |
| const InterpolationBufferBase< Scalar > & | IB_in, | |||
| const TimeRange< Scalar > & | range | |||
| ) | [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 241 of file Rythmos_InterpolationBufferAppender.hpp.
1.4.7