58#ifndef vtkVortexCore_h
59#define vtkVortexCore_h
61#include "vtkFiltersFlowPathsModule.h"
87 vtkGetMacro(FasterApproximation,
bool);
88 vtkSetMacro(FasterApproximation,
bool);
89 vtkBooleanMacro(FasterApproximation,
bool);
a simple class to control print indentation
Superclass for algorithms that produce only polydata as output.
Compute vortex core lines using the parallel vectors method.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
~vtkVortexCore() override
int FillInputPortInformation(int, vtkInformation *) override
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkTypeBool HigherOrderMethod
static vtkVortexCore * New()