23#ifndef vtkTemporalSnapToTimeStep_h 
   24#define vtkTemporalSnapToTimeStep_h 
   26#include "vtkFiltersHybridModule.h"  
   31VTK_ABI_NAMESPACE_BEGIN
 
   43    VTK_SNAP_NEXTABOVE_OR_EQUAL
 
   46  vtkSetMacro(SnapMode, 
int);
 
   47  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.