|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   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);
 
  174   double MaxStepDistance[3];
 
  
represent and manipulate 3D points
vtkSmartPointer< vtkCellArray > PolyLines
vtkSmartPointer< ParticleTrail > TrailPointer
dynamic, self-adjusting array of float
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
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.
vtkSmartPointer< vtkTemporalPathLineFilterInternals > Internals
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
a simple class to control print indentation
object to represent cell connectivity
unsigned int LastTrackLength
vtkSmartPointer< vtkPoints > VertexCoordinates
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
abstract class to specify dataset behavior
Generate a Polydata Pointset from any Dataset.
Proxy object to connect input/output ports.
vtkSmartPointer< vtkCellArray > Vertices
vtkSmartPointer< vtkFloatArray > TrailId
unsigned int MaxTrackLength
vtkSmartPointer< vtkPoints > LineCoordinates
static vtkPolyDataAlgorithm * New()
merge exactly coincident points
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
std::set< vtkIdType > SelectionIds
Superclass for algorithms that produce only polydata as output.