point2 Class Template Reference
[Models]

#include <utilities.hpp>

List of all members.


Detailed Description

template<typename T>
class boost::gil::point2< T >

2D point both axes of which have the same dimension type

Models: Point2DConcept


Public Types

typedef T value_type

Public Member Functions

 point2 (T newX, T newY)
 point2 (const point2 &p)
point2operator= (const point2 &p)
point2 operator<< (std::ptrdiff_t shift) const
point2 operator>> (std::ptrdiff_t shift) const
point2operator+= (const point2 &p)
point2operator-= (const point2 &p)
point2operator/= (double t)
const T & operator[] (std::size_t i) const
T & operator[] (std::size_t i)

Public Attributes

x
y

Static Public Attributes

static const std::size_t num_dimensions = 2

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

Generated on Sat May 2 13:50:18 2009 for Generic Image Library by  doxygen 1.5.6