Import Geant4 11.3.0.beta source tree
This commit is contained in:
@@ -36,6 +36,8 @@
|
||||
|
||||
class G4Polyhedron;
|
||||
class G4PolyhedronArbitrary;
|
||||
class G4BooleanSolid;
|
||||
class G4VSolid;
|
||||
|
||||
class G4VBooleanProcessor
|
||||
{
|
||||
@@ -53,6 +55,9 @@ class G4VBooleanProcessor
|
||||
virtual G4PolyhedronArbitrary* Subtraction(G4Polyhedron* /*p1*/,
|
||||
G4Polyhedron* /*p2*/)
|
||||
{ return nullptr; }
|
||||
|
||||
virtual G4PolyhedronArbitrary* Process(const G4VSolid* /*bs*/)
|
||||
{ return nullptr; }
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user