hep.geant4.jni
Class G4MaterialCutsCouple

java.lang.Object
  extended by hep.geant4.jni.G4MaterialCutsCouple

public class G4MaterialCutsCouple
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4MaterialCutsCouple()
           
G4MaterialCutsCouple(G4Material arg0)
           
G4MaterialCutsCouple(G4MaterialCutsCouple right)
           
G4MaterialCutsCouple(G4Material arg0, G4ProductionCuts cut)
           
G4MaterialCutsCouple(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4MaterialCutsCouple obj)
           
 int getIndex()
           
 G4Material getMaterial()
           
 G4ProductionCuts getProductionCuts()
           
 boolean isRecalcNeeded()
           
 boolean isUsed()
           
 void physicsTableUpdated()
           
 void setIndex(int idx)
           
 void setMaterial(G4Material arg0)
           
 void setProductionCuts(G4ProductionCuts arg0)
           
 void setUseFlag()
           
 void setUseFlag(boolean flg)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4MaterialCutsCouple

public G4MaterialCutsCouple(long cPtr,
                            boolean cMemoryOwn)

G4MaterialCutsCouple

public G4MaterialCutsCouple()

G4MaterialCutsCouple

public G4MaterialCutsCouple(G4Material arg0,
                            G4ProductionCuts cut)

G4MaterialCutsCouple

public G4MaterialCutsCouple(G4Material arg0)

G4MaterialCutsCouple

public G4MaterialCutsCouple(G4MaterialCutsCouple right)
Method Detail

getCPtr

public static long getCPtr(G4MaterialCutsCouple obj)

finalize

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

delete

public void delete()

equals

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

setMaterial

public void setMaterial(G4Material arg0)

getMaterial

public G4Material getMaterial()

setProductionCuts

public void setProductionCuts(G4ProductionCuts arg0)

getProductionCuts

public G4ProductionCuts getProductionCuts()

isRecalcNeeded

public boolean isRecalcNeeded()

physicsTableUpdated

public void physicsTableUpdated()

setIndex

public void setIndex(int idx)

getIndex

public int getIndex()

setUseFlag

public void setUseFlag(boolean flg)

setUseFlag

public void setUseFlag()

isUsed

public boolean isUsed()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.