VTK
|
extract point data from a time sequence for a specified point id. More...
#include <vtkExtractDataOverTime.h>
Inherits vtkPointSetAlgorithm.
Public Types | |
typedef vtkPointSetAlgorithm | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkExtractDataOverTime * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetPointIndex (int) |
virtual int | GetPointIndex () |
virtual int | GetNumberOfTimeSteps () |
Static Public Member Functions | |
static vtkExtractDataOverTime * | New () |
static int | IsTypeOf (const char *type) |
static vtkExtractDataOverTime * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkExtractDataOverTime () | |
~vtkExtractDataOverTime () | |
int | RequestInformation (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
int | ProcessRequest (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
int | AllocateOutputData (vtkPointSet *input, vtkPointSet *output) |
Protected Attributes | |
int | PointIndex |
int | CurrentTimeIndex |
int | NumberOfTimeSteps |
extract point data from a time sequence for a specified point id.
This filter extracts the point data from a time sequence and specified index and creates an output of the same type as the input but with Points containing "number of time steps" points; the point and PointData corresponding to the PointIndex are extracted at each time step and added to the output. A PointData array is added called "Time" (or "TimeData" if there is already an array called "Time"), which is the time at each index.
Definition at line 33 of file vtkExtractDataOverTime.h.
typedef vtkPointSetAlgorithm vtkExtractDataOverTime::Superclass |
Definition at line 37 of file vtkExtractDataOverTime.h.
|
protected |
|
inlineprotected |
Definition at line 53 of file vtkExtractDataOverTime.h.
|
static |
|
static |
|
virtual |
|
static |
|
protectedvirtual |
vtkExtractDataOverTime* vtkExtractDataOverTime::NewInstance | ( | ) | const |
void vtkExtractDataOverTime::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
virtual |
Index of point to extract at each time step
|
virtual |
Index of point to extract at each time step
|
virtual |
Get the number of time steps
|
protected |
|
protected |
|
protected |
|
protected |
Definition at line 64 of file vtkExtractDataOverTime.h.
|
protected |
Definition at line 65 of file vtkExtractDataOverTime.h.
|
protected |
Definition at line 66 of file vtkExtractDataOverTime.h.