aimstil  5.0.5
til::rectangular_range< T, D > Class Template Reference

#include <til/Range.h>

Inheritance diagram for til::rectangular_range< T, D >:

Public Member Functions

 rectangular_range ()
 
 rectangular_range (const Vector &min, const Vector &max)
 
Vectormin ()
 
Vectormax ()
 
const Vectormin () const
 
const Vectormax () const
 

Detailed Description

template<typename T, std::size_t D>
class til::rectangular_range< T, D >

Definition at line 12 of file Range.h.

Constructor & Destructor Documentation

◆ rectangular_range() [1/2]

template<typename T , std::size_t D>
til::rectangular_range< T, D >::rectangular_range ( )
inline

Definition at line 17 of file Range.h.

◆ rectangular_range() [2/2]

template<typename T , std::size_t D>
til::rectangular_range< T, D >::rectangular_range ( const Vector min,
const Vector max 
)
inline

Definition at line 18 of file Range.h.

Member Function Documentation

◆ max() [1/2]

template<typename T , std::size_t D>
Vector& til::rectangular_range< T, D >::max ( )
inline

◆ max() [2/2]

template<typename T , std::size_t D>
const Vector& til::rectangular_range< T, D >::max ( ) const
inline

Definition at line 24 of file Range.h.

◆ min() [1/2]

template<typename T , std::size_t D>
Vector& til::rectangular_range< T, D >::min ( )
inline

◆ min() [2/2]

template<typename T , std::size_t D>
const Vector& til::rectangular_range< T, D >::min ( ) const
inline

Definition at line 23 of file Range.h.


The documentation for this class was generated from the following file: