hep.geant4.jni
Class G4PolyconeSideRZ

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

public class G4PolyconeSideRZ
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4PolyconeSideRZ()
           
G4PolyconeSideRZ(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4PolyconeSideRZ obj)
           
 double getR()
           
 double getZ()
           
 void setR(double value)
           
 void setZ(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

G4PolyconeSideRZ

public G4PolyconeSideRZ(long cPtr,
                        boolean cMemoryOwn)

G4PolyconeSideRZ

public G4PolyconeSideRZ()
Method Detail

getCPtr

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

setR

public void setR(double value)

getR

public double getR()

setZ

public void setZ(double value)

getZ

public double getZ()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.