32#ifndef vtkTemporalSnapToTimeStep_h
33#define vtkTemporalSnapToTimeStep_h
35#include "vtkFiltersHybridModule.h"
a simple class to control print indentation
virtual void SetSnapMode(int)
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
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.
@ VTK_SNAP_NEXTABOVE_OR_EQUAL
@ VTK_SNAP_NEXTBELOW_OR_EQUAL
int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called within ProcessRequest when a request asks for Information.