hep.geant4.jni
Class G4SolidExtentList

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

public class G4SolidExtentList
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4SolidExtentList()
           
G4SolidExtentList(EAxis targetAxis, G4VoxelLimits voxelLimits)
           
G4SolidExtentList(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void addSurface(G4ClippablePolygon surface)
           
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4SolidExtentList obj)
           
 boolean getExtent(SWIGTYPE_p_double min, SWIGTYPE_p_double max)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4SolidExtentList

public G4SolidExtentList(long cPtr,
                         boolean cMemoryOwn)

G4SolidExtentList

public G4SolidExtentList()

G4SolidExtentList

public G4SolidExtentList(EAxis targetAxis,
                         G4VoxelLimits voxelLimits)
Method Detail

getCPtr

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

addSurface

public void addSurface(G4ClippablePolygon surface)

getExtent

public boolean getExtent(SWIGTYPE_p_double min,
                         SWIGTYPE_p_double max)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.