17#ifndef vtkStreamSurface_h 
   18#define vtkStreamSurface_h 
   20#include "vtkFiltersFlowPathsModule.h"  
   23VTK_ABI_NAMESPACE_BEGIN
 
   38  vtkSetMacro(UseIterativeSeeding, 
bool);
 
   39  vtkGetMacro(UseIterativeSeeding, 
bool);
 
   40  vtkBooleanMacro(UseIterativeSeeding, 
bool);
 
   81  bool UseIterativeSeeding = 
false;
 
appends one or more polygonal datasets together
 
general representation of visualization data
 
a simple class to control print indentation
 
Allocate and hold a VTK object.
 
concrete dataset represents vertices, lines, polygons, and triangle strips
 
generates a surface from a set of lines
 
Advect a stream surface in a vector field.
 
~vtkStreamSurface() override
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
 
static vtkStreamSurface * New()
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.