VTK
|
modify the time range/steps of temporal data More...
#include <vtkTemporalSnapToTimeStep.h>
Inherits vtkAlgorithm.
Public Types | |
enum | { VTK_SNAP_NEAREST =0, VTK_SNAP_NEXTBELOW_OR_EQUAL, VTK_SNAP_NEXTABOVE_OR_EQUAL } |
typedef vtkAlgorithm | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkTemporalSnapToTimeStep * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetSnapMode (int) |
virtual int | GetSnapMode () |
void | SetSnapModeToNearest () |
void | SetSnapModeToNextBelowOrEqual () |
void | SetSnapModeToNextAboveOrEqual () |
Static Public Member Functions | |
static vtkTemporalSnapToTimeStep * | New () |
static int | IsTypeOf (const char *type) |
static vtkTemporalSnapToTimeStep * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkTemporalSnapToTimeStep () | |
~vtkTemporalSnapToTimeStep () | |
virtual int | FillInputPortInformation (int port, vtkInformation *info) |
virtual int | FillOutputPortInformation (int vtkNotUsed(port), vtkInformation *info) |
virtual int | RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual int | RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual int | ProcessRequest (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
Protected Attributes | |
std::vector< double > | InputTimeValues |
int | HasDiscrete |
int | SnapMode |
modify the time range/steps of temporal data
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 44 of file vtkTemporalSnapToTimeStep.h.
typedef vtkAlgorithm vtkTemporalSnapToTimeStep::Superclass |
Definition at line 48 of file vtkTemporalSnapToTimeStep.h.
anonymous enum |
Enumerator | |
---|---|
VTK_SNAP_NEAREST | |
VTK_SNAP_NEXTBELOW_OR_EQUAL | |
VTK_SNAP_NEXTABOVE_OR_EQUAL |
Definition at line 52 of file vtkTemporalSnapToTimeStep.h.
|
protected |
|
protected |
|
static |
|
static |
|
virtual |
|
static |
|
protectedvirtual |
vtkTemporalSnapToTimeStep* vtkTemporalSnapToTimeStep::NewInstance | ( | ) | const |
void vtkTemporalSnapToTimeStep::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
virtual |
|
virtual |
|
inline |
Definition at line 60 of file vtkTemporalSnapToTimeStep.h.
|
inline |
Definition at line 61 of file vtkTemporalSnapToTimeStep.h.
|
inline |
Definition at line 62 of file vtkTemporalSnapToTimeStep.h.
|
protectedvirtual |
see vtkAlgorithm for details
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protected |
Definition at line 90 of file vtkTemporalSnapToTimeStep.h.
|
protected |
Definition at line 91 of file vtkTemporalSnapToTimeStep.h.
|
protected |
Definition at line 92 of file vtkTemporalSnapToTimeStep.h.