cisst-saw
|
#include <svlOverlayObjects.h>
Public Member Functions | |
svlOverlayPoly () | |
svlOverlayPoly (unsigned int videoch, bool visible, const std::string &inputname, svlRGB color) | |
svlOverlayPoly (unsigned int videoch, bool visible, const std::string &inputname, svlRGB color, unsigned int thickness) | |
virtual | ~svlOverlayPoly () |
void | SetColor (svlRGB color) |
void | SetThickness (unsigned int thickness) |
svlRGB | GetColor () const |
unsigned int | GetThickness () 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 |
![]() | |
svlOverlayInput () | |
svlOverlayInput (const std::string &inputname) | |
virtual | ~svlOverlayInput () |
void | SetInputName (const std::string &inputname) |
const std::string & | GetInputName () const |
void | SetInputSynchronized (bool input_synchronized) |
bool | GetInputSynchronized () const |
Protected Member Functions | |
virtual bool | IsInputTypeValid (svlStreamType inputtype) |
virtual void | DrawInternal (svlSampleImage *bgimage, svlSample *input) |
Additional Inherited Members | |
![]() | |
unsigned int | VideoCh |
bool | Visible |
vct3x3 | Transform |
double | TransformTimestamp |
int | TransformID |
bool | Transformed |
bool | TransformSynchronized |
![]() | |
std::string | InputName |
bool | InputSynchronized |
svlOverlayPoly::svlOverlayPoly | ( | ) |
svlOverlayPoly::svlOverlayPoly | ( | unsigned int | videoch, |
bool | visible, | ||
const std::string & | inputname, | ||
svlRGB | color | ||
) |
svlOverlayPoly::svlOverlayPoly | ( | unsigned int | videoch, |
bool | visible, | ||
const std::string & | inputname, | ||
svlRGB | color, | ||
unsigned int | thickness | ||
) |
|
virtual |
|
protectedvirtual |
Implements svlOverlay.
svlRGB svlOverlayPoly::GetColor | ( | ) | const |
unsigned int svlOverlayPoly::GetThickness | ( | ) | const |
|
protectedvirtual |
Implements svlOverlayInput.
void svlOverlayPoly::SetColor | ( | svlRGB | color | ) |
void svlOverlayPoly::SetThickness | ( | unsigned int | thickness | ) |