Interface IG4Volume

All Known Implementing Classes:
G4BaseVolume, G4Trd

public interface IG4Volume
Author:
gavalian
  • Method Details Link icon

    • getName Link icon

      String getName()
    • getParent Link icon

      String getParent()
    • gemcString Link icon

      String gemcString()
    • getShape Link icon

      Shape3D getShape()
    • getDetector Link icon

      GemcDetector getDetector()
    • getMaterial Link icon

      G4Material getMaterial()
    • setMaterial Link icon

      void setMaterial(G4Material mat)
    • getPoints Link icon

      List<Point3D> getPoints()
    • getFaces Link icon

      int[] getFaces()
    • getMeshPoints Link icon

      float[] getMeshPoints()
    • getMeshFaces Link icon

      int[] getMeshFaces()