hep.geant4.jni
Class TrapSidePlane

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

public class TrapSidePlane
extends Object


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

TrapSidePlane

public TrapSidePlane(long cPtr,
                     boolean cMemoryOwn)

TrapSidePlane

public TrapSidePlane()
Method Detail

getCPtr

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