hep.geant4.jni
Class G4PointRat

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

public class G4PointRat
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4PointRat()
           
G4PointRat(G4Point3D arg0)
           
G4PointRat(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4PointRat obj)
           
 int getType()
           
 double planeDistance(SWIGTYPE_p_HepGeom__Plane3DTdouble_t Pl)
           
 G4Point3D pt()
           
 void setW(double Value)
           
 void setX(double Value)
           
 void setY(double Value)
           
 void setZ(double Value)
           
 double w()
           
 double x()
           
 double y()
           
 double z()
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4PointRat

public G4PointRat(long cPtr,
                  boolean cMemoryOwn)

G4PointRat

public G4PointRat()

G4PointRat

public G4PointRat(G4Point3D arg0)
Method Detail

getCPtr

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

x

public double x()

setX

public void setX(double Value)

y

public double y()

setY

public void setY(double Value)

z

public double z()

setZ

public void setZ(double Value)

w

public double w()

setW

public void setW(double Value)

pt

public G4Point3D pt()

planeDistance

public double planeDistance(SWIGTYPE_p_HepGeom__Plane3DTdouble_t Pl)

getType

public int getType()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.