#include <vtkExtractTemporalFieldData.h>
vtkExtractTemporalFieldData extracts arrays from the input vtkFieldData. These arrays are assumed to contain temporal data, where the nth tuple contains the value for the nth timestep. The output is a 1D rectilinear grid where the XCoordinates correspond to time (the same array is also copied to a point array named Time or TimeData (if Time exists in the input). This algorithm does not produce a TIME_STEPS or TIME_RANGE information because it works across time.
Definition at line 43 of file vtkExtractTemporalFieldData.h.
vtkExtractTemporalFieldData::vtkExtractTemporalFieldData | ( | ) | [protected] |
vtkExtractTemporalFieldData::~vtkExtractTemporalFieldData | ( | ) | [protected] |
static vtkExtractTemporalFieldData* vtkExtractTemporalFieldData::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkTableAlgorithm.
virtual const char* vtkExtractTemporalFieldData::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkTableAlgorithm.
static int vtkExtractTemporalFieldData::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 vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkTableAlgorithm.
virtual int vtkExtractTemporalFieldData::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 vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkTableAlgorithm.
static vtkExtractTemporalFieldData* vtkExtractTemporalFieldData::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkTableAlgorithm.
void vtkExtractTemporalFieldData::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 vtkTableAlgorithm.
virtual int vtkExtractTemporalFieldData::GetNumberOfTimeSteps | ( | ) | [virtual] |
Get the number of time steps
virtual int vtkExtractTemporalFieldData::ProcessRequest | ( | vtkInformation * | , | |
vtkInformationVector ** | , | |||
vtkInformationVector * | ||||
) | [protected, virtual] |
see vtkAlgorithm for details
Reimplemented from vtkTableAlgorithm.
virtual int vtkExtractTemporalFieldData::RequestInformation | ( | vtkInformation * | request, | |
vtkInformationVector ** | inputVector, | |||
vtkInformationVector * | outputVector | |||
) | [protected, virtual] |
Reimplemented from vtkTableAlgorithm.
virtual int vtkExtractTemporalFieldData::RequestData | ( | vtkInformation * | request, | |
vtkInformationVector ** | inputVector, | |||
vtkInformationVector * | outputVector | |||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkTableAlgorithm.
virtual int vtkExtractTemporalFieldData::FillInputPortInformation | ( | int | port, | |
vtkInformation * | info | |||
) | [protected, virtual] |
Fill the input port information objects for this algorithm. This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle.
Reimplemented from vtkTableAlgorithm.
void vtkExtractTemporalFieldData::CopyDataToOutput | ( | vtkDataSet * | input, | |
vtkTable * | output | |||
) | [protected] |
This looks at the arrays in the vtkFieldData of input and copies them to the output point data.
int vtkExtractTemporalFieldData::NumberOfTimeSteps [protected] |
Definition at line 77 of file vtkExtractTemporalFieldData.h.