CGAL 5.3 - 2D Placement of Streamlines
CGAL::Runge_kutta_integrator_2< VectorField_2 > Class Template Reference

#include <CGAL/Runge_kutta_integrator_2.h>

Definition

This class implements the second order Runge-Kutta integrator.

Template Parameters
VectorField_2has to be instantiated by a model of the concept VectorField_2.
Is Model Of:
Integrator_2
See also
Euler_integrator_2<VectorField_2>
Examples:
Stream_lines_2/stl_regular_field.cpp, and Stream_lines_2/stl_triangular_field.cpp.

Creation

 Runge_kutta_integrator_2 (const FT &integration_step)
 Creates a Runge-Kutta second order integrator with integration_step as integration step.