N-dimensional point concept.
More...
#include <point.hpp>
template<typename P>
struct boost::gil::PointNDConcept< P >
N-dimensional point concept.
{
template <size_t K>
const size_t num_dimensions;
template <size_t K>
typename axis<K>::
type const& T::axis_value() const;
template <size_t K>
typename axis<K>::
type& T::axis_value();
};
N-dimensional point concept.
Definition concepts/point.hpp:62
Concept for type regularity requirement.
Definition basic.hpp:142
The documentation for this struct was generated from the following file: