The template parameter StreamLinesTraits_2 has to be
instantiated by a model of the concept StreamLinesTraits_2.
This class provides a vector field specified by a set of sample points defined on a triangulated domain. All sample points are inserted to a Delaunay triangulation, and for each point p in the domain located in a face f, its vector value is interpolated from the vertices of the face f.
| ||
| the scalar type. | |
| ||
| the point type. | |
| ||
| the vector type. |
| |||
Defines the points in the range
first_point, last_point
as the sample points of the grid, with the corresponding number of vectors started at first_vector. Precondition: The value_type of InputIterator1 is Point. Precondition: The value_type of InputIterator2 is Vector.
|