#include <svlOverlayObjects.h>
|
| svlOverlayStaticEllipse () |
|
| svlOverlayStaticEllipse (unsigned int videoch, bool visible, const svlEllipse &ellipse, const svlRGB &color, bool fill=true) |
|
| svlOverlayStaticEllipse (unsigned int videoch, bool visible, const svlPoint2D ¢er, int radius_horiz, int radius_vert, double angle, const svlRGB &color, bool fill=true) |
|
| svlOverlayStaticEllipse (unsigned int videoch, bool visible, const svlPoint2D ¢er, int radius, const svlRGB &color, bool fill=true) |
|
virtual | ~svlOverlayStaticEllipse () |
|
void | SetEllipse (const svlEllipse &ellipse) |
|
template<class _Type > |
void | SetCenter (const vctFixedSizeVector< _Type, 2 > ¢er) |
|
void | SetCenter (const svlPoint2D ¢er) |
|
void | SetRadius (const int radius_horiz, const int radius_vert) |
|
void | SetRadius (const int radius) |
|
void | SetAngle (const double angle) |
|
void | SetThickness (unsigned int thickness) |
|
void | SetColor (const svlRGB &color) |
|
void | SetFill (bool fill) |
|
svlEllipse | GetEllipse () const |
|
svlPoint2D | GetCenter () const |
|
void | GetRadius (int &radius_horiz, int &radius_vert) const |
|
double | GetAngle () const |
|
unsigned int | GetThickness () |
|
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 |
|
svlOverlayStaticEllipse::svlOverlayStaticEllipse |
( |
| ) |
|
svlOverlayStaticEllipse::svlOverlayStaticEllipse |
( |
unsigned int |
videoch, |
|
|
bool |
visible, |
|
|
const svlEllipse & |
ellipse, |
|
|
const svlRGB & |
color, |
|
|
bool |
fill = true |
|
) |
| |
svlOverlayStaticEllipse::svlOverlayStaticEllipse |
( |
unsigned int |
videoch, |
|
|
bool |
visible, |
|
|
const svlPoint2D & |
center, |
|
|
int |
radius_horiz, |
|
|
int |
radius_vert, |
|
|
double |
angle, |
|
|
const svlRGB & |
color, |
|
|
bool |
fill = true |
|
) |
| |
svlOverlayStaticEllipse::svlOverlayStaticEllipse |
( |
unsigned int |
videoch, |
|
|
bool |
visible, |
|
|
const svlPoint2D & |
center, |
|
|
int |
radius, |
|
|
const svlRGB & |
color, |
|
|
bool |
fill = true |
|
) |
| |
virtual svlOverlayStaticEllipse::~svlOverlayStaticEllipse |
( |
| ) |
|
|
virtual |
double svlOverlayStaticEllipse::GetAngle |
( |
| ) |
const |
svlPoint2D svlOverlayStaticEllipse::GetCenter |
( |
| ) |
const |
svlRGB svlOverlayStaticEllipse::GetColor |
( |
| ) |
const |
svlEllipse svlOverlayStaticEllipse::GetEllipse |
( |
| ) |
const |
bool svlOverlayStaticEllipse::GetFill |
( |
| ) |
const |
void svlOverlayStaticEllipse::GetRadius |
( |
int & |
radius_horiz, |
|
|
int & |
radius_vert |
|
) |
| const |
unsigned int svlOverlayStaticEllipse::GetThickness |
( |
| ) |
|
void svlOverlayStaticEllipse::SetAngle |
( |
const double |
angle | ) |
|
void svlOverlayStaticEllipse::SetCenter |
( |
const svlPoint2D & |
center | ) |
|
void svlOverlayStaticEllipse::SetColor |
( |
const svlRGB & |
color | ) |
|
void svlOverlayStaticEllipse::SetEllipse |
( |
const svlEllipse & |
ellipse | ) |
|
void svlOverlayStaticEllipse::SetFill |
( |
bool |
fill | ) |
|
void svlOverlayStaticEllipse::SetRadius |
( |
const int |
radius_horiz, |
|
|
const int |
radius_vert |
|
) |
| |
void svlOverlayStaticEllipse::SetRadius |
( |
const int |
radius | ) |
|
void svlOverlayStaticEllipse::SetThickness |
( |
unsigned int |
thickness | ) |
|
The documentation for this class was generated from the following file: