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

Representations/Perception/JPEGImage2.h File Reference

Declaration of class JPEGImage2. More...

#include "Image.h"
#include <stdio.h>
#include "Tools/JPEGlib/jpeglib.h"

Include dependency graph for JPEGImage2.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  JPEGImage2
 Definition of a class for JPEG-compressed images. More...

class  JPEGImage2::DestDescriptor
 The class is required during JPEG-compression to access the main JPEGImage2 object from library handlers. More...


Defines

#define INT32   _INT32

Functions

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

Inoperator>> (In &stream, JPEGImage2 &image)
 Streaming operator that reads a JPEGImage2 from a stream.


Detailed Description

Declaration of class JPEGImage2.

Definition in file JPEGImage2.h.


Define Documentation

#define INT32   _INT32
 

Definition at line 14 of file JPEGImage2.h.


Function Documentation

Out& operator<< Out stream,
const JPEGImage2 image
 

Streaming operator that writes a JPEGImage2 to a stream.

Parameters:
stream The stream to write on.
image The JPEGImage2 object.
Returns:
The stream.

Definition at line 156 of file JPEGImage2.cpp.

References ASSERT, Image::cameraInfo, Image::frameNumber, Image::image, CameraInfo::resolutionHeight, CameraInfo::resolutionWidth, JPEGImage2::size, and Out::write().

Here is the call graph for this function:

In& operator>> In stream,
JPEGImage2 image
 

Streaming operator that reads a JPEGImage2 from a stream.

Parameters:
stream The stream to read from.
image The JPEGImage2 object.
Returns:
The stream.

Definition at line 164 of file JPEGImage2.cpp.

References Image::cameraInfo, Image::frameNumber, Image::image, In::read(), CameraInfo::resolutionHeight, CameraInfo::resolutionWidth, Image::setCameraInfo(), and JPEGImage2::size.

Here is the call graph for this function:


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