Class side_info: small class wrapping for sides (-1,0,1)
More...
|
std::pair< int, int > | sides [2] |
|
Class side_info: small class wrapping for sides (-1,0,1)
boost::geometry::side_info::side_info |
( |
int |
side_a1 = 0 , |
|
|
int |
side_a2 = 0 , |
|
|
int |
side_b1 = 0 , |
|
|
int |
side_b2 = 0 |
|
) |
| |
template<int Which>
void boost::geometry::side_info::set |
( |
int |
first, |
|
|
int |
second |
|
) |
| |
template<int Which, int Index>
void boost::geometry::side_info::correct_to_zero |
( |
| ) |
|
template<int Which, int Index>
int boost::geometry::side_info::get |
( |
| ) |
const |
template<int Which>
bool boost::geometry::side_info::same |
( |
| ) |
const |
bool boost::geometry::side_info::collinear |
( |
| ) |
const |
bool boost::geometry::side_info::crossing |
( |
| ) |
const |
bool boost::geometry::side_info::touching |
( |
| ) |
const |
template<int Which>
bool boost::geometry::side_info::one_touching |
( |
| ) |
const |
bool boost::geometry::side_info::meeting |
( |
| ) |
const |
template<int Which>
bool boost::geometry::side_info::zero |
( |
| ) |
const |
template<int Which>
bool boost::geometry::side_info::one_zero |
( |
| ) |
const |
bool boost::geometry::side_info::one_of_all_zero |
( |
| ) |
const |
template<int Which>
int boost::geometry::side_info::zero_index |
( |
| ) |
const |
void boost::geometry::side_info::reverse |
( |
| ) |
|
std::pair<int, int> boost::geometry::side_info::sides[2] |