#include <vtkTemporalSnapToTimeStep.h>
vtkTemporalSnapToTimeStep modify the time range or time steps of the data without changing the data itself. The data is not resampled by this filter, only the information accompanying the data is modified.
Definition at line 40 of file vtkTemporalSnapToTimeStep.h.
Reimplemented from vtkTemporalDataSetAlgorithm.
Definition at line 44 of file vtkTemporalSnapToTimeStep.h.
anonymous enum |
Definition at line 48 of file vtkTemporalSnapToTimeStep.h.
vtkTemporalSnapToTimeStep::vtkTemporalSnapToTimeStep | ( | ) | [protected] |
vtkTemporalSnapToTimeStep::~vtkTemporalSnapToTimeStep | ( | ) | [protected] |
static vtkTemporalSnapToTimeStep* vtkTemporalSnapToTimeStep::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkTemporalDataSetAlgorithm.
virtual const char* vtkTemporalSnapToTimeStep::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkTemporalDataSetAlgorithm.
static int vtkTemporalSnapToTimeStep::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkTemporalDataSetAlgorithm.
virtual int vtkTemporalSnapToTimeStep::IsA | ( | const char * | name | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkTemporalDataSetAlgorithm.
static vtkTemporalSnapToTimeStep* vtkTemporalSnapToTimeStep::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkTemporalDataSetAlgorithm.
void vtkTemporalSnapToTimeStep::PrintSelf | ( | ostream & | os, | |
vtkIndent | indent | |||
) | [virtual] |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkTemporalDataSetAlgorithm.
virtual void vtkTemporalSnapToTimeStep::SetSnapMode | ( | int | ) | [virtual] |
virtual int vtkTemporalSnapToTimeStep::GetSnapMode | ( | ) | [virtual] |
void vtkTemporalSnapToTimeStep::SetSnapModeToNearest | ( | ) | [inline] |
Definition at line 56 of file vtkTemporalSnapToTimeStep.h.
void vtkTemporalSnapToTimeStep::SetSnapModeToNextBelowOrEqual | ( | ) | [inline] |
Definition at line 57 of file vtkTemporalSnapToTimeStep.h.
void vtkTemporalSnapToTimeStep::SetSnapModeToNextAboveOrEqual | ( | ) | [inline] |
Definition at line 58 of file vtkTemporalSnapToTimeStep.h.
virtual int vtkTemporalSnapToTimeStep::RequestUpdateExtent | ( | vtkInformation * | , | |
vtkInformationVector ** | , | |||
vtkInformationVector * | ||||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkTemporalDataSetAlgorithm.
virtual int vtkTemporalSnapToTimeStep::RequestInformation | ( | vtkInformation * | , | |
vtkInformationVector ** | , | |||
vtkInformationVector * | ||||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkTemporalDataSetAlgorithm.
virtual int vtkTemporalSnapToTimeStep::RequestData | ( | vtkInformation * | , | |
vtkInformationVector ** | , | |||
vtkInformationVector * | ||||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkTemporalDataSetAlgorithm.
vtkstd::vector<double> vtkTemporalSnapToTimeStep::InputTimeValues [protected] |
Definition at line 76 of file vtkTemporalSnapToTimeStep.h.
int vtkTemporalSnapToTimeStep::HasDiscrete [protected] |
Definition at line 77 of file vtkTemporalSnapToTimeStep.h.
int vtkTemporalSnapToTimeStep::SnapMode [protected] |
Definition at line 78 of file vtkTemporalSnapToTimeStep.h.