hep.geant4.jni
Class G4OsloMatrix

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

public class G4OsloMatrix
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4OsloMatrix()
           
G4OsloMatrix(int vec_size, int offsetparam, int osizeparam)
           
G4OsloMatrix(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4OsloMatrix obj)
           
 G4KnotVector getKnotVector()
           
 G4OsloMatrix getNextNode()
           
 int getOffset()
           
 int getSize()
           
 void setKnotVector(G4KnotVector arg0)
           
 void setNextNode(G4OsloMatrix arg0)
           
 void setOffset(int arg0)
           
 void setSize(int arg0)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4OsloMatrix

public G4OsloMatrix(long cPtr,
                    boolean cMemoryOwn)

G4OsloMatrix

public G4OsloMatrix()

G4OsloMatrix

public G4OsloMatrix(int vec_size,
                    int offsetparam,
                    int osizeparam)
Method Detail

getCPtr

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

getOffset

public int getOffset()

getSize

public int getSize()

getNextNode

public G4OsloMatrix getNextNode()

getKnotVector

public G4KnotVector getKnotVector()

setOffset

public void setOffset(int arg0)

setSize

public void setSize(int arg0)

setNextNode

public void setNextNode(G4OsloMatrix arg0)

setKnotVector

public void setKnotVector(G4KnotVector arg0)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.