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

Representations/Perception/CameraMatrix.h File Reference

Declaration of class CameraMatrix. More...

#include "Tools/Math/Pose3D.h"
#include "Tools/Streams/InOut.h"

Include dependency graph for CameraMatrix.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  CameraMatrix
 Matrix describing transformation from neck joint to camera. More...


Functions

Inoperator>> (In &stream, CameraMatrix &cameraMatrix)
 Streaming operator that reads a CameraMatrix from a stream.

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


Detailed Description

Declaration of class CameraMatrix.

Definition in file CameraMatrix.h.


Function Documentation

In& operator>> In stream,
CameraMatrix cameraMatrix
 

Streaming operator that reads a CameraMatrix from a stream.

Parameters:
stream The stream from which is read.
cameraMatrix The CameraMatrix object.
Returns:
The stream.

Definition at line 9 of file CameraMatrix.cpp.

References In::read(), Pose3D::translation, and Vector3< double >::z.

Here is the call graph for this function:

Out& operator<< Out stream,
const CameraMatrix cameraMatrix
 

Streaming operator that writes a CameraMatrix to a stream.

Parameters:
stream The stream to write on.
cameraMatrix The CameraMatrix object.
Returns:
The stream.

Definition at line 21 of file CameraMatrix.cpp.

References Pose3D::translation, Out::write(), and Vector3< double >::z.

Here is the call graph for this function:


Generated on Thu Sep 23 20:01:22 2004 for GT2004 by doxygen 1.3.6