Contents
Interface IG4Volume
- All Known Implementing Classes:
G4BaseVolume
,G4Trd
public interface IG4Volume
- Author:
- gavalian
-
Method Summary
Modifier and TypeMethodDescriptionint[]
getFaces()
int[]
float[]
getName()
getShape()
void
setMaterial
(G4Material mat)
-
Method Details
-
getName
String getName() -
getParent
String getParent() -
gemcString
String gemcString() -
getShape
Shape3D getShape() -
getDetector
GemcDetector getDetector() -
getMaterial
G4Material getMaterial() -
setMaterial
-
getPoints
-
getFaces
int[] getFaces() -
getMeshPoints
float[] getMeshPoints() -
getMeshFaces
int[] getMeshFaces()
-