hep.geant4.jni
Class G4CurvePoint

java.lang.Object
  extended by hep.geant4.jni.G4CurvePoint
Direct Known Subclasses:
G4CurveRayIntersection

public class G4CurvePoint
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4CurvePoint(G4Curve c0)
           
G4CurvePoint(G4CurvePoint cp)
           
G4CurvePoint(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4CurvePoint obj)
           
 G4Curve getCurve()
           
 G4Point3D getPoint()
           
 double getPPoint()
           
 void init(G4Curve c0)
           
 void reset()
           
 void reset(double u0)
           
 void reset(double u0, G4Point3D p0)
           
 void reset(G4Point3D p0)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4CurvePoint

public G4CurvePoint(long cPtr,
                    boolean cMemoryOwn)

G4CurvePoint

public G4CurvePoint(G4Curve c0)

G4CurvePoint

public G4CurvePoint(G4CurvePoint cp)
Method Detail

getCPtr

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

init

public void init(G4Curve c0)

getCurve

public G4Curve getCurve()

reset

public void reset()

reset

public void reset(double u0)

reset

public void reset(G4Point3D p0)

reset

public void reset(double u0,
                  G4Point3D p0)

getPPoint

public double getPPoint()

getPoint

public G4Point3D getPoint()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.