Import Geant4 0.0.0 source tree
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#include "G4ConnectedFaceSetCreator.hh"
|
||||
|
||||
G4ConnectedFaceSetCreator G4ConnectedFaceSetCreator::csc;
|
||||
|
||||
G4ConnectedFaceSetCreator::G4ConnectedFaceSetCreator(){G4GeometryTable::RegisterObject(this);}
|
||||
|
||||
G4ConnectedFaceSetCreator::~G4ConnectedFaceSetCreator(){}
|
||||
|
||||
void G4ConnectedFaceSetCreator::CreateG4Geometry(STEPentity& Ent)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void G4ConnectedFaceSetCreator::CreateSTEPGeometry(void* G4obj)
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user