36 #ifndef vtkTemporalPathLineFilter_h 37 #define vtkTemporalPathLineFilter_h 39 #include "vtkFiltersGeneralModule.h" 50 class vtkTemporalPathLineFilterInternals;
70 vtkSetMacro(MaskPoints,
int);
71 vtkGetMacro(MaskPoints,
int);
83 vtkSetMacro(MaxTrackLength,
unsigned int);
84 vtkGetMacro(MaxTrackLength,
unsigned int);
96 vtkSetStringMacro(IdChannelArray);
97 vtkGetStringMacro(IdChannelArray);
109 vtkSetVector3Macro(MaxStepDistance,
double);
110 vtkGetVector3Macro(MaxStepDistance,
double);
120 vtkSetMacro(KeepDeadTrails,
int);
121 vtkGetMacro(KeepDeadTrails,
int);
178 double MaxStepDistance[3];
vtkSmartPointer< vtkFloatArray > TrailId
vtkSmartPointer< vtkCellArray > Vertices
vtkSmartPointer< vtkPoints > VertexCoordinates
Generate a Polydata Pointset from any Dataset.
vtkSmartPointer< ParticleTrail > TrailPointer
abstract class to specify dataset behavior
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
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()
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
std::set< vtkIdType > SelectionIds
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkSmartPointer< vtkCellArray > PolyLines
unsigned int LastTrackLength
represent and manipulate 3D points
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.