hep.geant4.jni
Class G4Plane

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

public class G4Plane
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4Plane()
           
G4Plane(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
 double getA()
           
 double getB()
           
 double getC()
           
static long getCPtr(G4Plane obj)
           
 double getD()
           
 void setA(double value)
           
 void setB(double value)
           
 void setC(double value)
           
 void setD(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

G4Plane

public G4Plane(long cPtr,
               boolean cMemoryOwn)

G4Plane

public G4Plane()
Method Detail

getCPtr

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

setA

public void setA(double value)

getA

public double getA()

setB

public void setB(double value)

getB

public double getB()

setC

public void setC(double value)

getC

public double getC()

setD

public void setD(double value)

getD

public double getD()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.