Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VDNAMesh.hh>
Public Member Functions | |
Index ()=default | |
Index (G4int _x, G4int _y, G4int _z) | |
~Index ()=default | |
G4bool | operator== (const Index &rhs) const |
G4bool | operator!= (const Index &rhs) const |
G4bool | operator< (const Index &rhs) const |
Public Attributes | |
G4int | x = 0 |
G4int | y = 0 |
G4int | z = 0 |
Friends | |
std::ostream & | operator<< (std::ostream &s, const Index &rhs) |
Definition at line 37 of file G4VDNAMesh.hh.
|
default |
Definition at line 40 of file G4VDNAMesh.hh.
|
default |
Definition at line 50 of file G4VDNAMesh.hh.
Definition at line 46 of file G4VDNAMesh.hh.
|
friend |
Definition at line 30 of file G4DNAMesh.cc.
G4int G4VDNAMesh::Index::x = 0 |
Definition at line 74 of file G4VDNAMesh.hh.
Referenced by G4DNAMesh::ConvertIndex(), G4DNAMesh::FindNeighboringVoxels(), G4DNAMesh::GetBoundingBox(), operator!=(), G4VDNAMesh::hashFunc::operator()(), operator<(), and operator==().
G4int G4VDNAMesh::Index::y = 0 |
Definition at line 75 of file G4VDNAMesh.hh.
Referenced by G4DNAMesh::ConvertIndex(), G4DNAMesh::FindNeighboringVoxels(), G4DNAMesh::GetBoundingBox(), operator!=(), G4VDNAMesh::hashFunc::operator()(), operator<(), and operator==().
G4int G4VDNAMesh::Index::z = 0 |
Definition at line 76 of file G4VDNAMesh.hh.
Referenced by G4DNAMesh::ConvertIndex(), G4DNAMesh::FindNeighboringVoxels(), G4DNAMesh::GetBoundingBox(), operator!=(), G4VDNAMesh::hashFunc::operator()(), operator<(), and operator==().