G4Point3DList Class Reference

#include <G4Point3DList.hh>

Inheritance diagram for G4Point3DList:

G4Polyline G4Polymarker

Public Types

typedef std::vector< G4Point3D
>::iterator 
iterator

Public Member Functions

virtual ~G4Point3DList ()

Friends

std::ostream & operator<< (std::ostream &os, const G4Point3DList &points)

Detailed Description

Definition at line 43 of file G4Point3DList.hh.


Member Typedef Documentation

typedef std::vector<G4Point3D>::iterator G4Point3DList::iterator

Reimplemented in G4Polyline.

Definition at line 49 of file G4Point3DList.hh.


Constructor & Destructor Documentation

G4Point3DList::~G4Point3DList (  )  [virtual]

Definition at line 36 of file G4Point3DList.cc.

00036 {}


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const G4Point3DList points 
) [friend]

Definition at line 38 of file G4Point3DList.cc.

00039 {
00040   os << "G4Point3DList[" << points.size() << "]: ";
00041   for (size_t i = 0; i < points.size(); i++) os << points[i];
00042   return os;
00043 }


The documentation for this class was generated from the following files:
Generated on Mon May 27 17:52:56 2013 for Geant4 by  doxygen 1.4.7