|
using | scalar_type = T |
|
using | value_type = typename base_type::value_type |
|
using | pointer = typename base_type::pointer |
|
using | const_pointer = typename base_type::const_pointer |
|
using | reference = typename base_type::reference |
|
using | const_reference = typename base_type::const_reference |
|
using | iterator = typename base_type::iterator |
|
using | const_iterator = typename base_type::const_iterator |
|
using | size_type = typename base_type::size_type |
|
using | difference_type = typename base_type::difference_type |
|
using | reverse_iterator = typename base_type::reverse_iterator |
|
using | const_reverse_iterator = typename base_type::const_reverse_iterator |
|
|
| Rectangle (const_reference p0, const_reference p1) |
|
value_type | extent () const |
|
const_reference | min () const |
|
const_reference | max () const |
|
reference | min () |
|
reference | max () |
|
void | clear () |
|
|
static constexpr const int | dimensions = N |
|
template<class T, int N>
class vtb::geometry::Rectangle< T, N >
Definition at line 13 of file rectangle.hh.