Go to the documentation of this file.
35 #ifndef vtkTemporalSnapToTimeStep_h
36 #define vtkTemporalSnapToTimeStep_h
38 #include "vtkFiltersHybridModule.h"
53 VTK_SNAP_NEXTABOVE_OR_EQUAL
56 vtkSetMacro(SnapMode,
int);
57 vtkGetMacro(SnapMode,
int);
void SetSnapModeToNextAboveOrEqual()
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called within ProcessRequest when a request asks for Information.
@ VTK_SNAP_NEXTBELOW_OR_EQUAL
std::vector< double > InputTimeValues
void SetSnapModeToNextBelowOrEqual()
int ProcessRequest(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
see vtkAlgorithm for details
~vtkTemporalSnapToTimeStep() override
a simple class to control print indentation
static vtkTemporalSnapToTimeStep * New()
int RequestUpdateExtent(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called within ProcessRequest when each filter in the pipeline decides what portion of its inp...
void SetSnapModeToNearest()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkTemporalSnapToTimeStep()
modify the time range/steps of temporal data