rtc::rect< T > Class Template Reference
#include <rtcMisc.h>
List of all members.
Public Member Functions |
| | rect (T x_, T y_, T width_, T height_) |
| | rect () |
| virtual | ~rect () |
Public Attributes |
| T | height |
| T | width |
| T | x |
| T | y |
Detailed Description
template<class T>
class rtc::rect< T >
Definition at line 40 of file rtcMisc.h.
Constructor & Destructor Documentation
template<class T >
| rtc::rect< T >::rect |
( |
T |
x_, |
|
|
T |
y_, |
|
|
T |
width_, |
|
|
T |
height_ | |
|
) |
| | [inline] |
Member Data Documentation
The documentation for this class was generated from the following file: