Interface IG4Volume

All Known Implementing Classes:
G4BaseVolume, G4Trd

public interface IG4Volume
Author:
gavalian
  • Method Details

    • getName

      String getName()
    • getParent

      String getParent()
    • gemcString

      String gemcString()
    • getShape

      Shape3D getShape()
    • getDetector

      GemcDetector getDetector()
    • getMaterial

      G4Material getMaterial()
    • setMaterial

      void setMaterial(G4Material mat)
    • getPoints

      List<Point3D> getPoints()
    • getFaces

      int[] getFaces()
    • getMeshPoints

      float[] getMeshPoints()
    • getMeshFaces

      int[] getMeshFaces()