Rythmos - Transient Integration for Differential Equations
Version of the Day
|
Mix-in interface for objects that accept an interpolator object. More...
#include <Rythmos_InterpolatorAcceptingObjectBase.hpp>
Public Member Functions | |
virtual | ~InterpolatorAcceptingObjectBase () |
virtual void | setInterpolator (const RCP< InterpolatorBase< Scalar > > &interpolator)=0 |
virtual RCP< InterpolatorBase < Scalar > > | getNonconstInterpolator ()=0 |
virtual RCP< const InterpolatorBase< Scalar > > | getInterpolator () const =0 |
virtual RCP< InterpolatorBase < Scalar > > | unSetInterpolator ()=0 |
Mix-in interface for objects that accept an interpolator object.
ToDo: Finish documentation!
Definition at line 45 of file Rythmos_InterpolatorAcceptingObjectBase.hpp.
|
inlinevirtual |
Definition at line 50 of file Rythmos_InterpolatorAcceptingObjectBase.hpp.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |