34 #ifndef __vtkTemporalSnapToTimeStep_h
35 #define __vtkTemporalSnapToTimeStep_h
37 #include "vtkFiltersHybridModule.h"
49 void PrintSelf(ostream& os, vtkIndent indent);
55 VTK_SNAP_NEXTABOVE_OR_EQUAL
58 vtkSetMacro(SnapMode,
int);
59 vtkGetMacro(SnapMode,
int);
71 vtkInformationVector** inputVector,
72 vtkInformationVector* outputVector);
78 virtual int RequestUpdateExtent (vtkInformation *,
79 vtkInformationVector **,
80 vtkInformationVector *);
81 virtual int RequestInformation (vtkInformation *,
82 vtkInformationVector **,
83 vtkInformationVector *);
85 virtual int RequestData(vtkInformation *,
86 vtkInformationVector **,
87 vtkInformationVector *);
modify the time range/steps of temporal data
virtual int ProcessRequest(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo)
void SetSnapModeToNextBelowOrEqual()
Superclass for all sources, filters, and sinks in VTK.
virtual int FillOutputPortInformation(int port, vtkInformation *info)
void SetSnapModeToNearest()
virtual int FillInputPortInformation(int port, vtkInformation *info)
std::vector< double > InputTimeValues
static vtkAlgorithm * New()
void SetSnapModeToNextAboveOrEqual()
void PrintSelf(ostream &os, vtkIndent indent)