85 #ifndef vtkStreamTracer_h 86 #define vtkStreamTracer_h 181 void SetIntegratorType(
int type);
182 int GetIntegratorType();
184 {this->SetIntegratorType(RUNGE_KUTTA2);};
186 {this->SetIntegratorType(RUNGE_KUTTA4);};
188 {this->SetIntegratorType(RUNGE_KUTTA45);};
193 void SetInterpolatorTypeToDataSetPointLocator();
197 void SetInterpolatorTypeToCellLocator();
210 void SetIntegrationStepUnit(
int unit );
270 INTERPOLATOR_WITH_CELL_LOCATOR
280 {this->SetIntegrationDirection(FORWARD);};
282 {this->SetIntegrationDirection(BACKWARD);};
284 {this->SetIntegrationDirection(BOTH);};
314 void SetInterpolatorType(
int interpType );
326 {
vtkErrorMacro( <<
"AddInput() must be called with a vtkDataSet not a vtkDataObject."); };
342 const char *vecFieldName,
345 void SimpleIntegrate(
double seed[3],
351 void GenerateNormals(
vtkPolyData* output,
double* firstNormal,
const char *vecName);
356 double StartPosition[3];
375 void ConvertIntervals(
double& step,
double& minStep,
double& maxStep,
377 static double ConvertToLength(
double interval,
int unit,
double cellLength );
406 friend class PStreamTracerUtils;
#define VTKFILTERSFLOWPATHS_EXPORT
void SetIntegrationDirectionToBoth()
static const double EPSILON
GLuint GLuint GLsizei GLenum type
virtual int FillInputPortInformation(int port, vtkInformation *info)
represent and manipulate point attribute data
virtual vtkExecutive * CreateDefaultExecutive()
abstract class to specify dataset behavior
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define vtkGetMacro(name, type)
An abstract class for obtaining the interpolated velocity values at a point.
void AddInput(vtkDataObject *)
bool GenerateNormalsInIntegrate
#define vtkSetClampMacro(name, type, min, max)
vtkCompositeDataSet * InputData
concrete dataset represents vertices, lines, polygons, and triangle strips
Superclass for all pipeline executives in VTK.
double MinimumIntegrationStep
#define vtkTypeMacro(thisClass, superclass)
provides thread-safe access to cells
vtkIdType MaximumNumberOfSteps
Proxy object to connect input/output ports.
dynamic, self-adjusting array of double
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
void SetIntegrationDirectionToForward()
dynamic, self-adjusting array of int
abstract superclass for composite (multi-block or AMR) datasets
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
int GetIntegrationStepUnit()
list of point or cell ids
vtkInitialValueProblemSolver * Integrator
abstract superclass for arrays of numeric data
void SetIntegratorTypeToRungeKutta4()
#define vtkGetVector3Macro(name, type)
#define vtkGetObjectMacro(name, type)
double MaximumIntegrationStep
void SetIntegratorTypeToRungeKutta2()
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
void SetIntegratorTypeToRungeKutta45()
double InitialIntegrationStep
vtkAbstractInterpolatedVelocityField * InterpolatorPrototype
void SetIntegrationDirectionToBackward()
double MaximumPropagation
bool HasMatchingPointAttributes
general representation of visualization data
#define vtkSetVector3Macro(name, type)
Integrate a set of ordinary differential equations (initial value problem) in time.
#define vtkSetMacro(name, type)