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);
a simple class to control print indentation
modify the time range/steps of temporal data
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...
vtkTypeBool ProcessRequest(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
see vtkAlgorithm for details
@ VTK_SNAP_NEXTBELOW_OR_EQUAL
void SetSnapModeToNearest()
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
vtkTemporalSnapToTimeStep()
void SetSnapModeToNextBelowOrEqual()
~vtkTemporalSnapToTimeStep() override
static vtkTemporalSnapToTimeStep * New()
std::vector< double > InputTimeValues
void SetSnapModeToNextAboveOrEqual()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called within ProcessRequest when a request asks for Information.