|
Geant4-11
|
#include <G4DNAMesh.hh>
Data Structures | |
| struct | Index |
Public Types | |
| using | MapList = std::map< MolType, size_t > |
| using | MolType = const G4MolecularConfiguration * |
Public Member Functions | |
| G4Voxel (MapList &&list, Index &index, G4DNABoundingBox &&box) | |
| const Index & | GetIndex () const |
| MapList & | GetMapList () |
| G4double | GetVolume () const |
| void | SetMapList (MapList &&mapList) |
| ~G4Voxel ()=default | |
Private Attributes | |
| G4DNABoundingBox | fBox |
| Index | fIndex |
| MapList | fMapList |
Definition at line 41 of file G4DNAMesh.hh.
| using G4Voxel::MapList = std::map<MolType, size_t> |
Definition at line 77 of file G4DNAMesh.hh.
| using G4Voxel::MolType = const G4MolecularConfiguration* |
Definition at line 76 of file G4DNAMesh.hh.
|
inline |
Definition at line 79 of file G4DNAMesh.hh.
|
default |
|
inline |
|
inline |
Definition at line 89 of file G4DNAMesh.hh.
References fMapList.
Referenced by G4DNAMesh::GetNumberOfType().
|
inline |
Definition at line 93 of file G4DNAMesh.hh.
References fBox, G4DNABoundingBox::Getxhi(), G4DNABoundingBox::Getxlo(), G4DNABoundingBox::Getyhi(), G4DNABoundingBox::Getylo(), G4DNABoundingBox::Getzhi(), and G4DNABoundingBox::Getzlo().
|
inline |
Definition at line 91 of file G4DNAMesh.hh.
References fMapList.
|
private |
Definition at line 109 of file G4DNAMesh.hh.
Referenced by GetVolume().
|
private |
Definition at line 108 of file G4DNAMesh.hh.
Referenced by GetIndex().
|
private |
Definition at line 107 of file G4DNAMesh.hh.
Referenced by GetMapList(), and SetMapList().