Adobe Systems, Inc.

Point2DConcept< P > Struct Template Reference
[Point]

2-dimensional point concept More...

#include <gil_concept.hpp>

List of all members.


Public Member Functions

void constraints ()

Public Attributes

point

Detailed Description

template<typename P>
struct Point2DConcept< P >

template <typename P>
concept Point2DConcept : PointNDConcept<P> {    
    where num_dimensions==2;
    where axis<0>::coord_type == axis<1>::coord_type;

    typename value_type = axis<0>::coord_type;

    value_type x,y;
};

Definition at line 123 of file gil_concept.hpp.

Copyright © 2006 Adobe Systems Incorporated.

Use of this website signifies your agreement to the Terms of Use and Online Privacy Policy.

Search powered by Google