MEPP2 Project
|
Struct of integer color components. More...
#include <Compression_Valence_Component.h>
Public Member Functions | |
Color_Unit () | |
Color_Unit (int _c0, int _c1, int _c2) | |
const Color_Unit | operator+ (const Color_Unit &m_color) const |
Addition operator. More... | |
const Color_Unit | operator- (const Color_Unit &m_color) const |
Negation operator. More... | |
bool | operator== (const Color_Unit &m_color) const |
Comparison operatior ==. More... | |
bool | operator!= (const Color_Unit &m_color) const |
Comparison operatior !=. More... | |
Public Attributes | |
int | c0 |
int | c1 |
int | c2 |
Struct of integer color components.
Definition at line 118 of file Compression_Valence_Component.h.
|
inline |
Definition at line 124 of file Compression_Valence_Component.h.
|
inline |
Definition at line 128 of file Compression_Valence_Component.h.
|
inline |
Comparison operatior !=.
m_color | The col. |
Definition at line 196 of file Compression_Valence_Component.h.
|
inline |
Addition operator.
m_color | The color. |
Definition at line 146 of file Compression_Valence_Component.h.
|
inline |
Negation operator.
m_color | The color. |
Definition at line 165 of file Compression_Valence_Component.h.
|
inline |
Comparison operatior ==.
m_color | The col. |
Definition at line 184 of file Compression_Valence_Component.h.
int Color_Unit::c0 |
Definition at line 120 of file Compression_Valence_Component.h.
int Color_Unit::c1 |
Definition at line 121 of file Compression_Valence_Component.h.
int Color_Unit::c2 |
Definition at line 122 of file Compression_Valence_Component.h.