hep.geant4.jni
Class G4FConicalSurface

java.lang.Object
  extended by hep.geant4.jni.G4STEPEntity
      extended by hep.geant4.jni.G4Surface
          extended by hep.geant4.jni.G4FConicalSurface

public class G4FConicalSurface
extends G4Surface


Field Summary
 
Fields inherited from class hep.geant4.jni.G4STEPEntity
swigCMemOwn
 
Constructor Summary
G4FConicalSurface()
           
G4FConicalSurface(G4Point3D o, G4Vector3D a, double l, double sr, double lr)
           
G4FConicalSurface(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 double area()
           
 void calcBBox()
           
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4FConicalSurface obj)
           
 String getEntityType()
           
 double getLargeRadius()
           
 double getLength()
           
 double getSmallRadius()
           
 double getTanAngle()
           
 double howNear(G4Vector3D x)
           
 int inside(G4Vector3D x)
           
 int intersect(G4Ray ry)
           
 String name()
           
 void resize(double l, double sr, double lr)
           
 double scale()
           
 G4Vector3D surfaceNormal(G4Point3D p)
           
 int withinBoundary(G4Vector3D x)
           
 
Methods inherited from class hep.geant4.jni.G4Surface
calcNormal, closestDistanceToPoint, deactivate, evaluate, evaluation, getBBox, getClosestHit, getConvex, getCPtr, getDistance, getNextNode, getNumberOfPoints, getOrigin, getPoint, getSameSense, getUHit, getVHit, isActive, isConvex, myType, norm, normal, project, project, reset, setActive, setBoundaries, setDistance, setNextNode, setSameSense
 
Methods inherited from class hep.geant4.jni.G4STEPEntity
getCPtr
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

G4FConicalSurface

public G4FConicalSurface(long cPtr,
                         boolean cMemoryOwn)

G4FConicalSurface

public G4FConicalSurface()

G4FConicalSurface

public G4FConicalSurface(G4Point3D o,
                         G4Vector3D a,
                         double l,
                         double sr,
                         double lr)
Method Detail

getCPtr

public static long getCPtr(G4FConicalSurface obj)

finalize

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

delete

public void delete()
Overrides:
delete in class G4Surface

equals

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

surfaceNormal

public G4Vector3D surfaceNormal(G4Point3D p)
Overrides:
surfaceNormal in class G4Surface

inside

public int inside(G4Vector3D x)

getEntityType

public String getEntityType()
Overrides:
getEntityType in class G4Surface

name

public String name()
Overrides:
name in class G4Surface

intersect

public int intersect(G4Ray ry)
Overrides:
intersect in class G4Surface

calcBBox

public void calcBBox()
Overrides:
calcBBox in class G4Surface

howNear

public double howNear(G4Vector3D x)
Overrides:
howNear in class G4Surface

withinBoundary

public int withinBoundary(G4Vector3D x)

scale

public double scale()

area

public double area()

resize

public void resize(double l,
                   double sr,
                   double lr)

getLength

public double getLength()

getSmallRadius

public double getSmallRadius()

getLargeRadius

public double getLargeRadius()

getTanAngle

public double getTanAngle()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.