#include "ColorTable.h"
#include "Tools/Streams/InOut.h"
#include "Tools/Math/Vector3.h"
#include "ColorClassImage.h"
#include "Image.h"
Include dependency graph for ColorTable32K.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | ColorTable32K |
| Contains a ColorTable32K which can decode the color for every 16 * 4 * 4 cube in the 255 * 255 * 255 YUV color space. More... | |
Functions | |
| In & | operator>> (In &stream, ColorTable32K &colorTable32K) |
| Streaming operator that reads a ColorTable32K from a stream. | |
| Out & | operator<< (Out &stream, const ColorTable32K &colorTable32K) |
| Streaming operator that writes a ColorTable32K to a stream. | |
Definition in file ColorTable32K.h.
|
||||||||||||
|
Streaming operator that reads a ColorTable32K from a stream.
Definition at line 391 of file ColorTable32K.cpp. References ColorTable32K::colorClasses, ColorTable32K::colorClassesUnpacked, and ColorTable32K::unpack(). |
Here is the call graph for this function:

|
||||||||||||
|
Streaming operator that writes a ColorTable32K to a stream.
Definition at line 348 of file ColorTable32K.cpp. References ColorTable32K::colorClasses. |
1.3.6