14 #ifndef vtkAdaptiveTemporalInterpolator_h
15 #define vtkAdaptiveTemporalInterpolator_h
17 #include "vtkFiltersParallelModule.h"
20 VTK_ABI_NAMESPACE_BEGIN
65 class ResamplingHelperImpl;
66 ResamplingHelperImpl* ResampleImpl;
abstract class to specify dataset behavior
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkTemporalInterpolator * New()
concrete class for storing a set of points
interpolate datasets between time steps to produce a new dataset
interpolate datasets between time steps to produce a new dataset
virtual vtkDataSet * InterpolateDataSet(vtkDataSet *in1, vtkDataSet *in2, double ratio)
Root level interpolation for a concrete dataset object.
a simple class to control print indentation
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)