hep.geant4.jni
Class G4PointMatrix

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

public class G4PointMatrix
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4PointMatrix()
           
G4PointMatrix(double[] arg0)
           
G4PointMatrix(int arg0, int arg1)
           
G4PointMatrix(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
 double get(int i, int j)
           
 int getCols()
           
static long getCPtr(G4PointMatrix obj)
           
 int getRows()
           
 void put(int i, int j, double x)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4PointMatrix

public G4PointMatrix(long cPtr,
                     boolean cMemoryOwn)

G4PointMatrix

public G4PointMatrix()

G4PointMatrix

public G4PointMatrix(int arg0,
                     int arg1)

G4PointMatrix

public G4PointMatrix(double[] arg0)
Method Detail

getCPtr

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

getRows

public int getRows()

getCols

public int getCols()

put

public void put(int i,
                int j,
                double x)

get

public double get(int i,
                  int j)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.