![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Flags. More...
#include <ecvFlags.h>
Public Member Functions | |
| void | reset () |
| Sets all bits to 0. More... | |
| void | fromByte (unsigned char byte) |
| Converts a byte to this structure. More... | |
| unsigned char | toByte () const |
| Converts this structure to a byte. More... | |
Public Attributes | |
| bool | table [8] |
| Table of 8 booleans (one per bit) More... | |
Flags.
Definition at line 14 of file ecvFlags.h.
|
inline |
|
inline |
|
inline |
| bool ccFlags::table[8] |
Table of 8 booleans (one per bit)
Definition at line 40 of file ecvFlags.h.
Referenced by fromByte(), reset(), and toByte().