43 G4VSolid(name), fCubicVolume(0.), fSurfaceArea(0.), fpPolyhedron(0)
53 :
G4VSolid(a), fCubicVolume(0.), fSurfaceArea(0.), fpPolyhedron(0)
73 :
G4VSolid(rhs), fCubicVolume(rhs.fCubicVolume),
74 fSurfaceArea(rhs.fSurfaceArea), fpPolyhedron(0)
86 if (
this == &rhs) {
return *
this; }
113 os <<
"-----------------------------------------------------------\n"
114 <<
" *** Dump for solid - " <<
GetName() <<
" ***\n"
115 <<
" ===================================================\n"
118 <<
" NOT available !\n"
119 <<
"-----------------------------------------------------------\n";