spatial::rectangle_region< Point, 2 > Struct Template Reference
#include <rectangle_region.h>
Public Member Functions | |
rectangle_region () | |
rectangle_region (const Point &lower, const Point &upper) | |
bool | contains (const Point &point) const |
Static Public Member Functions | |
static bool | contains (const Point &point, const Point &lower, const Point &upper) |
Public Attributes | |
Point | lower |
Point | upper |
Detailed Description
template<typename Point>
struct spatial::rectangle_region< Point, 2 >
Definition at line 134 of file rectangle_region.h.
Constructor & Destructor Documentation
template<typename Point >
spatial::rectangle_region< Point, 2 >::rectangle_region | ( | ) | [inline] |
Definition at line 138 of file rectangle_region.h.
template<typename Point >
spatial::rectangle_region< Point, 2 >::rectangle_region | ( | const Point & | lower, |
const Point & | upper | ||
) | [inline] |
Definition at line 140 of file rectangle_region.h.
Member Function Documentation
template<typename Point >
static bool spatial::rectangle_region< Point, 2 >::contains | ( | const Point & | point, |
const Point & | lower, | ||
const Point & | upper | ||
) | [inline, static] |
Definition at line 146 of file rectangle_region.h.
template<typename Point >
bool spatial::rectangle_region< Point, 2 >::contains | ( | const Point & | point | ) | const [inline] |
Definition at line 155 of file rectangle_region.h.
Member Data Documentation
template<typename Point >
Point spatial::rectangle_region< Point, 2 >::lower |
Definition at line 135 of file rectangle_region.h.
template<typename Point >
Point spatial::rectangle_region< Point, 2 >::upper |
Definition at line 135 of file rectangle_region.h.
The documentation for this struct was generated from the following file:
Copyright © 2003-2005 Daniel F. Savarese.
Copyright © 2006-2009 Savarese Software Research Corporation.
Copyright © 2006-2009 Savarese Software Research Corporation.