![]() |
![]() |
DE-9IM model intersection matrix. More...
Public Member Functions | |
const_iterator | begin () const |
Returns the iterator to the first element. | |
const char * | data () const |
Returns raw pointer to elements. | |
const_iterator | end () const |
Returns the iterator past the last element. | |
matrix () | |
Initializes all of the matrix elements to F. | |
char | operator[] (std::size_t index) const |
Subscript operator. | |
std::string | str () const |
Returns std::string containing elements. | |
Static Public Member Functions | |
static std::size_t | size () |
Returns the number of elements. |
DE-9IM model intersection matrix.
This matrix can be used to express spatial relations as defined in Dimensionally Extended 9-Intersection Model.
Initializes all of the matrix elements to F.
char boost::geometry::de9im::matrix::operator[] | ( | std::size_t | index | ) | const |
Subscript operator.
index | The index of the element |
const_iterator boost::geometry::de9im::matrix::begin | ( | ) | const |
Returns the iterator to the first element.
const_iterator boost::geometry::de9im::matrix::end | ( | ) | const |
Returns the iterator past the last element.
static std::size_t boost::geometry::de9im::matrix::size | ( | ) | [static] |
Returns the number of elements.
const char* boost::geometry::de9im::matrix::data | ( | ) | const |
Returns raw pointer to elements.
std::string boost::geometry::de9im::matrix::str | ( | ) | const |
Returns std::string containing elements.
April 2, 2011 |
Copyright © 2007-2011 Barend Gehrels, Amsterdam, the Netherlands Copyright © 2008-2011 Bruno Lalande, Paris, France Copyright © 2009-2010 Mateusz Loskot, London, UK |