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

TPoint2D.h File Reference

#include <math.h>
#include "CLHEP/Geometry/Vector3D.h"
#include "CLHEP/Geometry/Point3D.h"

Go to the source code of this file.

Classes

class  TPoint2D
 A class to represent a point in 2D. More...

Defines

#define HEP_SHORT_NAMES
#define TPOINT2D_INLINE_DEFINE_HERE

Typedefs

typedef HepGeom::Point3D<
double > 
HepPoint3D
typedef HepGeom::Vector3D<
double > 
HepVector3D

Functions

std::ostreamoperator<< (std::ostream &, const TPoint2D &)


Define Documentation

#define HEP_SHORT_NAMES
 

#define TPOINT2D_INLINE_DEFINE_HERE
 


Typedef Documentation

typedef HepGeom::Point3D<double> HepPoint3D
 

typedef HepGeom::Vector3D<double> HepVector3D
 


Function Documentation

std::ostream& operator<< std::ostream ,
const TPoint2D
 

00043                                                  {
00044     return s << "(" << a.x() << "," << a.y() << ")";
00045 }


Generated on Wed Feb 2 15:50:49 2011 for BOSS6.5.5 by  doxygen 1.3.9.1