hep.geant4.jni
Class G4GeomTestPoint

java.lang.Object
  extended by hep.geant4.jni.G4GeomTestPoint
Direct Known Subclasses:
G4GeomTestVolPoint

public class G4GeomTestPoint
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4GeomTestPoint()
           
G4GeomTestPoint(G4GeomTestPoint other)
           
G4GeomTestPoint(G4ThreeVector thePoint, double theS, boolean isEntering)
           
G4GeomTestPoint(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean entering()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4GeomTestPoint obj)
           
 double getDistance()
           
 G4ThreeVector getPosition()
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4GeomTestPoint

public G4GeomTestPoint(long cPtr,
                       boolean cMemoryOwn)

G4GeomTestPoint

public G4GeomTestPoint()

G4GeomTestPoint

public G4GeomTestPoint(G4GeomTestPoint other)

G4GeomTestPoint

public G4GeomTestPoint(G4ThreeVector thePoint,
                       double theS,
                       boolean isEntering)
Method Detail

getCPtr

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

getPosition

public G4ThreeVector getPosition()

getDistance

public double getDistance()

entering

public boolean entering()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.