Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::gil::Point2DConcept< P > Struct Template Reference

2-dimensional point concept More...

#include <gil_concept.hpp>

Public Member Functions

void constraints ()
 

Public Attributes

point
 

Detailed Description

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

2-dimensional point concept

concept Point2DConcept<typename T> : PointNDConcept<T> {
where num_dimensions == 2;
const value_type& operator[](const T&, size_t i);
value_type& operator[]( T&, size_t i);
};

Member Function Documentation

template<typename P >
void boost::gil::Point2DConcept< P >::constraints ( )
inline

Member Data Documentation

template<typename P >
P boost::gil::Point2DConcept< P >::point

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