Uses of Class
hep.geant4.jni.G4OpticalSurfaceFinish

Packages that use G4OpticalSurfaceFinish
hep.geant4.jni   
 

Uses of G4OpticalSurfaceFinish in hep.geant4.jni
 

Methods in hep.geant4.jni that return G4OpticalSurfaceFinish
 G4OpticalSurfaceFinish G4OpticalSurface.getFinish()
           
static G4OpticalSurfaceFinish G4OpticalSurfaceFinish.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static G4OpticalSurfaceFinish[] G4OpticalSurfaceFinish.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in hep.geant4.jni with parameters of type G4OpticalSurfaceFinish
 void G4OpticalSurface.setFinish(G4OpticalSurfaceFinish finish)
           
 

Constructors in hep.geant4.jni with parameters of type G4OpticalSurfaceFinish
G4OpticalSurface(String name, G4OpticalSurfaceModel model, G4OpticalSurfaceFinish finish)
           
G4OpticalSurface(String name, G4OpticalSurfaceModel model, G4OpticalSurfaceFinish finish, G4SurfaceType type)
           
G4OpticalSurface(String name, G4OpticalSurfaceModel model, G4OpticalSurfaceFinish finish, G4SurfaceType type, double value)
           
 



Copyright © 2000-2007 FreeHEP. All Rights Reserved.