35 #ifndef _vtkTemporalPathLineFilter_h
36 #define _vtkTemporalPathLineFilter_h
38 #include "vtkFiltersGeneralModule.h"
47 #include "vtkSmartPointer.h"
50 class vtkTemporalPathLineFilterInternals;
60 void PrintSelf(ostream& os, vtkIndent indent);
66 vtkSetMacro(MaskPoints,
int);
67 vtkGetMacro(MaskPoints,
int);
77 vtkSetMacro(MaxTrackLength,
unsigned int);
78 vtkGetMacro(MaxTrackLength,
unsigned int);
88 vtkSetStringMacro(IdChannelArray);
89 vtkGetStringMacro(IdChannelArray);
99 vtkSetVector3Macro(MaxStepDistance,
double);
100 vtkGetVector3Macro(MaxStepDistance,
double);
108 vtkSetMacro(KeepDeadTrails,
int);
109 vtkGetMacro(KeepDeadTrails,
int);
126 void SetSelectionData(vtkDataSet *input);
141 vtkInformationVector **,
142 vtkInformationVector *);
145 vtkInformationVector** inputVector,
146 vtkInformationVector* outputVector);
161 double MaxStepDistance[3];
172 vtkSmartPointer<vtkTemporalPathLineFilterInternals>
Internals;
vtkSmartPointer< vtkFloatArray > TrailId
vtkSmartPointer< vtkCellArray > Vertices
vtkSmartPointer< vtkPoints > VertexCoordinates
virtual int FillInputPortInformation(int port, vtkInformation *info)
Generate a Polydata Pointset from any Dataset.
vtkSmartPointer< ParticleTrail > TrailPointer
virtual int FillOutputPortInformation(int port, vtkInformation *info)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
unsigned int MaxTrackLength
Proxy object to connect input/output ports.
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.
merge exactly coincident points
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkSmartPointer< vtkPoints > LineCoordinates
vtkSmartPointer< vtkTemporalPathLineFilterInternals > Internals
object to represent cell connectivity
std::set< vtkIdType > SelectionIds
vtkSmartPointer< vtkCellArray > PolyLines
unsigned int LastTrackLength