Koordinaten.h

gehe zur Dokumentation dieser Datei
00001 
00006 #ifndef __KOORDINATEN_
00007 #define __KOORDINATEN_
00008 
00009 #include <iostream>
00010 using namespace std;
00011 
00016 class Koordinaten
00017 {
00018 public:
00019         Koordinaten();
00020         Koordinaten( double tmpX, double tmpY, double tmpZ );
00021         double x;
00022         double y;
00023         double z;
00024         friend ostream &operator<< ( ostream &os, Koordinaten koordinaten );
00025 };
00026 
00027 #endif

Erzeugt am Tue Jun 14 18:36:49 2005 für TraffSpot von  doxygen 1.3.9.1