$search
#include <vlrImageTags.h>
Public Member Functions | |
void | operator() (const float x0, const float y0, const float x1, const float y1) |
void | setEnd (const float x1, const float y1) |
void | setStart (const float x0, const float y0) |
void | setX0 (const float x0) |
void | setX1 (const float x1) |
void | setY0 (const float y0) |
void | setY1 (const float y1) |
TagLine (const float x0, const float y0, const float x1, const float y1) | |
TagLine (const float x0, const float y0, const float x1, const float y1, const std::string &label) | |
TagLine (const float x0, const float y0, const float x1, const float y1, const std::string &label, const float r, const float g, const float b, const float a) | |
float | x0 () |
float | x1 () |
float | y0 () |
float | y1 () |
virtual | ~TagLine () |
Private Attributes | |
float | coords_ [4] |
Definition at line 123 of file vlrImageTags.h.
vlr::TagLine::TagLine | ( | const float | x0, | |
const float | y0, | |||
const float | x1, | |||
const float | y1, | |||
const std::string & | label, | |||
const float | r, | |||
const float | g, | |||
const float | b, | |||
const float | a | |||
) | [inline] |
Definition at line 125 of file vlrImageTags.h.
vlr::TagLine::TagLine | ( | const float | x0, | |
const float | y0, | |||
const float | x1, | |||
const float | y1, | |||
const std::string & | label | |||
) | [inline] |
Definition at line 132 of file vlrImageTags.h.
vlr::TagLine::TagLine | ( | const float | x0, | |
const float | y0, | |||
const float | x1, | |||
const float | y1 | |||
) | [inline] |
Definition at line 138 of file vlrImageTags.h.
virtual vlr::TagLine::~TagLine | ( | ) | [inline, virtual] |
Definition at line 144 of file vlrImageTags.h.
void vlr::TagLine::operator() | ( | const float | x0, | |
const float | y0, | |||
const float | x1, | |||
const float | y1 | |||
) | [inline] |
Definition at line 166 of file vlrImageTags.h.
void vlr::TagLine::setEnd | ( | const float | x1, | |
const float | y1 | |||
) | [inline] |
Definition at line 162 of file vlrImageTags.h.
void vlr::TagLine::setStart | ( | const float | x0, | |
const float | y0 | |||
) | [inline] |
Definition at line 158 of file vlrImageTags.h.
void vlr::TagLine::setX0 | ( | const float | x0 | ) | [inline] |
Definition at line 147 of file vlrImageTags.h.
void vlr::TagLine::setX1 | ( | const float | x1 | ) | [inline] |
Definition at line 153 of file vlrImageTags.h.
void vlr::TagLine::setY0 | ( | const float | y0 | ) | [inline] |
Definition at line 150 of file vlrImageTags.h.
void vlr::TagLine::setY1 | ( | const float | y1 | ) | [inline] |
Definition at line 156 of file vlrImageTags.h.
float vlr::TagLine::x0 | ( | ) | [inline] |
Definition at line 146 of file vlrImageTags.h.
float vlr::TagLine::x1 | ( | ) | [inline] |
Definition at line 152 of file vlrImageTags.h.
float vlr::TagLine::y0 | ( | ) | [inline] |
Definition at line 149 of file vlrImageTags.h.
float vlr::TagLine::y1 | ( | ) | [inline] |
Definition at line 155 of file vlrImageTags.h.
float vlr::TagLine::coords_[4] [private] |
Definition at line 172 of file vlrImageTags.h.