#include <ColorOcTree.h>
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 |
Public Attributes | |
| unsigned char | b |
| unsigned char | g |
| unsigned char | r |
Definition at line 48 of file ColorOcTree.h.
| octomap::ColorOcTreeNode::Color::Color | ( | ) | [inline] |
Definition at line 50 of file ColorOcTree.h.
| octomap::ColorOcTreeNode::Color::Color | ( | unsigned char | _r, |
| unsigned char | _g, | ||
| unsigned char | _b | ||
| ) | [inline] |
Definition at line 51 of file ColorOcTree.h.
| bool octomap::ColorOcTreeNode::Color::operator!= | ( | const Color & | other | ) | const [inline] |
Definition at line 56 of file ColorOcTree.h.
| bool octomap::ColorOcTreeNode::Color::operator== | ( | const Color & | other | ) | const [inline] |
Definition at line 53 of file ColorOcTree.h.
| unsigned char octomap::ColorOcTreeNode::Color::b |
Definition at line 59 of file ColorOcTree.h.
| unsigned char octomap::ColorOcTreeNode::Color::g |
Definition at line 59 of file ColorOcTree.h.
| unsigned char octomap::ColorOcTreeNode::Color::r |
Definition at line 59 of file ColorOcTree.h.