Loading [MathJax]/extensions/TeX/newcommand.js
\newcommand{\E}{\mathrm{E}} \newcommand{\A}{\mathrm{A}} \newcommand{\R}{\mathrm{R}} \newcommand{\N}{\mathrm{N}} \newcommand{\Q}{\mathrm{Q}} \newcommand{\Z}{\mathrm{Z}} \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }
CGAL 4.13 - 2D Placement of Streamlines
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules Pages
StreamLinesTraits_2 Concept Reference

Definition

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.

Has Models:
The kernels of CGAL are models for this traits class.

Types

typedef unspecified_type FT
 The scalar type.
 
typedef unspecified_type Point_2
 The point type.
 
typedef unspecified_type Vector_2
 The vector type.