17 #ifndef vtkStreamSurface_h
18 #define vtkStreamSurface_h
20 #include "vtkFiltersFlowPathsModule.h"
23 VTK_ABI_NAMESPACE_BEGIN
38 vtkSetMacro(UseIterativeSeeding,
bool);
39 vtkGetMacro(UseIterativeSeeding,
bool);
40 vtkBooleanMacro(UseIterativeSeeding,
bool);
81 bool UseIterativeSeeding =
false;
concrete dataset represents vertices, lines, polygons, and triangle strips
static vtkStreamTracer * New()
Construct the object to start from position (0,0,0), with forward integration, terminal speed 1...
a simple class to control print indentation
appends one or more polygonal datasets together
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods to obtain type information and print object state.
generates a surface from a set of lines
general representation of visualization data
Advect a stream surface in a vector field.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.