hep.geant4.jni
Class G4EnclosingCylinder

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

public class G4EnclosingCylinder
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4EnclosingCylinder(G4ReduciblePolygon rz, boolean phiIsOpen, double startPhi, double totalPhi)
           
G4EnclosingCylinder(long cPtr, boolean cMemoryOwn)
           
G4EnclosingCylinder(SWIGTYPE_p___void__ arg0)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4EnclosingCylinder obj)
           
 boolean mustBeOutside(G4ThreeVector p)
           
 boolean shouldMiss(G4ThreeVector p, G4ThreeVector v)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4EnclosingCylinder

public G4EnclosingCylinder(long cPtr,
                           boolean cMemoryOwn)

G4EnclosingCylinder

public G4EnclosingCylinder(G4ReduciblePolygon rz,
                           boolean phiIsOpen,
                           double startPhi,
                           double totalPhi)

G4EnclosingCylinder

public G4EnclosingCylinder(SWIGTYPE_p___void__ arg0)
Method Detail

getCPtr

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

mustBeOutside

public boolean mustBeOutside(G4ThreeVector p)

shouldMiss

public boolean shouldMiss(G4ThreeVector p,
                          G4ThreeVector v)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.