#include <svlOverlayObjects.h>
|
| svlOverlayStaticRect () |
|
| svlOverlayStaticRect (unsigned int videoch, bool visible, const svlRect &rect, const svlRGB &color, bool fill=true) |
|
virtual | ~svlOverlayStaticRect () |
|
void | SetRect (const svlRect &rect) |
|
void | SetRect (int left, int top, int right, int bottom) |
|
void | SetColor (const svlRGB &color) |
|
void | SetFill (bool fill) |
|
svlRect | GetRect () const |
|
void | GetRect (int &left, int &top, int &right, int &bottom) const |
|
svlRGB | GetColor () const |
|
bool | GetFill () const |
|
| svlOverlay () |
|
| svlOverlay (unsigned int videoch, bool visible) |
|
virtual | ~svlOverlay () |
|
void | SetVideoChannel (unsigned int videoch) |
|
void | SetVisible (bool visible) |
|
unsigned int | GetVideoChannel () const |
|
bool | GetVisible () const |
|
bool | IsUsed () const |
|
void | SetTransform (const vct3x3 &transform, const double timestamp=-1.0) |
|
double | GetTransformTimestamp () const |
|
void | SetTransformID (int ID) |
|
int | GetTransformID () const |
|
bool | IsTransformed () const |
|
void | SetTransformSynchronized (bool transform_synchronized) |
|
bool | GetTransformSynchronized () const |
|
svlOverlayStaticRect::svlOverlayStaticRect |
( |
| ) |
|
svlOverlayStaticRect::svlOverlayStaticRect |
( |
unsigned int |
videoch, |
|
|
bool |
visible, |
|
|
const svlRect & |
rect, |
|
|
const svlRGB & |
color, |
|
|
bool |
fill = true |
|
) |
| |
virtual svlOverlayStaticRect::~svlOverlayStaticRect |
( |
| ) |
|
|
virtual |
svlRGB svlOverlayStaticRect::GetColor |
( |
| ) |
const |
bool svlOverlayStaticRect::GetFill |
( |
| ) |
const |
svlRect svlOverlayStaticRect::GetRect |
( |
| ) |
const |
void svlOverlayStaticRect::GetRect |
( |
int & |
left, |
|
|
int & |
top, |
|
|
int & |
right, |
|
|
int & |
bottom |
|
) |
| const |
void svlOverlayStaticRect::SetColor |
( |
const svlRGB & |
color | ) |
|
void svlOverlayStaticRect::SetFill |
( |
bool |
fill | ) |
|
void svlOverlayStaticRect::SetRect |
( |
const svlRect & |
rect | ) |
|
void svlOverlayStaticRect::SetRect |
( |
int |
left, |
|
|
int |
top, |
|
|
int |
right, |
|
|
int |
bottom |
|
) |
| |
The documentation for this class was generated from the following file: