$search
#include <vlrImageTags.h>
Public Member Functions | |
void | operator() (const float x, const float y) |
void | setX (const float x) |
void | setY (const float y) |
TagPoint (const float x, const float y) | |
TagPoint (const float x, const float y, const std::string &label) | |
TagPoint (const float x, const float y, const std::string &label, const float r, const float g, const float b, const float a) | |
float | x () |
float | y () |
virtual | ~TagPoint () |
Private Attributes | |
float | coords_ [2] |
Definition at line 91 of file vlrImageTags.h.
vlr::TagPoint::TagPoint | ( | const float | x, | |
const float | y, | |||
const std::string & | label, | |||
const float | r, | |||
const float | g, | |||
const float | b, | |||
const float | a | |||
) | [inline] |
Definition at line 93 of file vlrImageTags.h.
vlr::TagPoint::TagPoint | ( | const float | x, | |
const float | y, | |||
const std::string & | label | |||
) | [inline] |
Definition at line 99 of file vlrImageTags.h.
vlr::TagPoint::TagPoint | ( | const float | x, | |
const float | y | |||
) | [inline] |
Definition at line 104 of file vlrImageTags.h.
virtual vlr::TagPoint::~TagPoint | ( | ) | [inline, virtual] |
Definition at line 109 of file vlrImageTags.h.
void vlr::TagPoint::operator() | ( | const float | x, | |
const float | y | |||
) | [inline] |
Definition at line 117 of file vlrImageTags.h.
void vlr::TagPoint::setX | ( | const float | x | ) | [inline] |
Definition at line 112 of file vlrImageTags.h.
void vlr::TagPoint::setY | ( | const float | y | ) | [inline] |
Definition at line 115 of file vlrImageTags.h.
float vlr::TagPoint::x | ( | ) | [inline] |
Definition at line 111 of file vlrImageTags.h.
float vlr::TagPoint::y | ( | ) | [inline] |
Definition at line 114 of file vlrImageTags.h.
float vlr::TagPoint::coords_[2] [private] |
Definition at line 120 of file vlrImageTags.h.