Functor to set the coordinates of a geometric vector. Template specialization to stop the recursion on the coordinates.
More...
|
template<typename Coord , typename GeomVector > |
GeomVector | operator() (Coord coords, GeomVector geom_vector, size_t i) |
|
template<>
struct stapl::set_geom_vector<-1 >
Functor to set the coordinates of a geometric vector. Template specialization to stop the recursion on the coordinates.
◆ operator()()
template<typename Coord , typename GeomVector >
- Parameters
-
coords | array of coordinates. |
geom_vector | geometric vector to be set. |
i | position of the coordinates in the source array. |
The documentation for this struct was generated from the following file: