37 #ifndef __vtkDashedStreamLine_h
38 #define __vtkDashedStreamLine_h
40 #include "vtkFiltersFlowPathsModule.h"
48 void PrintSelf(ostream& os, vtkIndent indent);
54 vtkSetClampMacro(DashFactor,
double,0.01,1.0);
55 vtkGetMacro(DashFactor,
double);
63 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
generate constant-time dashed streamline in arbitrary dataset
static vtkStreamLine * New()
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
generate streamline in arbitrary dataset
void PrintSelf(ostream &os, vtkIndent indent)