Public Member Functions |
| Color () |
| Color (unsigned char _r, unsigned char _g, unsigned char _b) |
bool | operator!= (const Color &other) const |
bool | operator== (const Color &other) const |
Data Fields |
unsigned char | b |
unsigned char | g |
unsigned char | r |
Constructor & Destructor Documentation
octomap::ColorOcTreeNode::Color::Color |
( |
| ) |
[inline] |
octomap::ColorOcTreeNode::Color::Color |
( |
unsigned char |
_r, |
|
|
unsigned char |
_g, |
|
|
unsigned char |
_b |
|
) |
| [inline] |
Member Function Documentation
bool octomap::ColorOcTreeNode::Color::operator!= |
( |
const Color & |
other | ) |
const [inline] |
bool octomap::ColorOcTreeNode::Color::operator== |
( |
const Color & |
other | ) |
const [inline] |
Field Documentation
The documentation for this class was generated from the following file: