Traits class defining "get" and "set" to get and set point coordinate values.
More...
#include <access.hpp>
template<typename Geometry, std::size_t Index, std::size_t Dimension>
struct boost::geometry::traits::indexed_access< Geometry, Index, Dimension >
Traits class defining "get" and "set" to get and set point coordinate values.
- Template Parameters
-
Geometry | geometry (box, segment) |
Index | index (min_corner/max_corner for box, 0/1 for segment) |
Dimension | dimension |
- Geometries:
-
- Specializations should provide:
- static inline T get(G const&)
- static inline void set(G&, T const&)
The documentation for this struct was generated from the following file: