Implements the common functions of RectI and RectF.
More...
#include <Rect.hpp>
List of all members.
Detailed Description
template<typename T>
class vl::Rect< T >
Implements the common functions of RectI and RectF.
Constructor & Destructor Documentation
template<typename T>
| vl::Rect< T >::Rect |
( |
T |
x, |
|
|
T |
y, |
|
|
T |
width, |
|
|
T |
height |
|
) |
| [inline] |
Member Function Documentation
template<typename T>
| virtual const char* vl::Rect< T >::className |
( |
) |
[inline, virtual] |
template<typename T>
| T vl::Rect< T >::width |
( |
) |
const [inline] |
template<typename T>
| T vl::Rect< T >::height |
( |
) |
const [inline] |
template<typename T>
| T vl::Rect< T >::bottom |
( |
) |
const [inline] |
template<typename T>
| T vl::Rect< T >::left |
( |
) |
const [inline] |
template<typename T>
| T vl::Rect< T >::right |
( |
) |
const [inline] |
template<typename T>
| void vl::Rect< T >::setX |
( |
T |
x ) |
[inline] |
template<typename T>
| void vl::Rect< T >::setY |
( |
T |
y ) |
[inline] |
template<typename T>
| void vl::Rect< T >::setWidth |
( |
T |
w ) |
[inline] |
template<typename T>
| void vl::Rect< T >::setHeight |
( |
T |
h ) |
[inline] |
template<typename T>
| bool vl::Rect< T >::isNull |
( |
) |
const [inline] |
template<typename T>
| bool vl::Rect< T >::isPoint |
( |
) |
const [inline] |
template<typename T>
| bool vl::Rect< T >::operator< |
( |
const Rect< T > & |
other ) |
const [inline] |
Defines a sort of lexicographic sorting that make possible the use of the Rect class with STL containers like std::set, std::map etc.
Member Data Documentation
The documentation for this class was generated from the following file:
- C:/VL/BuildSystem/VL_DISTRO/Visualization_Library_SDK/src/vl/Rect.hpp