hep.geant4.jni
Class G4PolyconeHistorical

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

public class G4PolyconeHistorical
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4PolyconeHistorical()
           
G4PolyconeHistorical(G4PolyconeHistorical source)
           
G4PolyconeHistorical(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4PolyconeHistorical obj)
           
 int getNumZPlanes()
           
 double getOpeningAngle()
           
 SWIGTYPE_p_double getRmax()
           
 SWIGTYPE_p_double getRmin()
           
 double getStartAngle()
           
 SWIGTYPE_p_double getZValues()
           
 void setNumZPlanes(int value)
           
 void setOpeningAngle(double value)
           
 void setRmax(SWIGTYPE_p_double value)
           
 void setRmin(SWIGTYPE_p_double value)
           
 void setStartAngle(double value)
           
 void setZValues(SWIGTYPE_p_double value)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4PolyconeHistorical

public G4PolyconeHistorical(long cPtr,
                            boolean cMemoryOwn)

G4PolyconeHistorical

public G4PolyconeHistorical()

G4PolyconeHistorical

public G4PolyconeHistorical(G4PolyconeHistorical source)
Method Detail

getCPtr

public static long getCPtr(G4PolyconeHistorical 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

setStartAngle

public void setStartAngle(double value)

getStartAngle

public double getStartAngle()

setOpeningAngle

public void setOpeningAngle(double value)

getOpeningAngle

public double getOpeningAngle()

setNumZPlanes

public void setNumZPlanes(int value)

getNumZPlanes

public int getNumZPlanes()

setZValues

public void setZValues(SWIGTYPE_p_double value)

getZValues

public SWIGTYPE_p_double getZValues()

setRmin

public void setRmin(SWIGTYPE_p_double value)

getRmin

public SWIGTYPE_p_double getRmin()

setRmax

public void setRmax(SWIGTYPE_p_double value)

getRmax

public SWIGTYPE_p_double getRmax()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.