#include <interval_data.hpp>
Public Types | |
typedef T | coordinate_type |
Public Member Functions | |
interval_data () | |
interval_data (coordinate_type low, coordinate_type high) | |
interval_data (const interval_data &that) | |
interval_data & | operator= (const interval_data &that) |
template<typename IntervalType > | |
interval_data & | operator= (const IntervalType &that) |
coordinate_type | get (direction_1d dir) const |
void | set (direction_1d dir, coordinate_type value) |
coordinate_type | low () const |
interval_data & | low (coordinate_type value) |
coordinate_type | high () const |
interval_data & | high (coordinate_type value) |
bool | operator== (const interval_data &that) const |
bool | operator!= (const interval_data &that) const |
bool | operator< (const interval_data &that) const |
bool | operator<= (const interval_data &that) const |
bool | operator> (const interval_data &that) const |
bool | operator>= (const interval_data &that) const |
typedef T boost::polygon::interval_data< T >::coordinate_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |