Import Geant4 0.0.0 source tree
This commit is contained in:
+27
@@ -0,0 +1,27 @@
|
||||
#ifndef G4CONTEXTDEPENDENTSHAPEREPRESENTATIONCREATOR_HH
|
||||
#define G4CONTEXTDEPENDENTSHAPEREPRESENTATIONCREATOR_HH
|
||||
#include "G4GeometryCreator.hh"
|
||||
#include "G4GeometryTable.hh"
|
||||
|
||||
class G4ContextDependentShapeRepresentationCreator: private G4GeometryCreator
|
||||
{
|
||||
public:
|
||||
//Constructor
|
||||
G4ContextDependentShapeRepresentationCreator();
|
||||
~G4ContextDependentShapeRepresentationCreator();
|
||||
|
||||
//Member functions
|
||||
|
||||
void CreateG4Geometry(STEPentity&);
|
||||
|
||||
void CreateSTEPGeometry(void*);
|
||||
|
||||
G4String Name(){return "Context_Dependent_Shape_Representation";};
|
||||
|
||||
static G4ContextDependentShapeRepresentationCreator GetInstance(){return csc;};
|
||||
|
||||
//Members
|
||||
private:
|
||||
static G4ContextDependentShapeRepresentationCreator csc;
|
||||
};
|
||||
#endif
|
||||
Reference in New Issue
Block a user