rviz::Color Struct Reference
#include <color.h>
List of all members.
Public Member Functions |
def | __init__ |
| Color (float r, float g, float b) |
| Color () |
| ~Color () |
Public Attributes |
float | b_ |
float | g_ |
float | r_ |
Properties |
| b_ = property(_rviz.Color_b__get, _rviz.Color_b__set) |
| g_ = property(_rviz.Color_g__get, _rviz.Color_g__set) |
| r_ = property(_rviz.Color_r__get, _rviz.Color_r__set) |
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
Static Private Attributes |
| __del__ = lambdaself:None; |
| __repr__ = _swig_repr |
| __swig_destroy__ = _rviz.delete_Color |
Detailed Description
Definition at line 83 of file rviz.py.
Constructor & Destructor Documentation
rviz::Color::Color |
( |
|
) |
[inline] |
rviz::Color::Color |
( |
float |
r, |
|
|
float |
g, |
|
|
float |
b | |
|
) |
| | [inline] |
rviz::Color::~Color |
( |
|
) |
[inline] |
Member Function Documentation
def rviz::Color::__init__ |
( |
|
self, |
|
|
|
args | |
|
) |
| | |
__init__(self) -> Color
__init__(self, float r, float g, float b) -> Color
Definition at line 87 of file rviz.py.
Member Data Documentation
Property Documentation
rviz::Color::b_ = property(_rviz.Color_b__get, _rviz.Color_b__set) [static] |
rviz::Color::g_ = property(_rviz.Color_g__get, _rviz.Color_g__set) [static] |
rviz::Color::r_ = property(_rviz.Color_r__get, _rviz.Color_r__set) [static] |
rviz::Color::thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') [static] |
The documentation for this struct was generated from the following files: