Files
geant4/source/geometry/volumes/include/G4LogicalSkinSurface.icc
T
2016-06-08 15:42:07 +02:00

33 lines
728 B
Plaintext

// This code implementation is the intellectual property of
// the GEANT4 collaboration.
//
// By copying, distributing or modifying the Program (or any work
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4LogicalSkinSurface.icc,v 1.1 2000/04/25 16:15:03 gcosmo Exp $
// GEANT4 tag $Name: geant4-02-00 $
//
//
// class G4LogicalSkinSurface inline implementation
inline
G4LogicalVolume* G4LogicalSkinSurface::GetLogicalVolume() const
{
return LogVolume;
}
inline
void G4LogicalSkinSurface::SetLogicalVolume(G4LogicalVolume* vol)
{
LogVolume = vol;
}
#if THESE_ARE_NEEDED
inline
size_t G4LogicalSkinSurface::GetIndex() const
{
return theIndexInTable;
}
#endif