Virtual Testbed
Ship dynamics simulator for extreme conditions
Public Types | Public Member Functions | Static Public Attributes | List of all members
vtb::geometry::Rectangle< T, N > Class Template Reference
Inheritance diagram for vtb::geometry::Rectangle< T, N >:
[legend]
Collaboration diagram for vtb::geometry::Rectangle< T, N >:
[legend]

Public Types

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
 

Public Member Functions

 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 Public Attributes

static constexpr const int dimensions = N
 

Detailed Description

template<class T, int N>
class vtb::geometry::Rectangle< T, N >

Definition at line 13 of file rectangle.hh.