39 #ifndef vtkTemporalPathLineFilter_h
40 #define vtkTemporalPathLineFilter_h
42 #include "vtkFiltersGeneralModule.h"
53 class vtkTemporalPathLineFilterInternals;
73 vtkSetMacro(MaskPoints,
int);
74 vtkGetMacro(MaskPoints,
int);
86 vtkSetMacro(MaxTrackLength,
unsigned int);
87 vtkGetMacro(MaxTrackLength,
unsigned int);
99 vtkSetStringMacro(IdChannelArray);
100 vtkGetStringMacro(IdChannelArray);
112 vtkSetVector3Macro(MaxStepDistance,
double);
113 vtkGetVector3Macro(MaxStepDistance,
double);
123 vtkSetMacro(KeepDeadTrails,
bool);
124 vtkGetMacro(KeepDeadTrails,
bool);
137 virtual void SetBackwardTime(
bool backward);
138 vtkGetMacro(BackwardTime,
bool);
185 int NumberOfTimeSteps = 0;
186 int MaskPoints = 200;
187 unsigned int MaxTrackLength = 10;
188 unsigned int LastTrackLength = 10;
190 char* IdChannelArray =
nullptr;
191 double MaxStepDistance[3] = { 1, 1, 1 };
193 bool KeepDeadTrails =
false;
194 bool UsingSelection =
false;
195 bool BackwardTime =
false;
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.
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
represent and manipulate 3D points
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.