35 #ifndef vtkTemporalPathLineFilter_h
36 #define vtkTemporalPathLineFilter_h
50 class vtkTemporalPathLineFilterInternals;
67 vtkSetMacro(MaskPoints,
int);
68 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);
161 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)
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)
#define VTKFILTERSGENERAL_EXPORT
vtkSmartPointer< vtkPoints > LineCoordinates
vtkSmartPointer< vtkTemporalPathLineFilterInternals > Internals
object to represent cell connectivity
std::set< vtkIdType > SelectionIds
vtkSmartPointer< vtkCellArray > PolyLines
unsigned int LastTrackLength
represent and manipulate 3D points