31 #ifndef __vtkTemporalSnapToTimeStep_h
32 #define __vtkTemporalSnapToTimeStep_h
37 #include <vtkstd/vector>
51 VTK_SNAP_NEXTABOVE_OR_EQUAL
54 vtkSetMacro(SnapMode,
int);
55 vtkGetMacro(SnapMode,
int);
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void PrintSelf(ostream &os, vtkIndent indent)
modify the time range/steps of temporal data
void SetSnapModeToNextBelowOrEqual()
void SetSnapModeToNearest()
a simple class to control print indentation
static vtkTemporalDataSetAlgorithm * New()
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void SetSnapModeToNextAboveOrEqual()
vtkstd::vector< double > InputTimeValues
Superclass for algorithms that produce only vtkTemporalDataSet as output.