Interface IGeant4Volume

All Known Implementing Classes:
Geant4Basic

public interface IGeant4Volume
Author:
gavalian
  • Method Details Link icon

    • getName Link icon

      String getName()
    • getType Link icon

      String getType()
    • setParameters Link icon

      void setParameters(double... pars)
    • getParameters Link icon

      double[] getParameters()
    • getPosition Link icon

      double[] getPosition()
    • getRotation Link icon

      double[] getRotation()
    • getId Link icon

      int[] getId()
    • getRotationOrder Link icon

      String getRotationOrder()
    • setPosition Link icon

      void setPosition(double x, double y, double z)
    • setRotation Link icon

      void setRotation(String order, double r1, double r2, double r3)
    • setId Link icon

      void setId(int... id)