hep.geant4.jni
Class G4Point3DVector
java.lang.Object
hep.geant4.jni.G4Point3DVector
- Direct Known Subclasses:
- G4Point3DList
public class G4Point3DVector
- extends Object
swigCMemOwn
protected boolean swigCMemOwn
G4Point3DVector
public G4Point3DVector(long cPtr,
boolean cMemoryOwn)
G4Point3DVector
public G4Point3DVector()
G4Point3DVector
public G4Point3DVector(long n)
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.