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

Tools/Math/Pose3D.h File Reference

Contains class Pose3D. More...

#include "Matrix.h"

Include dependency graph for Pose3D.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  Pose3D
 representation for 3D Transformation (Location + Orientation) More...


Functions

Inoperator>> (In &stream, Pose3D &pose3D)
 Streaming operator that reads a Pose3D from a stream.

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


Detailed Description

Contains class Pose3D.

Author:
Martin Kallnik

Max Risler

Definition in file Pose3D.h.


Function Documentation

In& operator>> In stream,
Pose3D pose3D
 

Streaming operator that reads a Pose3D from a stream.

Parameters:
stream The stream from which is read.
pose3D The Pose3D object.
Returns:
The stream.

Definition at line 12 of file Pose3D.cpp.

References Pose3D::rotation, STREAM_EXT, STREAM_REGISTER_BEGIN_EXT, STREAM_REGISTER_FINISH, and Pose3D::translation.

Out& operator<< Out stream,
const Pose3D pose3D
 

Streaming operator that writes a Pose3D to a stream.

Parameters:
stream The stream to write on.
pose3D The Pose3D object.
Returns:
The stream.

Definition at line 25 of file Pose3D.cpp.

References Pose3D::rotation, STREAM_EXT, STREAM_REGISTER_BEGIN_EXT, STREAM_REGISTER_FINISH, and Pose3D::translation.


Generated on Mon Mar 20 22:08:10 2006 for GT2005 by doxygen 1.3.6