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

34 lines
734 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.2 2000/11/01 16:51:06 gcosmo Exp $
// GEANT4 tag $Name: geant4-03-00 $
//
//
// class G4LogicalSkinSurface inline implementation
inline
const 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