hep.geant4.jni
Class G4LogicalSkinSurface

java.lang.Object
  extended by hep.geant4.jni.G4LogicalSurface
      extended by hep.geant4.jni.G4LogicalSkinSurface

public class G4LogicalSkinSurface
extends G4LogicalSurface


Field Summary
 
Fields inherited from class hep.geant4.jni.G4LogicalSurface
swigCMemOwn
 
Constructor Summary
G4LogicalSkinSurface(long cPtr, boolean cMemoryOwn)
           
G4LogicalSkinSurface(String name, G4LogicalVolume vol, G4SurfaceProperty surfaceProperty)
           
 
Method Summary
static void cleanSurfaceTable()
           
 void delete()
           
static void dumpInfo()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4LogicalSkinSurface obj)
           
 G4LogicalVolume getLogicalVolume()
           
static long getNumberOfSkinSurfaces()
           
static G4LogicalSkinSurface getSurface(G4LogicalVolume vol)
           
 void setLogicalVolume(G4LogicalVolume vol)
           
 
Methods inherited from class hep.geant4.jni.G4LogicalSurface
getCPtr, getName, getSurfaceProperty, setName, setSurfaceProperty
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

G4LogicalSkinSurface

public G4LogicalSkinSurface(long cPtr,
                            boolean cMemoryOwn)

G4LogicalSkinSurface

public G4LogicalSkinSurface(String name,
                            G4LogicalVolume vol,
                            G4SurfaceProperty surfaceProperty)
Method Detail

getCPtr

public static long getCPtr(G4LogicalSkinSurface obj)

finalize

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

delete

public void delete()
Overrides:
delete in class G4LogicalSurface

equals

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

getSurface

public static G4LogicalSkinSurface getSurface(G4LogicalVolume vol)

getLogicalVolume

public G4LogicalVolume getLogicalVolume()

setLogicalVolume

public void setLogicalVolume(G4LogicalVolume vol)

cleanSurfaceTable

public static void cleanSurfaceTable()

getNumberOfSkinSurfaces

public static long getNumberOfSkinSurfaces()

dumpInfo

public static void dumpInfo()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.