Boost GIL


Public Member Functions | Public Attributes | List of all members
PointNDConcept< P > Struct Template Reference

N-dimensional point concept. More...

#include <point.hpp>

Public Member Functions

void constraints ()
 

Public Attributes

point
 

Detailed Description

template<typename P>
struct boost::gil::PointNDConcept< P >

N-dimensional point concept.

concept PointNDConcept<typename T> : Regular<T>
{
// the type of a coordinate along each axis
template <size_t K>
struct axis; where Metafunction<axis>;
const size_t num_dimensions;
// accessor/modifier of the value of each axis.
template <size_t K>
typename axis<K>::type const& T::axis_value() const;
template <size_t K>
typename axis<K>::type& T::axis_value();
};

The documentation for this struct was generated from the following file: