hep.geant4.jni
Class G4SurfaceList

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

public class G4SurfaceList
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4SurfaceList()
           
G4SurfaceList(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void addSurface(G4Surface srf)
           
 void delete()
           
 void emptyList()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
 void g4SortList()
           
static long getCPtr(G4SurfaceList obj)
           
 G4Surface getFirst()
           
 G4Surface getLastSurface()
           
 G4Surface getNext()
           
 int getSize()
           
 G4Surface getSurface()
           
 G4Surface getSurface(int number)
           
 void moveToFirst()
           
 void moveToFirst(G4Surface srf)
           
 void quickG4Sort(SWIGTYPE_p_p_G4Surface arg0, int arg1, int arg2)
           
 void removePointer()
           
 void removeSurface(G4Surface srf)
           
 void step()
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4SurfaceList

public G4SurfaceList(long cPtr,
                     boolean cMemoryOwn)

G4SurfaceList

public G4SurfaceList()
Method Detail

getCPtr

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

moveToFirst

public void moveToFirst(G4Surface srf)

addSurface

public void addSurface(G4Surface srf)

getSurface

public G4Surface getSurface()

getSurface

public G4Surface getSurface(int number)

getLastSurface

public G4Surface getLastSurface()

removeSurface

public void removeSurface(G4Surface srf)

removePointer

public void removePointer()

moveToFirst

public void moveToFirst()

step

public void step()

emptyList

public void emptyList()

g4SortList

public void g4SortList()

quickG4Sort

public void quickG4Sort(SWIGTYPE_p_p_G4Surface arg0,
                        int arg1,
                        int arg2)

getFirst

public G4Surface getFirst()

getNext

public G4Surface getNext()

getSize

public int getSize()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.