OrientableSize Class Reference#include <OrientableSize.h>
Collaboration diagram for OrientableSize:
[legend]List of all members.Public Member Functions
Protected Attributes
Constructor & Destructor Documentation
OrientableSize::OrientableSize |
( |
OrientableSizeProxy * |
fatherParam, |
|
|
const float |
width = 0 , |
|
|
const float |
height = 0 , |
|
|
const float |
depth = 0 |
|
) |
|
|
Member Function Documentation
void OrientableSize::get |
( |
float * |
width, |
|
|
float * |
height, |
|
|
float * |
depth |
|
) |
const |
|
float OrientableSize::getD |
( |
|
) |
const |
|
float OrientableSize::getH |
( |
|
) |
const |
|
float OrientableSize::getW |
( |
|
) |
const |
|
void OrientableSize::set |
( |
const tlp::Size & |
size |
) |
|
|
void OrientableSize::set |
( |
const float |
width = 0 , |
|
|
const float |
height = 0 , |
|
|
const float |
depth = 0 |
|
) |
|
|
void OrientableSize::setD |
( |
const float |
depth |
) |
|
|
void OrientableSize::setH |
( |
const float |
height |
) |
|
|
void OrientableSize::setW |
( |
const float |
width |
) |
|
|
Member Data Documentation
|