hep.geant4.jni
Class G4GeomTestSegment

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

public class G4GeomTestSegment
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4GeomTestSegment(G4VSolid theSolid, G4ThreeVector theP, G4ThreeVector theV, G4GeomTestLogger logger)
           
G4GeomTestSegment(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4GeomTestSegment obj)
           
 int getNumberPoints()
           
 G4ThreeVector getP()
           
 G4GeomTestPoint getPoint(int i)
           
 G4VSolid getSolid()
           
 G4ThreeVector getV()
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4GeomTestSegment

public G4GeomTestSegment(long cPtr,
                         boolean cMemoryOwn)

G4GeomTestSegment

public G4GeomTestSegment(G4VSolid theSolid,
                         G4ThreeVector theP,
                         G4ThreeVector theV,
                         G4GeomTestLogger logger)
Method Detail

getCPtr

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

getSolid

public G4VSolid getSolid()

getP

public G4ThreeVector getP()

getV

public G4ThreeVector getV()

getPoint

public G4GeomTestPoint getPoint(int i)

getNumberPoints

public int getNumberPoints()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.