Go to the documentation of this file.
35 #ifndef _vtkTemporalPathLineFilter_h
36 #define _vtkTemporalPathLineFilter_h
50 class vtkTemporalPathLineFilterInternals;
161 double MaxStepDistance[3];
represent and manipulate 3D points
vtkSmartPointer< vtkCellArray > PolyLines
vtkSmartPointer< ParticleTrail > TrailPointer
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
#define vtkSetVector3Macro(name, type)
dynamic, self-adjusting array of float
void SetSelectionConnection(vtkAlgorithmOutput *algOutput)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define vtkTypeMacro(thisClass, superclass)
Hold a reference to a vtkObjectBase instance.
static vtkTemporalPathLineFilter * New()
GLenum GLenum GLenum input
void IncrementTrail(TrailPointer trail, vtkDataSet *input, vtkIdType i)
vtkSmartPointer< vtkTemporalPathLineFilterInternals > Internals
vtkTemporalPathLineFilter()
#define vtkGetVector3Macro(name, type)
virtual int FillInputPortInformation(int port, vtkInformation *info)
a simple class to control print indentation
object to represent cell connectivity
#define vtkSetStringMacro(name)
unsigned int LastTrackLength
vtkSmartPointer< vtkPoints > VertexCoordinates
#define VTKFILTERSGENERAL_EXPORT
#define vtkGetMacro(name, type)
vtkGetStringMacro(ExtensionsString)
abstract class to specify dataset behavior
vtkSetMacro(IgnoreDriverBugs, bool)
Generate a Polydata Pointset from any Dataset.
~vtkTemporalPathLineFilter()
Proxy object to connect input/output ports.
vtkSmartPointer< vtkCellArray > Vertices
vtkSmartPointer< vtkFloatArray > TrailId
unsigned int MaxTrackLength
virtual int FillOutputPortInformation(int port, vtkInformation *info)
TrailPointer GetTrail(vtkIdType i)
void PrintSelf(ostream &os, vtkIndent indent)
vtkSmartPointer< vtkPoints > LineCoordinates
merge exactly coincident points
void SetSelectionData(vtkDataSet *input)
std::set< vtkIdType > SelectionIds
Superclass for algorithms that produce only polydata as output.