VTK  9.4.20241222
vtkAdaptiveTemporalInterpolator.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2// SPDX-License-Identifier: BSD-3-Clause
14#ifndef vtkAdaptiveTemporalInterpolator_h
15#define vtkAdaptiveTemporalInterpolator_h
16
17#include "vtkFiltersParallelModule.h" // For export macro
19
20VTK_ABI_NAMESPACE_BEGIN
21class vtkDataSet;
22class vtkPointSet;
23
24class VTKFILTERSPARALLEL_EXPORT vtkAdaptiveTemporalInterpolator : public vtkTemporalInterpolator
25{
26public:
29 void PrintSelf(ostream& os, vtkIndent indent) override;
30
31protected:
34
40 vtkDataSet* InterpolateDataSet(vtkDataSet* in1, vtkDataSet* in2, double ratio) override;
41
60
61private:
63 void operator=(const vtkAdaptiveTemporalInterpolator&) = delete;
64
65 class ResamplingHelperImpl;
66 ResamplingHelperImpl* ResampleImpl;
67};
68
69VTK_ABI_NAMESPACE_END
70#endif
interpolate datasets between time steps to produce a new dataset
vtkDataSet * InterpolateDataSet(vtkDataSet *in1, vtkDataSet *in2, double ratio) override
Root level interpolation for a concrete dataset object.
static vtkAdaptiveTemporalInterpolator * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkPointSet * ResampleDataObject(vtkPointSet *&a, vtkPointSet *&b, int source)
When the mesh topology appears to be different between timesteps, this method is invoked to resample ...
abstract class to specify dataset behavior
Definition vtkDataSet.h:165
a simple class to control print indentation
Definition vtkIndent.h:108
concrete class for storing a set of points
Definition vtkPointSet.h:98
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 *)