hep.geant4.jni
Class G4Polyhedron

java.lang.Object
  extended by hep.geant4.jni.G4Point3DVector
      extended by hep.geant4.jni.G4Point3DList
          extended by hep.geant4.jni.G4Polyhedron
All Implemented Interfaces:
G4Visible
Direct Known Subclasses:
G4PolyhedronBox, G4PolyhedronCone, G4PolyhedronCons, G4PolyhedronEllipsoid, G4PolyhedronEllipticalCone, G4PolyhedronPara, G4PolyhedronPcon, G4PolyhedronPgon, G4PolyhedronSphere, G4PolyhedronTorus, G4PolyhedronTrap, G4PolyhedronTrd1, G4PolyhedronTrd2, G4PolyhedronTube, G4PolyhedronTubs

public class G4Polyhedron
extends G4Point3DList
implements G4Visible


Field Summary
 
Fields inherited from class hep.geant4.jni.G4Point3DVector
swigCMemOwn
 
Constructor Summary
G4Polyhedron()
           
G4Polyhedron(HepPolyhedron from)
           
G4Polyhedron(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
static long getCPtr(G4Polyhedron obj)
           
 int getNumberOfRotationStepsAtTimeOfCreation()
           
 G4VisAttributes getVisAttributes()
           
 void setVisAttributes(G4VisAttributes attributes)
           
 
Methods inherited from class hep.geant4.jni.G4Point3DList
equals, getCPtr
 
Methods inherited from class hep.geant4.jni.G4Point3DVector
add, capacity, clear, empty, get, getCPtr, isEmpty, pushBack, reserve, set, size
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

G4Polyhedron

public G4Polyhedron(long cPtr,
                    boolean cMemoryOwn)

G4Polyhedron

public G4Polyhedron()

G4Polyhedron

public G4Polyhedron(HepPolyhedron from)
Method Detail

getCPtr

public static long getCPtr(G4Polyhedron obj)

finalize

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

delete

public void delete()
Overrides:
delete in class G4Point3DList

getVisAttributes

public G4VisAttributes getVisAttributes()
Specified by:
getVisAttributes in interface G4Visible

setVisAttributes

public void setVisAttributes(G4VisAttributes attributes)
Specified by:
setVisAttributes in interface G4Visible

getNumberOfRotationStepsAtTimeOfCreation

public int getNumberOfRotationStepsAtTimeOfCreation()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.