Import Geant4 0.1.0 source tree
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4Polyhedron.cc,v 2.2 1998/07/13 16:56:19 urbi Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4Polyhedron.cc,v 1.3 1999/05/19 08:33:49 stesting Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
//
|
||||
@@ -80,6 +80,118 @@ G4Polyhedron::G4Polyhedron(const G4Polyhedron &from)
|
||||
}
|
||||
}
|
||||
|
||||
G4Visible & G4Polyhedron::operator=(const G4Visible &from) {
|
||||
return G4Visible::operator = (from);
|
||||
}
|
||||
|
||||
G4VVisPrim & G4Polyhedron::operator=(const G4VVisPrim &from) {
|
||||
return G4VVisPrim::operator = (from);
|
||||
}
|
||||
|
||||
G4Visible & G4PolyhedronTrd2::operator=(const G4Visible &from) {
|
||||
return G4Visible::operator = (from);
|
||||
}
|
||||
|
||||
G4VVisPrim & G4PolyhedronTrd2::operator=(const G4VVisPrim &from) {
|
||||
return G4VVisPrim::operator = (from);
|
||||
}
|
||||
|
||||
G4Visible & G4PolyhedronTrd1::operator=(const G4Visible &from) {
|
||||
return G4Visible::operator = (from);
|
||||
}
|
||||
|
||||
G4VVisPrim & G4PolyhedronTrd1::operator=(const G4VVisPrim &from) {
|
||||
return G4VVisPrim::operator = (from);
|
||||
}
|
||||
|
||||
G4Visible & G4PolyhedronBox::operator=(const G4Visible &from) {
|
||||
return G4Visible::operator = (from);
|
||||
}
|
||||
|
||||
G4VVisPrim & G4PolyhedronBox::operator=(const G4VVisPrim &from) {
|
||||
return G4VVisPrim::operator = (from);
|
||||
}
|
||||
|
||||
G4Visible & G4PolyhedronTrap::operator=(const G4Visible &from) {
|
||||
return G4Visible::operator = (from);
|
||||
}
|
||||
|
||||
G4VVisPrim & G4PolyhedronTrap::operator=(const G4VVisPrim &from) {
|
||||
return G4VVisPrim::operator = (from);
|
||||
}
|
||||
|
||||
G4Visible & G4PolyhedronPara::operator=(const G4Visible &from) {
|
||||
return G4Visible::operator = (from);
|
||||
}
|
||||
|
||||
G4VVisPrim & G4PolyhedronPara::operator=(const G4VVisPrim &from) {
|
||||
return G4VVisPrim::operator = (from);
|
||||
}
|
||||
|
||||
G4Visible & G4PolyhedronCons::operator=(const G4Visible &from) {
|
||||
return G4Visible::operator = (from);
|
||||
}
|
||||
|
||||
G4VVisPrim & G4PolyhedronCons::operator=(const G4VVisPrim &from) {
|
||||
return G4VVisPrim::operator = (from);
|
||||
}
|
||||
|
||||
G4Visible & G4PolyhedronCone::operator=(const G4Visible &from) {
|
||||
return G4Visible::operator = (from);
|
||||
}
|
||||
|
||||
G4VVisPrim & G4PolyhedronCone::operator=(const G4VVisPrim &from) {
|
||||
return G4VVisPrim::operator = (from);
|
||||
}
|
||||
|
||||
G4Visible & G4PolyhedronTubs::operator=(const G4Visible &from) {
|
||||
return G4Visible::operator = (from);
|
||||
}
|
||||
|
||||
G4VVisPrim & G4PolyhedronTubs::operator=(const G4VVisPrim &from) {
|
||||
return G4VVisPrim::operator = (from);
|
||||
}
|
||||
|
||||
G4Visible & G4PolyhedronTube::operator=(const G4Visible &from) {
|
||||
return G4Visible::operator = (from);
|
||||
}
|
||||
|
||||
G4VVisPrim & G4PolyhedronTube::operator=(const G4VVisPrim &from) {
|
||||
return G4VVisPrim::operator = (from);
|
||||
}
|
||||
|
||||
G4Visible & G4PolyhedronPgon::operator=(const G4Visible &from) {
|
||||
return G4Visible::operator = (from);
|
||||
}
|
||||
|
||||
G4VVisPrim & G4PolyhedronPgon::operator=(const G4VVisPrim &from) {
|
||||
return G4VVisPrim::operator = (from);
|
||||
}
|
||||
|
||||
G4Visible & G4PolyhedronPcon::operator=(const G4Visible &from) {
|
||||
return G4Visible::operator = (from);
|
||||
}
|
||||
|
||||
G4VVisPrim & G4PolyhedronPcon::operator=(const G4VVisPrim &from) {
|
||||
return G4VVisPrim::operator = (from);
|
||||
}
|
||||
|
||||
G4Visible & G4PolyhedronSphere::operator=(const G4Visible &from) {
|
||||
return G4Visible::operator = (from);
|
||||
}
|
||||
|
||||
G4VVisPrim & G4PolyhedronSphere::operator=(const G4VVisPrim &from) {
|
||||
return G4VVisPrim::operator = (from);
|
||||
}
|
||||
|
||||
G4Visible & G4PolyhedronTorus::operator=(const G4Visible &from) {
|
||||
return G4Visible::operator = (from);
|
||||
}
|
||||
|
||||
G4VVisPrim & G4PolyhedronTorus::operator=(const G4VVisPrim &from) {
|
||||
return G4VVisPrim::operator = (from);
|
||||
}
|
||||
|
||||
G4Polyhedron & G4Polyhedron::operator=(const G4Polyhedron &from)
|
||||
/***********************************************************************
|
||||
* *
|
||||
@@ -91,6 +203,7 @@ G4Polyhedron & G4Polyhedron::operator=(const G4Polyhedron &from)
|
||||
***********************************************************************/
|
||||
{
|
||||
if (this == &from) return *this;
|
||||
G4VVisPrim::operator=(from);
|
||||
delete [] pV;
|
||||
delete [] pF;
|
||||
if (from.nvert > 0 && from.nface > 0) {
|
||||
|
||||
Reference in New Issue
Block a user