Import Geant4 10.4.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2017-06-30 10:49:55 +02:00
parent 3a5407696b
commit 1a1316fea4
2180 changed files with 237880 additions and 59109 deletions
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4GDMLParser.icc 96673 2016-04-29 12:08:20Z gcosmo $
// $Id: G4GDMLParser.icc 104688 2017-06-12 12:16:28Z gcosmo $
//
//
// class G4GDMLParser inline methods
@@ -213,6 +213,16 @@ inline void G4GDMLParser::SetSDExport(G4bool flag)
writer->SetSDExport(flag);
}
inline G4int G4GDMLParser::GetMaxExportLevel() const
{
return writer->GetMaxExportLevel();
}
inline void G4GDMLParser::SetMaxExportLevel(G4int level)
{
writer->SetMaxExportLevel(level);
}
inline void G4GDMLParser::Clear()
{
reader->Clear();