20 lines
499 B
Plaintext
20 lines
499 B
Plaintext
// This code implementation is the intellectual property of
|
|
// the RD44 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: G4VSolid.icc,v 2.0 1998/07/02 16:57:14 gunter Exp $
|
|
// GEANT4 tag $Name: geant4-00 $
|
|
//
|
|
//
|
|
|
|
inline G4Polyhedron* G4VSolid::CreatePolyhedron () const {
|
|
return 0;
|
|
}
|
|
|
|
inline G4NURBS* G4VSolid::CreateNURBS () const {
|
|
return 0;
|
|
}
|