hep.geant4.jni
Class G4Conic

java.lang.Object
  extended by hep.geant4.jni.G4Curve
      extended by hep.geant4.jni.G4Conic
Direct Known Subclasses:
G4CircularCurve, G4Ellipse, G4Hyperbola, G4Parabola

public class G4Conic
extends G4Curve


Field Summary
 
Fields inherited from class hep.geant4.jni.G4Curve
swigCMemOwn
 
Constructor Summary
G4Conic(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4Conic obj)
           
 G4Axis2Placement3D getPosition()
           
 double getPShift()
           
 void setPShift(double pShift0)
           
 
Methods inherited from class hep.geant4.jni.G4Curve
bBox, getCPtr, getEnd, getEntityType, getPEnd, getPMax, getPoint, getPPoint, getPStart, getSameSense, getStart, intersectRay2D, isBounded, isPOn, name, project, project, setBounds, setBounds, setBounds, setBounds, setParentSrfPtr, setSameSense, tangent
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

G4Conic

public G4Conic(long cPtr,
               boolean cMemoryOwn)
Method Detail

getCPtr

public static long getCPtr(G4Conic obj)

finalize

protected void finalize()
                 throws Throwable
Overrides:
finalize in class G4Curve
Throws:
Throwable

delete

public void delete()
Overrides:
delete in class G4Curve

equals

public boolean equals(Object obj)
Overrides:
equals in class G4Curve

getPosition

public G4Axis2Placement3D getPosition()

getPShift

public double getPShift()

setPShift

public void setPShift(double pShift0)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.