Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

Representations/Perception/ColorTable32K.h File Reference

Declaration of class ColorTable32K. More...

#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:

Include dependency graph

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

Included by dependency graph

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

Inoperator>> (In &stream, ColorTable32K &colorTable32K)
 Streaming operator that reads a ColorTable32K from a stream.

Outoperator<< (Out &stream, const ColorTable32K &colorTable32K)
 Streaming operator that writes a ColorTable32K to a stream.


Detailed Description

Declaration of class ColorTable32K.

Author:
Walter Nistico

Definition in file ColorTable32K.h.


Function Documentation

In& operator>> In stream,
ColorTable32K colorTable32K
 

Streaming operator that reads a ColorTable32K from a stream.

Parameters:
stream The stream from which is read.
colorTable32K The ColorTable32K object.
Returns:
The 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:

Out& operator<< Out stream,
const ColorTable32K colorTable32K
 

Streaming operator that writes a ColorTable32K to a stream.

Parameters:
stream The stream to write on.
colorTable32K The ColorTable32K object.
Returns:
The stream.

Definition at line 348 of file ColorTable32K.cpp.

References ColorTable32K::colorClasses.


Generated on Mon Mar 20 22:06:21 2006 for GT2005 by doxygen 1.3.6