Geant4 11.2.2
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

using iterator = std::vector<G4Point3D>::iterator
 

Public Member Functions

virtual ~G4Point3DList ()
 

Friends

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

Detailed Description

Definition at line 42 of file G4Point3DList.hh.

Member Typedef Documentation

◆ iterator

using G4Point3DList::iterator = std::vector<G4Point3D>::iterator

Definition at line 48 of file G4Point3DList.hh.

Constructor & Destructor Documentation

◆ ~G4Point3DList()

G4Point3DList::~G4Point3DList ( )
virtualdefault

Friends And Related Symbol Documentation

◆ operator<<

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

Definition at line 37 of file G4Point3DList.cc.

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

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