hep.geant4.jni
Class G4OpticalSurface

java.lang.Object
  extended by hep.geant4.jni.G4SurfaceProperty
      extended by hep.geant4.jni.G4OpticalSurface

public class G4OpticalSurface
extends G4SurfaceProperty


Field Summary
 
Fields inherited from class hep.geant4.jni.G4SurfaceProperty
swigCMemOwn
 
Constructor Summary
G4OpticalSurface(G4OpticalSurface right)
           
G4OpticalSurface(long cPtr, boolean cMemoryOwn)
           
G4OpticalSurface(String name)
           
G4OpticalSurface(String name, G4OpticalSurfaceModel model)
           
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)
           
 
Method Summary
 void delete()
           
 void dumpInfo()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4OpticalSurface obj)
           
 G4OpticalSurfaceFinish getFinish()
           
 G4MaterialPropertiesTable getMaterialPropertiesTable()
           
 G4OpticalSurfaceModel getModel()
           
 double getPolish()
           
 double getSigmaAlpha()
           
 void setFinish(G4OpticalSurfaceFinish finish)
           
 void setMaterialPropertiesTable(G4MaterialPropertiesTable anMPT)
           
 void setModel(G4OpticalSurfaceModel model)
           
 void setPolish(double plsh)
           
 void setSigmaAlpha(double s_a)
           
 
Methods inherited from class hep.geant4.jni.G4SurfaceProperty
getCPtr, getName, getType, setName, setType
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

G4OpticalSurface

public G4OpticalSurface(long cPtr,
                        boolean cMemoryOwn)

G4OpticalSurface

public G4OpticalSurface(G4OpticalSurface right)

G4OpticalSurface

public G4OpticalSurface(String name,
                        G4OpticalSurfaceModel model,
                        G4OpticalSurfaceFinish finish,
                        G4SurfaceType type,
                        double value)

G4OpticalSurface

public G4OpticalSurface(String name,
                        G4OpticalSurfaceModel model,
                        G4OpticalSurfaceFinish finish,
                        G4SurfaceType type)

G4OpticalSurface

public G4OpticalSurface(String name,
                        G4OpticalSurfaceModel model,
                        G4OpticalSurfaceFinish finish)

G4OpticalSurface

public G4OpticalSurface(String name,
                        G4OpticalSurfaceModel model)

G4OpticalSurface

public G4OpticalSurface(String name)
Method Detail

getCPtr

public static long getCPtr(G4OpticalSurface obj)

finalize

protected void finalize()
                 throws Throwable
Overrides:
finalize in class G4SurfaceProperty
Throws:
Throwable

delete

public void delete()
Overrides:
delete in class G4SurfaceProperty

equals

public boolean equals(Object obj)
Overrides:
equals in class G4SurfaceProperty

getFinish

public G4OpticalSurfaceFinish getFinish()

setFinish

public void setFinish(G4OpticalSurfaceFinish finish)

getModel

public G4OpticalSurfaceModel getModel()

setModel

public void setModel(G4OpticalSurfaceModel model)

getSigmaAlpha

public double getSigmaAlpha()

setSigmaAlpha

public void setSigmaAlpha(double s_a)

getPolish

public double getPolish()

setPolish

public void setPolish(double plsh)

getMaterialPropertiesTable

public G4MaterialPropertiesTable getMaterialPropertiesTable()

setMaterialPropertiesTable

public void setMaterialPropertiesTable(G4MaterialPropertiesTable anMPT)

dumpInfo

public void dumpInfo()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.