hep.geant4.jni
Class G4ConvexHull

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

public class G4ConvexHull
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4ConvexHull()
           
G4ConvexHull(double pparam, double mmin, double mmax)
           
G4ConvexHull(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4ConvexHull obj)
           
 double getMax()
           
 double getMin()
           
 G4ConvexHull getNextHull()
           
 double getParam()
           
 void setMax(double y)
           
 void setMin(double x)
           
 void setNextHull(G4ConvexHull n)
           
 void setParam(double p)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4ConvexHull

public G4ConvexHull(long cPtr,
                    boolean cMemoryOwn)

G4ConvexHull

public G4ConvexHull()

G4ConvexHull

public G4ConvexHull(double pparam,
                    double mmin,
                    double mmax)
Method Detail

getCPtr

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

getNextHull

public G4ConvexHull getNextHull()

getParam

public double getParam()

getMin

public double getMin()

getMax

public double getMax()

setNextHull

public void setNextHull(G4ConvexHull n)

setParam

public void setParam(double p)

setMin

public void setMin(double x)

setMax

public void setMax(double y)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.