hep.geant4.jni
Class G4Polycone

java.lang.Object
  extended by hep.geant4.jni.G4VSolid
      extended by hep.geant4.jni.G4VCSGfaceted
          extended by hep.geant4.jni.G4Polycone

public class G4Polycone
extends G4VCSGfaceted


Field Summary
 
Fields inherited from class hep.geant4.jni.G4VSolid
swigCMemOwn
 
Constructor Summary
G4Polycone(G4Polycone source)
           
G4Polycone(long cPtr, boolean cMemoryOwn)
           
G4Polycone(String name, double phiStart, double phiTotal, int numRZ, double[] r, double[] z)
           
G4Polycone(String name, double phiStart, double phiTotal, int numZPlanes, double[] zPlane, double[] rInner, double[] rOuter)
           
G4Polycone(SWIGTYPE_p___void__ arg0)
           
 
Method Summary
 void computeDimensions(G4VPVParameterisation p, int n, G4VPhysicalVolume pRep)
           
 G4NURBS createNURBS()
           
 G4Polyhedron createPolyhedron()
           
 void delete()
           
 double distanceToIn(G4ThreeVector p)
           
 double distanceToIn(G4ThreeVector p, G4ThreeVector v)
           
 boolean equals(Object obj)
           
protected  void finalize()
           
 G4PolyconeSideRZ getCorner(int index)
           
static long getCPtr(G4Polycone obj)
           
 double getEndPhi()
           
 String getEntityType()
           
 int getNumRZCorner()
           
 G4PolyconeHistorical getOriginalParameters()
           
 G4ThreeVector getPointOnSurface()
           
 double getStartPhi()
           
 EInside inside(G4ThreeVector p)
           
 boolean isGeneric()
           
 boolean isOpen()
           
 boolean reset()
           
 void setOriginalParameters(G4PolyconeHistorical pars)
           
 
Methods inherited from class hep.geant4.jni.G4VCSGfaceted
calculateExtent, describeYourselfTo, distanceToOut, distanceToOut, distanceToOut, distanceToOut, distanceToOut, getCPtr, getCubicVolume, getCubVolEpsilon, getCubVolStatistics, getExtent, getPolyhedron, setCubVolEpsilon, setCubVolStatistics, surfaceNormal
 
Methods inherited from class hep.geant4.jni.G4VSolid
dumpInfo, getConstituentSolid, getCPtr, getDisplacedSolidPtr, getName, setName
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

G4Polycone

public G4Polycone(long cPtr,
                  boolean cMemoryOwn)

G4Polycone

public G4Polycone(String name,
                  double phiStart,
                  double phiTotal,
                  int numZPlanes,
                  double[] zPlane,
                  double[] rInner,
                  double[] rOuter)

G4Polycone

public G4Polycone(String name,
                  double phiStart,
                  double phiTotal,
                  int numRZ,
                  double[] r,
                  double[] z)

G4Polycone

public G4Polycone(G4Polycone source)

G4Polycone

public G4Polycone(SWIGTYPE_p___void__ arg0)
Method Detail

getCPtr

public static long getCPtr(G4Polycone obj)

finalize

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

delete

public void delete()
Overrides:
delete in class G4VCSGfaceted

equals

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

inside

public EInside inside(G4ThreeVector p)
Overrides:
inside in class G4VCSGfaceted

distanceToIn

public double distanceToIn(G4ThreeVector p,
                           G4ThreeVector v)
Overrides:
distanceToIn in class G4VCSGfaceted

distanceToIn

public double distanceToIn(G4ThreeVector p)
Overrides:
distanceToIn in class G4VCSGfaceted

getPointOnSurface

public G4ThreeVector getPointOnSurface()
Overrides:
getPointOnSurface in class G4VSolid

computeDimensions

public void computeDimensions(G4VPVParameterisation p,
                              int n,
                              G4VPhysicalVolume pRep)
Overrides:
computeDimensions in class G4VSolid

getEntityType

public String getEntityType()
Overrides:
getEntityType in class G4VCSGfaceted

createPolyhedron

public G4Polyhedron createPolyhedron()
Overrides:
createPolyhedron in class G4VCSGfaceted

createNURBS

public G4NURBS createNURBS()
Overrides:
createNURBS in class G4VSolid

reset

public boolean reset()

getStartPhi

public double getStartPhi()

getEndPhi

public double getEndPhi()

isOpen

public boolean isOpen()

isGeneric

public boolean isGeneric()

getNumRZCorner

public int getNumRZCorner()

getCorner

public G4PolyconeSideRZ getCorner(int index)

getOriginalParameters

public G4PolyconeHistorical getOriginalParameters()

setOriginalParameters

public void setOriginalParameters(G4PolyconeHistorical pars)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.