#include <G4GeomTestLogger.hh>
Inheritance diagram for G4GeomTestLogger:
Public Member Functions | |
G4GeomTestLogger () | |
virtual | ~G4GeomTestLogger () |
virtual void | SolidProblem (const G4VSolid *solid, const G4String &message, const G4ThreeVector &point)=0 |
virtual void | NoProblem (const G4String &message)=0 |
virtual void | OverlappingDaughters (const G4GeomTestOverlapList *)=0 |
virtual void | OvershootingDaughter (const G4GeomTestOvershootList *)=0 |
Definition at line 52 of file G4GeomTestLogger.hh.
G4GeomTestLogger::G4GeomTestLogger | ( | ) | [inline] |
virtual G4GeomTestLogger::~G4GeomTestLogger | ( | ) | [inline, virtual] |
virtual void G4GeomTestLogger::NoProblem | ( | const G4String & | message | ) | [pure virtual] |
virtual void G4GeomTestLogger::OverlappingDaughters | ( | const G4GeomTestOverlapList * | ) | [pure virtual] |
virtual void G4GeomTestLogger::OvershootingDaughter | ( | const G4GeomTestOvershootList * | ) | [pure virtual] |
virtual void G4GeomTestLogger::SolidProblem | ( | const G4VSolid * | solid, | |
const G4String & | message, | |||
const G4ThreeVector & | point | |||
) | [pure virtual] |