35 #ifndef _vtkTemporalPathLineFilter_h
36 #define _vtkTemporalPathLineFilter_h
49 class vtkTemporalPathLineFilterInternals;
65 vtkSetMacro(MaskPoints,
int);
66 vtkGetMacro(MaskPoints,
int);
76 vtkSetMacro(MaxTrackLength,
unsigned int);
77 vtkGetMacro(MaxTrackLength,
unsigned int);
87 vtkSetStringMacro(IdChannelArray);
88 vtkGetStringMacro(IdChannelArray);
92 VTK_LEGACY(
void SetScalarArray(
const char *));
93 VTK_LEGACY(
const char *GetScalarArray());
102 vtkSetVector3Macro(MaxStepDistance,
double);
103 vtkGetVector3Macro(MaxStepDistance,
double);
111 vtkSetMacro(KeepDeadTrails,
int);
112 vtkGetMacro(KeepDeadTrails,
int);
164 double MaxStepDistance[3];
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)
abstract class to specify dataset behavior
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkstd::set< vtkIdType > SelectionIds
dynamic, self-adjusting array of float
Hold a reference to a vtkObjectBase instance.
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.
a simple class to control print indentation
merge exactly coincident points
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkSmartPointer< vtkPoints > LineCoordinates
vtkSmartPointer< vtkTemporalPathLineFilterInternals > Internals
object to represent cell connectivity
vtkSmartPointer< vtkCellArray > PolyLines
unsigned int LastTrackLength
represent and manipulate 3D points