hep.geant4.jni
Class G4UnitsTable

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

public class G4UnitsTable
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4UnitsTable()
           
G4UnitsTable(long n)
           
G4UnitsTable(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 long capacity()
           
 void clear()
           
 void delete()
           
 boolean empty()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
 G4UnitsCategory get(int i)
           
static long getCPtr(G4UnitsTable obj)
           
 void pushBack(G4UnitsCategory x)
           
 void reserve(long n)
           
 void set(int i, G4UnitsCategory x)
           
 long size()
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4UnitsTable

public G4UnitsTable(long cPtr,
                    boolean cMemoryOwn)

G4UnitsTable

public G4UnitsTable()

G4UnitsTable

public G4UnitsTable(long n)
Method Detail

getCPtr

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

size

public long size()

capacity

public long capacity()

reserve

public void reserve(long n)

empty

public boolean empty()

clear

public void clear()

pushBack

public void pushBack(G4UnitsCategory x)

get

public G4UnitsCategory get(int i)

set

public void set(int i,
                G4UnitsCategory x)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.