CGAL 5.0.3 - 2D Placement of Streamlines
|
Concepts | |
concept | Integrator_2 |
The concept Integrator_2 describes the set of requirements for the second template parameter of the class CGAL::Stream_lines_2<VectorField_2,Integrator_2> . This concept provides the operation that integrates a new point from a given point with a predefined step, and according to a specified vector. More... | |
concept | StreamLinesTraits_2 |
The concept StreamLinesTraits_2 describes the set of requirements for the template parameter of the class CGAL::Regular_grid_2<StreamLinesTraits_2> . This concept provides the types handled by the CGAL::Stream_lines_2<VectorField_2, Integrator_2> class. More... | |
concept | VectorField_2 |
The concept VectorField_2 describes the set of requirements for the first template parameter of the class CGAL::Stream_lines_2<VectorField_2,Integrator_2> . This concept provides the types of the geometric primitives used in the placement of streamlines and some functions for answering different queries. More... | |