hep.geant4.jni
Class G4PlacedPolyhedron

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

public class G4PlacedPolyhedron
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4PlacedPolyhedron()
           
G4PlacedPolyhedron(G4Polyhedron arg0, G4Transform3D arg1)
           
G4PlacedPolyhedron(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4PlacedPolyhedron obj)
           
 G4Polyhedron getPolyhedron()
           
 G4Transform3D getTransform()
           
 void setPolyhedron(G4Polyhedron polyhedron)
           
 void setTransform(G4Transform3D transform)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4PlacedPolyhedron

public G4PlacedPolyhedron(long cPtr,
                          boolean cMemoryOwn)

G4PlacedPolyhedron

public G4PlacedPolyhedron()

G4PlacedPolyhedron

public G4PlacedPolyhedron(G4Polyhedron arg0,
                          G4Transform3D arg1)
Method Detail

getCPtr

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

getPolyhedron

public G4Polyhedron getPolyhedron()

getTransform

public G4Transform3D getTransform()

setPolyhedron

public void setPolyhedron(G4Polyhedron polyhedron)

setTransform

public void setTransform(G4Transform3D transform)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.