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
void SetSelectionConnection(vtkAlgorithmOutput *algOutput)
Set a second input which is a selection.
~vtkTemporalPathLineFilter() override
Hold a reference to a vtkObjectBase instance.
static vtkTemporalPathLineFilter * New()
Standard Type-Macro.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void Flush()
Flush will wipe any existing data so that traces can be restarted from whatever time step is next sup...
vtkTemporalPathLineFilter()
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.
merge exactly coincident points
void SetSelectionData(vtkDataSet *input)
Set a second input which is a selection.
Superclass for algorithms that produce only polydata as output.