37 #ifndef G4AtomicBond_H 
   38 #define G4AtomicBond_H 1 
   50                  G4int firstAtomNumber,
 
   52                  G4int secondAtomNumber);
 
   65     G4int theFirstAtomNumber;
 
   68     G4int theSecondAtomNumber;
 
theBondType GetType() const 
 
G4Element * GetFirstAtomKind() const 
 
void SetFirstAtomNumber(G4int aInt)
 
void SetFirstAtomKind(G4Element *aElement)
 
G4int GetSecondAtomNumber() const 
 
G4AtomicBond(theBondType aType, G4Element *firstAtomKind, G4int firstAtomNumber, G4Element *secondAtomKind, G4int secondAtomNumber)
 
G4Element * GetSecondAtomKind() const 
 
void SetType(theBondType aType)
 
void SetSecondAtomKind(G4Element *aElement)
 
void SetSecondAtomNumber(G4int aInt)
 
void SetAromaticity(G4bool aBool)
 
G4int GetFirstAtomNumber() const 
 
G4bool GetAromaticity() const