27 #ifndef vtkTemporalPathLineFilter_h
28 #define vtkTemporalPathLineFilter_h
30 #include "vtkFiltersGeneralModule.h"
33 VTK_ABI_NAMESPACE_BEGIN
42 VTK_ABI_NAMESPACE_BEGIN
44 class vtkTemporalPathLineFilterInternals;
64 vtkSetMacro(MaskPoints,
int);
65 vtkGetMacro(MaskPoints,
int);
77 vtkSetMacro(MaxTrackLength,
unsigned int);
78 vtkGetMacro(MaxTrackLength,
unsigned int);
90 vtkSetStringMacro(IdChannelArray);
91 vtkGetStringMacro(IdChannelArray);
103 vtkSetVector3Macro(MaxStepDistance,
double);
104 vtkGetVector3Macro(MaxStepDistance,
double);
114 vtkSetMacro(KeepDeadTrails,
bool);
115 vtkGetMacro(KeepDeadTrails,
bool);
128 virtual void SetBackwardTime(
bool backward);
129 vtkGetMacro(BackwardTime,
bool);
176 int NumberOfTimeSteps = 0;
177 int MaskPoints = 200;
178 unsigned int MaxTrackLength = 10;
179 unsigned int LastTrackLength = 10;
181 char* IdChannelArray =
nullptr;
182 double MaxStepDistance[3] = { 1, 1, 1 };
184 bool KeepDeadTrails =
false;
185 bool UsingSelection =
false;
186 bool BackwardTime =
false;
203 VTK_ABI_NAMESPACE_END
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.