hep.geant4.jni
Class G4LogicalSurface

java.lang.Object
  extended by hep.geant4.jni.G4LogicalSurface
Direct Known Subclasses:
G4LogicalBorderSurface, G4LogicalSkinSurface

public class G4LogicalSurface
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4LogicalSurface(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4LogicalSurface obj)
           
 String getName()
           
 G4SurfaceProperty getSurfaceProperty()
           
 void setName(String name)
           
 void setSurfaceProperty(G4SurfaceProperty ptrSurfaceProperty)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4LogicalSurface

public G4LogicalSurface(long cPtr,
                        boolean cMemoryOwn)
Method Detail

getCPtr

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

getSurfaceProperty

public G4SurfaceProperty getSurfaceProperty()

setSurfaceProperty

public void setSurfaceProperty(G4SurfaceProperty ptrSurfaceProperty)

getName

public String getName()

setName

public void setName(String name)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.