hep.geant4.jni
Class G4Point3DVector

java.lang.Object
  extended by hep.geant4.jni.G4Point3DVector
Direct Known Subclasses:
G4Point3DList

public class G4Point3DVector
extends Object


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

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4Point3DVector

public G4Point3DVector(long cPtr,
                       boolean cMemoryOwn)

G4Point3DVector

public G4Point3DVector()

G4Point3DVector

public G4Point3DVector(long n)
Method Detail

getCPtr

public static long getCPtr(G4Point3DVector obj)

finalize

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

delete

public void delete()

add

public void add(G4Point3D point)

isEmpty

public boolean isEmpty()

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(G4Point3D x)

get

public G4Point3D get(int i)

set

public void set(int i,
                G4Point3D x)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.