23 #ifndef vtkAdaptiveTemporalInterpolator_h 24 #define vtkAdaptiveTemporalInterpolator_h 26 #include "vtkFiltersParallelModule.h" 73 class ResamplingHelperImpl;
74 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()
abstract class for specifying dataset behavior
interpolate datasets between time steps to produce a new dataset
interpolate datasets between time steps to produce a new dataset
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph *>::edge_descriptor e, vtkGraph *)
virtual vtkDataSet * InterpolateDataSet(vtkDataSet *in1, vtkDataSet *in2, double ratio)
Root level interpolation for a concrete dataset object.
a simple class to control print indentation