 |
VTK
9.0.1
|
Go to the documentation of this file.
32 #ifndef vtkTemporalSnapToTimeStep_h
33 #define vtkTemporalSnapToTimeStep_h
35 #include "vtkFiltersHybridModule.h"
51 VTK_SNAP_NEXTABOVE_OR_EQUAL
54 vtkSetMacro(SnapMode,
int);
55 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.
std::vector< double > InputTimeValues
void SetSnapModeToNextBelowOrEqual()
vtkTypeBool ProcessRequest(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
see vtkAlgorithm for details
~vtkTemporalSnapToTimeStep() override
a simple class to control print indentation
@ VTK_SNAP_NEXTBELOW_OR_EQUAL
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