Import Geant4 5.0.0 source tree
This commit is contained in:
+3
-3
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4AdvancedBrepShapeRepresentationCreator.hh,v 1.4 2001/07/11 10:00:02 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4AdvancedBrepShapeRepresentationCreator.hh,v 1.5 2002/11/21 16:49:42 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4AdvancedBrepShapeRepresentationCreator
|
||||
@@ -56,7 +56,7 @@ class G4AdvancedBrepShapeRepresentationCreator: private G4GeometryCreator
|
||||
void CreateG4Geometry(STEPentity&);
|
||||
void CreateSTEPGeometry(void* G4obj);
|
||||
const char* Name() const { return "Advanced_Brep_Shape_Representation"; }
|
||||
static G4AdvancedBrepShapeRepresentationCreator GetInstance() { return csc; }
|
||||
static G4AdvancedBrepShapeRepresentationCreator GetInstance();
|
||||
|
||||
// Members
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4AdvancedFaceCreator.hh,v 1.4 2001/07/11 10:00:02 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4AdvancedFaceCreator.hh,v 1.5 2002/11/21 16:49:42 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4AdvancedFaceCreator
|
||||
@@ -56,7 +56,7 @@ class G4AdvancedFaceCreator: private G4GeometryCreator
|
||||
void CreateG4Geometry(STEPentity&);
|
||||
void CreateSTEPGeometry(void* G4obj);
|
||||
const char* Name() const { return "Advanced_Face"; }
|
||||
static G4AdvancedFaceCreator GetInstance() { return csc; }
|
||||
static G4AdvancedFaceCreator GetInstance();
|
||||
|
||||
// Members
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4AssemblyCreator.hh,v 1.4 2001/07/11 10:00:03 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4AssemblyCreator.hh,v 1.5 2002/11/21 16:49:42 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4AssemblyCreator
|
||||
@@ -65,7 +65,7 @@ class G4AssemblyCreator: public G4GeometryCreator
|
||||
void CreateG4Geometry(STEPentity&);
|
||||
void CreateSTEPGeometry(void* G4obj);
|
||||
const char* Name() const { return "Assembly"; }
|
||||
static G4AssemblyCreator GetInstance() { return ci; }
|
||||
static G4AssemblyCreator GetInstance();
|
||||
|
||||
private:
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4Axis1PlacementCreator.hh,v 1.4 2001/07/11 10:00:03 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4Axis1PlacementCreator.hh,v 1.5 2002/11/21 16:49:42 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4Axis1PlacementCreator
|
||||
@@ -56,7 +56,7 @@ class G4Axis1PlacementCreator: private G4GeometryCreator
|
||||
void CreateG4Geometry(STEPentity&);
|
||||
void CreateSTEPGeometry(void* G4obj);
|
||||
const char* Name() const { return "Axis1_Placement"; }
|
||||
static G4Axis1PlacementCreator GetInstance() { return csc; }
|
||||
static G4Axis1PlacementCreator GetInstance();
|
||||
|
||||
// Members
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4Axis2Placement2dCreator.hh,v 1.4 2001/07/11 10:00:03 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4Axis2Placement2dCreator.hh,v 1.5 2002/11/21 16:49:43 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4Axis2Placement2dCreator
|
||||
@@ -55,7 +55,7 @@ class G4Axis2Placement2dCreator: private G4GeometryCreator
|
||||
void CreateG4Geometry(STEPentity&);
|
||||
void CreateSTEPGeometry(void* G4obj);
|
||||
const char* Name() const { return "Axis2_Placement_2d"; }
|
||||
static G4Axis2Placement2dCreator GetInstance() { return csc; }
|
||||
static G4Axis2Placement2dCreator GetInstance();
|
||||
|
||||
//Members
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4Axis2Placement3dCreator.hh,v 1.4 2001/07/11 10:00:03 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4Axis2Placement3dCreator.hh,v 1.5 2002/11/21 16:49:43 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4Axis2Placement3dCreator
|
||||
@@ -56,7 +56,7 @@ class G4Axis2Placement3dCreator: private G4GeometryCreator
|
||||
void CreateG4Geometry(STEPentity&);
|
||||
void CreateSTEPGeometry(void*);
|
||||
const char* Name() const { return "Axis2_Placement_3d"; }
|
||||
static G4Axis2Placement3dCreator GetInstance() { return csc; }
|
||||
static G4Axis2Placement3dCreator GetInstance();
|
||||
|
||||
// Members
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4Axis2PlacementCreator.hh,v 1.4 2001/07/11 10:00:03 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4Axis2PlacementCreator.hh,v 1.5 2002/11/21 16:49:43 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4Axis2PlacementCreator
|
||||
@@ -56,7 +56,7 @@ class G4Axis2PlacementCreator: private G4GeometryCreator
|
||||
void CreateG4Geometry(STEPentity&);
|
||||
void CreateSTEPGeometry(void* G4obj);
|
||||
const char* Name() const { return "Axis2_Placement"; }
|
||||
static G4Axis2PlacementCreator GetInstance() { return csc; }
|
||||
static G4Axis2PlacementCreator GetInstance();
|
||||
|
||||
// Members
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4Axis2PlacementsCreator.hh,v 1.4 2001/07/11 10:00:03 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4Axis2PlacementsCreator.hh,v 1.5 2002/11/21 16:49:43 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4Axis2PlacementsCreator
|
||||
@@ -56,7 +56,7 @@ class G4Axis2PlacementsCreator: private G4GeometryCreator
|
||||
void CreateG4Geometry(STEPentity&);
|
||||
void CreateSTEPGeometry(void* G4obj);
|
||||
const char* Name() const { return "Axis2_Placements"; }
|
||||
static G4Axis2PlacementsCreator GetInstance() { return csc; }
|
||||
static G4Axis2PlacementsCreator GetInstance();
|
||||
|
||||
// Members
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4BSplineCurveWithKnotsCreator.hh,v 1.4 2001/07/11 10:00:03 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4BSplineCurveWithKnotsCreator.hh,v 1.5 2002/11/21 16:49:43 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4BSplineCurveWithKnotsCreator
|
||||
@@ -56,7 +56,7 @@ class G4BSplineCurveWithKnotsCreator: private G4GeometryCreator
|
||||
void CreateG4Geometry(STEPentity&);
|
||||
void CreateSTEPGeometry(void* G4obj);
|
||||
const char* Name() const { return "B_Spline_Curve_With_Knots"; }
|
||||
static G4BSplineCurveWithKnotsCreator GetInstance() { return csc; }
|
||||
static G4BSplineCurveWithKnotsCreator GetInstance();
|
||||
|
||||
// Members
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4BSplineSurfaceCreator.hh,v 1.4 2001/07/11 10:00:04 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4BSplineSurfaceCreator.hh,v 1.5 2002/11/21 16:49:43 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4BSplineSurfaceCreator
|
||||
@@ -56,7 +56,7 @@ class G4BSplineSurfaceCreator: public G4GeometryCreator
|
||||
void CreateG4Geometry(STEPentity&);
|
||||
void CreateSTEPGeometry(void*);
|
||||
const char* Name() const { return "B_Spline_Surface"; }
|
||||
static G4BSplineSurfaceCreator GetInstance() { return csc; }
|
||||
static G4BSplineSurfaceCreator GetInstance();
|
||||
|
||||
// Members
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4BSplineSurfaceWithKnotsCreator.hh,v 1.4 2001/07/11 10:00:04 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4BSplineSurfaceWithKnotsCreator.hh,v 1.5 2002/11/21 16:49:43 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4BSplineSurfaceWithKnotsCreator
|
||||
@@ -56,7 +56,7 @@ class G4BSplineSurfaceWithKnotsCreator: public G4BSplineSurfaceCreator
|
||||
void CreateG4Geometry(STEPentity&);
|
||||
void CreateSTEPGeometry(void*);
|
||||
const char* Name() const { return "B_Spline_Surface_With_Knots"; }
|
||||
static G4BSplineSurfaceWithKnotsCreator GetInstance() { return csc; }
|
||||
static G4BSplineSurfaceWithKnotsCreator GetInstance();
|
||||
|
||||
// Members
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4BoundedSurfaceCreator.hh,v 1.4 2001/07/11 10:00:04 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4BoundedSurfaceCreator.hh,v 1.5 2002/11/21 16:49:43 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4BoundedSurfaceCreator
|
||||
@@ -56,7 +56,7 @@ class G4BoundedSurfaceCreator: private G4GeometryCreator
|
||||
void CreateG4Geometry(STEPentity&);
|
||||
void CreateSTEPGeometry(void*);
|
||||
const char* Name() const { return "Bounded_Surface"; }
|
||||
static G4BoundedSurfaceCreator GetInstance() { return csc; }
|
||||
static G4BoundedSurfaceCreator GetInstance();
|
||||
|
||||
// Members
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4CartesianPointCreator.hh,v 1.4 2001/07/11 10:00:04 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4CartesianPointCreator.hh,v 1.5 2002/11/21 16:49:43 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4CartesianPointCreator
|
||||
@@ -56,7 +56,7 @@ class G4CartesianPointCreator: private G4GeometryCreator
|
||||
void CreateG4Geometry(STEPentity&);
|
||||
void CreateSTEPGeometry(void* G4obj);
|
||||
const char* Name() const { return "Cartesian_Point"; }
|
||||
static G4CartesianPointCreator GetInstance() { return csc; }
|
||||
static G4CartesianPointCreator GetInstance();
|
||||
|
||||
// Members
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4CircleCreator.hh,v 1.4 2001/07/11 10:00:04 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4CircleCreator.hh,v 1.5 2002/11/21 16:49:43 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4CircleCreator
|
||||
@@ -56,7 +56,7 @@ class G4CircleCreator: private G4GeometryCreator
|
||||
void CreateG4Geometry(STEPentity&);
|
||||
void CreateSTEPGeometry(void* G4obj);
|
||||
const char* Name() const { return "Circle"; }
|
||||
static G4CircleCreator GetInstance() { return csc; }
|
||||
static G4CircleCreator GetInstance();
|
||||
|
||||
// Members
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4ClosedShellCreator.hh,v 1.4 2001/07/11 10:00:04 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4ClosedShellCreator.hh,v 1.5 2002/11/21 16:49:43 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4ClosedShellCreator
|
||||
@@ -56,7 +56,7 @@ class G4ClosedShellCreator: public G4ConnectedFaceSetCreator
|
||||
void CreateG4Geometry(STEPentity&);
|
||||
void CreateSTEPGeometry(void* G4obj);
|
||||
const char* Name() const { return "Closed_Shell"; }
|
||||
static G4ClosedShellCreator GetInstance() { return csc; }
|
||||
static G4ClosedShellCreator GetInstance();
|
||||
|
||||
//Members
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4ConicCreator.hh,v 1.4 2001/07/11 10:00:04 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4ConicCreator.hh,v 1.5 2002/11/21 16:49:43 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4ConicCreator
|
||||
@@ -56,7 +56,7 @@ class G4ConicCreator: private G4GeometryCreator
|
||||
void CreateG4Geometry(STEPentity&);
|
||||
void CreateSTEPGeometry(void* G4obj);
|
||||
const char* Name() const { return "Conic"; }
|
||||
static G4ConicCreator GetInstance() { return csc; }
|
||||
static G4ConicCreator GetInstance();
|
||||
|
||||
// Members
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4ConicalSurfaceCreator.hh,v 1.4 2001/07/11 10:00:04 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4ConicalSurfaceCreator.hh,v 1.5 2002/11/21 16:49:43 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4ConicalSurfaceCreator
|
||||
@@ -56,7 +56,7 @@ class G4ConicalSurfaceCreator: private G4GeometryCreator
|
||||
void CreateG4Geometry(STEPentity&);
|
||||
void CreateSTEPGeometry(void*);
|
||||
const char* Name() const { return "Conical_Surface"; }
|
||||
static G4ConicalSurfaceCreator GetInstance() { return csc; }
|
||||
static G4ConicalSurfaceCreator GetInstance();
|
||||
|
||||
// Members
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4ConnectedFaceSetCreator.hh,v 1.4 2001/07/11 10:00:04 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4ConnectedFaceSetCreator.hh,v 1.5 2002/11/21 16:49:43 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4ConnectedFaceSetCreator
|
||||
@@ -56,7 +56,7 @@ class G4ConnectedFaceSetCreator: public G4GeometryCreator
|
||||
void CreateG4Geometry(STEPentity&);
|
||||
void CreateSTEPGeometry(void* G4obj);
|
||||
const char* Name() const { return "Connected_Face_Set"; }
|
||||
static G4ConnectedFaceSetCreator GetInstance() { return csc; }
|
||||
static G4ConnectedFaceSetCreator GetInstance();
|
||||
|
||||
// Members
|
||||
|
||||
|
||||
+3
-4
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4ContextDependentShapeRepresentationCreator.hh,v 1.4 2001/07/11 10:00:04 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4ContextDependentShapeRepresentationCreator.hh,v 1.5 2002/11/21 16:49:43 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4ContextDependentShapeRepresentationCreator
|
||||
@@ -56,8 +56,7 @@ class G4ContextDependentShapeRepresentationCreator: private G4GeometryCreator
|
||||
void CreateG4Geometry(STEPentity&);
|
||||
void CreateSTEPGeometry(void*);
|
||||
const char* Name() const { return "Context_Dependent_Shape_Representation"; }
|
||||
static G4ContextDependentShapeRepresentationCreator GetInstance()
|
||||
{ return csc; }
|
||||
static G4ContextDependentShapeRepresentationCreator GetInstance();
|
||||
|
||||
// Members
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4CurveCreator.hh,v 1.4 2001/07/11 10:00:04 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4CurveCreator.hh,v 1.5 2002/11/21 16:49:44 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4CurveCreator
|
||||
@@ -56,7 +56,7 @@ class G4CurveCreator: private G4GeometryCreator
|
||||
void CreateG4Geometry(STEPentity&);
|
||||
void CreateSTEPGeometry(void* G4obj);
|
||||
const char* Name() const { return "Curve"; }
|
||||
static G4CurveCreator GetInstance() { return csc; }
|
||||
static G4CurveCreator GetInstance();
|
||||
|
||||
// Members
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4CylindricalSurfaceCreator.hh,v 1.4 2001/07/11 10:00:04 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4CylindricalSurfaceCreator.hh,v 1.5 2002/11/21 16:49:44 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4CylindricalSurfaceCreator
|
||||
@@ -56,7 +56,7 @@ class G4CylindricalSurfaceCreator: private G4GeometryCreator
|
||||
void CreateG4Geometry(STEPentity&);
|
||||
void CreateSTEPGeometry(void* G4obj);
|
||||
const char* Name() const { return "Cylindrical_Surface"; }
|
||||
static G4CylindricalSurfaceCreator GetInstance() { return csc; }
|
||||
static G4CylindricalSurfaceCreator GetInstance();
|
||||
|
||||
// Members
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4DirectionCreator.hh,v 1.4 2001/07/11 10:00:04 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4DirectionCreator.hh,v 1.5 2002/11/21 16:49:44 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4DirectionCreator
|
||||
@@ -56,7 +56,7 @@ class G4DirectionCreator: private G4GeometryCreator
|
||||
void CreateG4Geometry(STEPentity&);
|
||||
void CreateSTEPGeometry(void* G4obj);
|
||||
const char* Name() const { return "Direction"; }
|
||||
static G4DirectionCreator GetInstance() { return csc; }
|
||||
static G4DirectionCreator GetInstance();
|
||||
|
||||
//Members
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4EdgeCurveCreator.hh,v 1.4 2001/07/11 10:00:04 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4EdgeCurveCreator.hh,v 1.5 2002/11/21 16:49:44 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4EdgeCurveCreator
|
||||
@@ -56,7 +56,7 @@ class G4EdgeCurveCreator: private G4GeometryCreator
|
||||
void CreateG4Geometry(STEPentity&);
|
||||
void CreateSTEPGeometry(void* G4obj);
|
||||
const char* Name() const { return "Edge_Curve"; }
|
||||
static G4EdgeCurveCreator GetInstance() { return csc; }
|
||||
static G4EdgeCurveCreator GetInstance();
|
||||
|
||||
// Members
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4EdgeLoopCreator.hh,v 1.4 2001/07/11 10:00:04 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4EdgeLoopCreator.hh,v 1.5 2002/11/21 16:49:44 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4EdgeLoopCreator
|
||||
@@ -56,7 +56,7 @@ class G4EdgeLoopCreator: private G4GeometryCreator
|
||||
void CreateG4Geometry(STEPentity&);
|
||||
void CreateSTEPGeometry(void* G4obj);
|
||||
const char* Name() const { return "Edge_Loop"; }
|
||||
static G4EdgeLoopCreator GetInstance() { return csc; }
|
||||
static G4EdgeLoopCreator GetInstance();
|
||||
|
||||
// Members
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4EllipseCreator.hh,v 1.4 2001/07/11 10:00:04 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4EllipseCreator.hh,v 1.5 2002/11/21 16:49:44 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4EllipseCreator
|
||||
@@ -56,7 +56,7 @@ class G4EllipseCreator: private G4GeometryCreator
|
||||
void CreateG4Geometry(STEPentity&);
|
||||
void CreateSTEPGeometry(void* G4obj);
|
||||
const char* Name() const { return "Ellipse"; }
|
||||
static G4EllipseCreator GetInstance() { return csc; }
|
||||
static G4EllipseCreator GetInstance();
|
||||
|
||||
//Members
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4FaceBoundCreator.hh,v 1.4 2001/07/11 10:00:05 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4FaceBoundCreator.hh,v 1.5 2002/11/21 16:49:44 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4FaceBoundCreator
|
||||
@@ -56,7 +56,7 @@ class G4FaceBoundCreator: public G4GeometryCreator
|
||||
void CreateG4Geometry(STEPentity&);
|
||||
void CreateSTEPGeometry(void* G4obj);
|
||||
const char* Name() const { return "Face_Bound"; }
|
||||
static G4FaceBoundCreator GetInstance() { return csc; }
|
||||
static G4FaceBoundCreator GetInstance();
|
||||
|
||||
// Members
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4FaceOuterBoundCreator.hh,v 1.4 2001/07/11 10:00:05 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4FaceOuterBoundCreator.hh,v 1.5 2002/11/21 16:49:44 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4FaceOuterBoundCreator
|
||||
@@ -55,7 +55,7 @@ class G4FaceOuterBoundCreator: public G4FaceBoundCreator
|
||||
|
||||
void CreateSTEPGeometry(void* G4obj);
|
||||
const char* Name() const { return "Face_Outer_Bound"; }
|
||||
static G4FaceOuterBoundCreator GetInstance() { return csc; }
|
||||
static G4FaceOuterBoundCreator GetInstance();
|
||||
|
||||
// Members
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4FaceSurfaceCreator.hh,v 1.4 2001/07/11 10:00:05 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4FaceSurfaceCreator.hh,v 1.5 2002/11/21 16:49:44 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4FaceSurfaceCreator
|
||||
@@ -56,7 +56,7 @@ class G4FaceSurfaceCreator: public G4GeometryCreator
|
||||
void CreateG4Geometry(STEPentity&);
|
||||
void CreateSTEPGeometry(void* G4obj);
|
||||
const char* Name() const { return "Face_Surface"; }
|
||||
static G4FaceSurfaceCreator GetInstance() { return csc; }
|
||||
static G4FaceSurfaceCreator GetInstance();
|
||||
|
||||
// Members
|
||||
|
||||
|
||||
+3
-3
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4GeometricRepresentationContextCreator.hh,v 1.4 2001/07/11 10:00:05 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4GeometricRepresentationContextCreator.hh,v 1.5 2002/11/21 16:49:44 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4GeometricRepresentationContextCreator
|
||||
@@ -56,7 +56,7 @@ class G4GeometricRepresentationContextCreator: private G4GeometryCreator
|
||||
void CreateG4Geometry(STEPentity&);
|
||||
void CreateSTEPGeometry(void*);
|
||||
const char* Name() const { return "Geometric_Representation_Context"; }
|
||||
static G4GeometricRepresentationContextCreator GetInstance() { return csc; }
|
||||
static G4GeometricRepresentationContextCreator GetInstance();
|
||||
|
||||
// Members
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
//
|
||||
//
|
||||
// $Id: G4GeometryCreator.hh,v 1.7 2001/07/11 10:00:05 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4GeometryCreator
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4GeometryTable.hh,v 1.6 2001/07/11 10:00:05 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4GeometryTable.hh,v 1.7 2002/11/21 16:49:44 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4GeometryTable
|
||||
@@ -62,7 +62,7 @@ class G4GeometryTable
|
||||
static void* CreateObject(STEPentity&);
|
||||
static void* CreateSTEPObject(void*, G4String&);
|
||||
static void PrintObjectNames();
|
||||
static const G4GeometryTable& GetInstance() { return gt; }
|
||||
static const G4GeometryTable& GetInstance();
|
||||
|
||||
public:
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4HyperbolaCreator.hh,v 1.4 2001/07/11 10:00:05 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4HyperbolaCreator.hh,v 1.5 2002/11/21 16:49:44 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4HyperbolaCreator
|
||||
@@ -56,7 +56,7 @@ class G4HyperbolaCreator: private G4GeometryCreator
|
||||
void CreateG4Geometry(STEPentity&);
|
||||
void CreateSTEPGeometry(void* G4obj);
|
||||
const char* Name() const { return "Hyperbola"; }
|
||||
static G4HyperbolaCreator GetInstance() { return csc; }
|
||||
static G4HyperbolaCreator GetInstance();
|
||||
|
||||
// Members
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4ItemDefinedTransformationCreator.hh,v 1.4 2001/07/11 10:00:05 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4ItemDefinedTransformationCreator.hh,v 1.5 2002/11/21 16:49:44 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4ItemDefinedTransformationCreator
|
||||
@@ -56,7 +56,7 @@ class G4ItemDefinedTransformationCreator: private G4GeometryCreator
|
||||
void CreateG4Geometry(STEPentity&);
|
||||
void CreateSTEPGeometry(void*);
|
||||
const char* Name() const { return "Item_Defined_Transformation"; }
|
||||
static G4ItemDefinedTransformationCreator GetInstance() { return csc; }
|
||||
static G4ItemDefinedTransformationCreator GetInstance();
|
||||
|
||||
// Members
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4LineCreator.hh,v 1.4 2001/07/11 10:00:05 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4LineCreator.hh,v 1.5 2002/11/21 16:49:44 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4LineCreator
|
||||
@@ -56,7 +56,7 @@ class G4LineCreator: private G4GeometryCreator
|
||||
void CreateG4Geometry(STEPentity&);
|
||||
void CreateSTEPGeometry(void* G4obj);
|
||||
const char* Name() const { return "Line"; }
|
||||
static G4LineCreator GetInstance() { return csc; }
|
||||
static G4LineCreator GetInstance();
|
||||
|
||||
// Members
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4ManifoldSolidBrepCreator.hh,v 1.4 2001/07/11 10:00:05 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4ManifoldSolidBrepCreator.hh,v 1.5 2002/11/21 16:49:45 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4ManifoldSolidBrepCreator
|
||||
@@ -56,7 +56,7 @@ class G4ManifoldSolidBrepCreator: private G4GeometryCreator
|
||||
void CreateG4Geometry(STEPentity&);
|
||||
void CreateSTEPGeometry(void* G4obj);
|
||||
const char* Name() const { return "Manifold_Solid_Brep"; }
|
||||
static G4ManifoldSolidBrepCreator GetInstance() { return csc; }
|
||||
static G4ManifoldSolidBrepCreator GetInstance();
|
||||
|
||||
// Members
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
//
|
||||
//
|
||||
// $Id: G4NISTStepReader.hh,v 1.5 2001/07/11 10:00:05 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4NISTStepReader
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4OpenShellCreator.hh,v 1.4 2001/07/11 10:00:05 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4OpenShellCreator.hh,v 1.5 2002/11/21 16:49:45 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4OpenShellCreator
|
||||
@@ -56,7 +56,7 @@ class G4OpenShellCreator: private G4GeometryCreator
|
||||
void CreateG4Geometry(STEPentity&);
|
||||
void CreateSTEPGeometry(void* G4obj);
|
||||
const char* Name() const { return "Open_Shell"; }
|
||||
static G4OpenShellCreator GetInstance() { return csc; }
|
||||
static G4OpenShellCreator GetInstance();
|
||||
|
||||
// Members
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4OrientedEdgeCreator.hh,v 1.4 2001/07/11 10:00:06 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4OrientedEdgeCreator.hh,v 1.5 2002/11/21 16:49:45 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4OrientedEdgeCreator
|
||||
@@ -56,7 +56,7 @@ class G4OrientedEdgeCreator: private G4GeometryCreator
|
||||
void CreateG4Geometry(STEPentity&);
|
||||
void CreateSTEPGeometry(void* G4obj);
|
||||
const char* Name() const { return "Oriented_Edge"; }
|
||||
static G4OrientedEdgeCreator GetInstance() { return csc; }
|
||||
static G4OrientedEdgeCreator GetInstance();
|
||||
|
||||
// Members
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4ParabolaCreator.hh,v 1.4 2001/07/11 10:00:06 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4ParabolaCreator.hh,v 1.5 2002/11/21 16:49:45 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4ParabolaCreator
|
||||
@@ -56,7 +56,7 @@ class G4ParabolaCreator: private G4GeometryCreator
|
||||
void CreateG4Geometry(STEPentity&);
|
||||
void CreateSTEPGeometry(void* G4obj);
|
||||
const char* Name() const { return "Parabola"; }
|
||||
static G4ParabolaCreator GetInstance() { return csc; }
|
||||
static G4ParabolaCreator GetInstance();
|
||||
|
||||
// Members
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4PlaneCreator.hh,v 1.4 2001/07/11 10:00:06 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4PlaneCreator.hh,v 1.5 2002/11/21 16:49:45 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4PlaneCreator
|
||||
@@ -56,7 +56,7 @@ class G4PlaneCreator: private G4GeometryCreator
|
||||
void CreateG4Geometry(STEPentity&);
|
||||
void CreateSTEPGeometry(void* G4obj);
|
||||
const char* Name() const { return "Plane"; }
|
||||
static G4PlaneCreator GetInstance() { return csc; }
|
||||
static G4PlaneCreator GetInstance();
|
||||
|
||||
// Members
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4PointCreator.hh,v 1.4 2001/07/11 10:00:06 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4PointCreator.hh,v 1.5 2002/11/21 16:49:45 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4PointCreator
|
||||
@@ -56,7 +56,7 @@ class G4PointCreator: private G4GeometryCreator
|
||||
void CreateG4Geometry(STEPentity&);
|
||||
void CreateSTEPGeometry(void* G4obj);
|
||||
const char* Name() const { return "Point"; }
|
||||
static G4PointCreator GetInstance() { return csc; }
|
||||
static G4PointCreator GetInstance();
|
||||
|
||||
// Members
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4PointOnCurveCreator.hh,v 1.4 2001/07/11 10:00:06 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4PointOnCurveCreator.hh,v 1.5 2002/11/21 16:49:45 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4PointOnCurveCreator
|
||||
@@ -56,7 +56,7 @@ class G4PointOnCurveCreator: private G4GeometryCreator
|
||||
void CreateG4Geometry(STEPentity&);
|
||||
void CreateSTEPGeometry(void* G4obj);
|
||||
const char* Name() const { return "Point_On_Curve"; }
|
||||
static G4PointOnCurveCreator GetInstance() { return csc; }
|
||||
static G4PointOnCurveCreator GetInstance();
|
||||
|
||||
// Members
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4PointOnSurfaceCreator.hh,v 1.4 2001/07/11 10:00:06 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4PointOnSurfaceCreator.hh,v 1.5 2002/11/21 16:49:45 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4PointOnSurfaceCreator
|
||||
@@ -56,7 +56,7 @@ class G4PointOnSurfaceCreator: private G4GeometryCreator
|
||||
void CreateG4Geometry(STEPentity&);
|
||||
void CreateSTEPGeometry(void* G4obj);
|
||||
const char* Name() const { return "Point_On_Surface"; }
|
||||
static G4PointOnSurfaceCreator GetInstance() { return csc; }
|
||||
static G4PointOnSurfaceCreator GetInstance();
|
||||
|
||||
// Members
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4PointReplicaCreator.hh,v 1.4 2001/07/11 10:00:06 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4PointReplicaCreator.hh,v 1.5 2002/11/21 16:49:45 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4PointReplicaCreator
|
||||
@@ -56,7 +56,7 @@ class G4PointReplicaCreator: private G4GeometryCreator
|
||||
void CreateG4Geometry(STEPentity&);
|
||||
void CreateSTEPGeometry(void* G4obj);
|
||||
const char* Name() const { return "Point_Replica"; }
|
||||
static G4PointReplicaCreator GetInstance() { return csc; }
|
||||
static G4PointReplicaCreator GetInstance();
|
||||
|
||||
// Members
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4ProductDefinitionShapeCreator.hh,v 1.4 2001/07/11 10:00:06 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4ProductDefinitionShapeCreator.hh,v 1.5 2002/11/21 16:49:45 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4ProductDefinitionShapeCreator
|
||||
@@ -57,7 +57,7 @@ class G4ProductDefinitionShapeCreator: private G4GeometryCreator
|
||||
void CreateG4Geometry(STEPentity&);
|
||||
void CreateSTEPGeometry(void*);
|
||||
const char* Name() const { return "Product_Definition_Shape"; }
|
||||
static G4ProductDefinitionShapeCreator GetInstance() { return csc; }
|
||||
static G4ProductDefinitionShapeCreator GetInstance();
|
||||
|
||||
// Members
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4RationalBSplineSurfaceCreator.hh,v 1.4 2001/07/11 10:00:06 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4RationalBSplineSurfaceCreator.hh,v 1.5 2002/11/21 16:49:45 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4RationalBSplineSurfaceCreator
|
||||
@@ -57,7 +57,7 @@ class G4RationalBSplineSurfaceCreator: public G4BSplineSurfaceCreator
|
||||
void CreateG4Geometry(STEPentity&);
|
||||
void CreateSTEPGeometry(void*);
|
||||
const char* Name() const { return "Rational_B_Spline_Surface"; }
|
||||
static G4RationalBSplineSurfaceCreator GetInstance() { return csc; }
|
||||
static G4RationalBSplineSurfaceCreator GetInstance();
|
||||
|
||||
// Members
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4RepresentationRelationshipCreator.hh,v 1.5 2001/07/11 10:00:06 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4RepresentationRelationshipCreator.hh,v 1.6 2002/11/21 16:49:45 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4RepresentationRelationshipCreator
|
||||
@@ -56,7 +56,7 @@ class G4RepresentationRelationshipCreator: private G4GeometryCreator
|
||||
void CreateG4Geometry(STEPentity&);
|
||||
void CreateSTEPGeometry(void*);
|
||||
const char* Name() const { return "Representation_Relationship"; }
|
||||
static G4RepresentationRelationshipCreator GetInstance() { return csc; }
|
||||
static G4RepresentationRelationshipCreator GetInstance();
|
||||
|
||||
// Members
|
||||
|
||||
|
||||
+3
-4
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4RepresentationRelationshipWithTransformationCreator.hh,v 1.4 2001/07/11 10:00:06 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4RepresentationRelationshipWithTransformationCreator.hh,v 1.5 2002/11/21 16:49:45 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4RepresentationRelationshipWithTransformationCreator
|
||||
@@ -58,8 +58,7 @@ class G4RepresentationRelationshipWithTransformationCreator
|
||||
void CreateSTEPGeometry(void*);
|
||||
const char* Name() const
|
||||
{ return "Representation_Relationship_With_Transformation"; }
|
||||
static G4RepresentationRelationshipWithTransformationCreator GetInstance()
|
||||
{ return csc; }
|
||||
static G4RepresentationRelationshipWithTransformationCreator GetInstance();
|
||||
|
||||
// Members
|
||||
|
||||
|
||||
+3
-3
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4ShapeDefinitionRepresentationCreator.hh,v 1.4 2001/07/11 10:00:06 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4ShapeDefinitionRepresentationCreator.hh,v 1.5 2002/11/21 16:49:46 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4ShapeDefinitionRepresentationCreator
|
||||
@@ -56,7 +56,7 @@ class G4ShapeDefinitionRepresentationCreator: private G4GeometryCreator
|
||||
void CreateG4Geometry(STEPentity&);
|
||||
void CreateSTEPGeometry(void*);
|
||||
const char* Name() const { return "Shape_Definition_Representation"; }
|
||||
static G4ShapeDefinitionRepresentationCreator GetInstance() { return csc; }
|
||||
static G4ShapeDefinitionRepresentationCreator GetInstance();
|
||||
|
||||
// Members
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4ShapeRepresentationCreator.hh,v 1.4 2001/07/11 10:00:06 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4ShapeRepresentationCreator.hh,v 1.5 2002/11/21 16:49:46 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4ShapeRepresentationCreator
|
||||
@@ -56,7 +56,7 @@ class G4ShapeRepresentationCreator: private G4GeometryCreator
|
||||
void CreateG4Geometry(STEPentity&);
|
||||
void CreateSTEPGeometry(void*);
|
||||
const char* Name() const { return "Shape_Representation"; }
|
||||
static G4ShapeRepresentationCreator GetInstance() { return csc; }
|
||||
static G4ShapeRepresentationCreator GetInstance();
|
||||
|
||||
// Members
|
||||
|
||||
|
||||
+3
-3
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4ShapeRepresentationRelationshipCreator.hh,v 1.4 2001/07/11 10:00:06 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4ShapeRepresentationRelationshipCreator.hh,v 1.5 2002/11/21 16:49:46 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4ShapeRepresentationRelationshipCreator
|
||||
@@ -56,7 +56,7 @@ class G4ShapeRepresentationRelationshipCreator: private G4GeometryCreator
|
||||
void CreateG4Geometry(STEPentity&);
|
||||
void CreateSTEPGeometry(void*);
|
||||
const char* Name() const { return "Shape_Representation_Relationship"; }
|
||||
static G4ShapeRepresentationRelationshipCreator GetInstance() { return csc; }
|
||||
static G4ShapeRepresentationRelationshipCreator GetInstance();
|
||||
|
||||
// Members
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4SphericalSurfaceCreator.hh,v 1.4 2001/07/11 10:00:06 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4SphericalSurfaceCreator.hh,v 1.5 2002/11/21 16:49:46 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4SphericalSurfaceCreator
|
||||
@@ -56,7 +56,7 @@ class G4SphericalSurfaceCreator: private G4GeometryCreator
|
||||
void CreateG4Geometry(STEPentity&);
|
||||
void CreateSTEPGeometry(void*);
|
||||
const char* Name() const { return "Spherical_Surface"; }
|
||||
static G4SphericalSurfaceCreator GetInstance() { return csc; }
|
||||
static G4SphericalSurfaceCreator GetInstance();
|
||||
|
||||
// Members
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
//
|
||||
//
|
||||
// $Id: G4StepFileReader.hh,v 1.5 2001/07/11 10:00:06 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4StepFileReader
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4ToroidalSurfaceCreator.hh,v 1.4 2001/07/11 10:00:06 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4ToroidalSurfaceCreator.hh,v 1.5 2002/11/21 16:49:46 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4ToroidalSurfaceCreator
|
||||
@@ -56,7 +56,7 @@ class G4ToroidalSurfaceCreator: private G4GeometryCreator
|
||||
void CreateG4Geometry(STEPentity&);
|
||||
void CreateSTEPGeometry(void* G4obj);
|
||||
const char* Name() const { return "Toroidal_Surface"; }
|
||||
static G4ToroidalSurfaceCreator GetInstance() { return csc; }
|
||||
static G4ToroidalSurfaceCreator GetInstance();
|
||||
|
||||
// Members
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4VectorCreator.hh,v 1.4 2001/07/11 10:00:06 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4VectorCreator.hh,v 1.5 2002/11/21 16:49:46 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4VectorCreator
|
||||
@@ -56,7 +56,7 @@ class G4VectorCreator: private G4GeometryCreator
|
||||
void CreateG4Geometry(STEPentity&);
|
||||
void CreateSTEPGeometry(void* G4obj);
|
||||
const char* Name() const { return "Vector"; }
|
||||
static G4VectorCreator GetInstance() { return csc; }
|
||||
static G4VectorCreator GetInstance();
|
||||
|
||||
// Members
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4VertexPointCreator.hh,v 1.4 2001/07/11 10:00:06 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-01 $
|
||||
// $Id: G4VertexPointCreator.hh,v 1.5 2002/11/21 16:49:46 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-05-00 $
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
// Class G4VertexPointCreator
|
||||
@@ -56,7 +56,7 @@ class G4VertexPointCreator: private G4GeometryCreator
|
||||
void CreateG4Geometry(STEPentity&);
|
||||
void CreateSTEPGeometry(void* G4obj);
|
||||
const char* Name() const { return "Vertex_Point"; }
|
||||
static G4VertexPointCreator GetInstance() { return csc; }
|
||||
static G4VertexPointCreator GetInstance();
|
||||
|
||||
// Members
|
||||
|
||||
|
||||
Reference in New Issue
Block a user