Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4Point3DList Class Reference

#include <G4Point3DList.hh>

+ Inheritance diagram for G4Point3DList:

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

◆ iterator

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

Definition at line 49 of file G4Point3DList.hh.

Constructor & Destructor Documentation

◆ ~G4Point3DList()

G4Point3DList::~G4Point3DList ( )
virtual

Definition at line 36 of file G4Point3DList.cc.

36{}

Friends And Related Function Documentation

◆ operator<<

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

Definition at line 38 of file G4Point3DList.cc.

39{
40 os << "G4Point3DList[" << points.size() << "]: ";
41 for (size_t i = 0; i < points.size(); i++) os << points[i];
42 return os;
43}

The documentation for this class was generated from the following files: