35#ifndef vtkTemporalSnapToTimeStep_h
36#define vtkTemporalSnapToTimeStep_h
38#include "vtkFiltersHybridModule.h"
53 VTK_SNAP_NEXTABOVE_OR_EQUAL
57 vtkGetMacro(SnapMode,
int);
Superclass for all sources, filters, and sinks in VTK.
a simple class to control print indentation
modify the time range/steps of temporal data
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void SetSnapModeToNearest()
virtual int FillOutputPortInformation(int vtkNotUsed(port), vtkInformation *info)
virtual int ProcessRequest(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
see vtkAlgorithm for details
@ VTK_SNAP_NEXTBELOW_OR_EQUAL
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
vtkTemporalSnapToTimeStep()
~vtkTemporalSnapToTimeStep()
void SetSnapModeToNextBelowOrEqual()
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static vtkTemporalSnapToTimeStep * New()
std::vector< double > InputTimeValues
void SetSnapModeToNextAboveOrEqual()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.