Class holding instrumentation overlay information.
#include <overlay.h>
List of all members.
Public Member Functions |
OverlayOption | Option () const |
| Get functions...
|
int | Reference () const |
| Returns which reference is to be used.
|
int | Background () const |
| Returns true if input picture background is used, false if grey.
|
int | Legend () const |
| Returns true if colour legend is displayed.
|
int | MvClip () const |
| Returns clip value for motion vectors.
|
int | SADClip () const |
| Returns clip value for sad.
|
void | SetOption (OverlayOption o) |
| Set functions...
|
void | SetReference (int r) |
| Set which reference picture is to be used.
|
void | SetBackground (bool b) |
| Set whether input picture or grey is used as background.
|
void | SetLegend (bool l) |
| Set display of colour legend.
|
void | SetMvClip (int c) |
| Set clip for motion vectors.
|
void | SetSADClip (int c) |
| Set clip for sad.
|
Member Function Documentation
int dirac_instr::OverlayParams::Background |
( |
| ) |
const |
|
inline |
int dirac_instr::OverlayParams::Legend |
( |
| ) |
const |
|
inline |
int dirac_instr::OverlayParams::MvClip |
( |
| ) |
const |
|
inline |
Returns instrumentation command line option
References m_option.
int dirac_instr::OverlayParams::Reference |
( |
| ) |
const |
|
inline |
int dirac_instr::OverlayParams::SADClip |
( |
| ) |
const |
|
inline |
void dirac_instr::OverlayParams::SetBackground |
( |
bool |
b | ) |
|
|
inline |
void dirac_instr::OverlayParams::SetLegend |
( |
bool |
l | ) |
|
|
inline |
void dirac_instr::OverlayParams::SetMvClip |
( |
int |
c | ) |
|
|
inline |
Set type of instrumentation
References m_option.
void dirac_instr::OverlayParams::SetReference |
( |
int |
r | ) |
|
|
inline |
void dirac_instr::OverlayParams::SetSADClip |
( |
int |
c | ) |
|
|
inline |
Member Data Documentation
bool dirac_instr::OverlayParams::m_bg |
|
private |
bool dirac_instr::OverlayParams::m_legend |
|
private |
int dirac_instr::OverlayParams::m_mv_clip |
|
private |
int dirac_instr::OverlayParams::m_ref |
|
private |
int dirac_instr::OverlayParams::m_sad_clip |
|
private |
The documentation for this class was generated from the following file: