Go to the documentation of this file.
36 #ifndef vtkTemporalPathLineFilter_h
37 #define vtkTemporalPathLineFilter_h
39 #include "vtkFiltersGeneralModule.h"
50 class vtkTemporalPathLineFilterInternals;
71 vtkGetMacro(MaskPoints,
int);
84 vtkGetMacro(MaxTrackLength,
unsigned int);
96 vtkSetStringMacro(IdChannelArray);
109 vtkSetVector3Macro(MaxStepDistance,
double);
110 vtkGetVector3Macro(MaxStepDistance,
double);
121 vtkGetMacro(KeepDeadTrails,
int);
172 int NumberOfTimeSteps;
174 unsigned int MaxTrackLength;
175 unsigned int LastTrackLength;
177 char *IdChannelArray;
178 double MaxStepDistance[3];
represent and manipulate 3D points
vtkSmartPointer< ParticleTrail > TrailPointer
dynamic, self-adjusting array of float
Hold a reference to a vtkObjectBase instance.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
object to represent cell connectivity
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
abstract class to specify dataset behavior
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
Generate a Polydata Pointset from any Dataset.
Proxy object to connect input/output ports.
static vtkPolyDataAlgorithm * New()
merge exactly coincident points
Superclass for algorithms that produce only polydata as output.