Class jinaMat

java.lang.Object
  |
  +--jinaMat

public class jinaMat
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  jinaMat()
           
protected jinaMat(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(jinaMat obj)
           
 SWIGTYPE_p_p_double getEl()
           
 int getM()
           
 int getN()
           
 void setEl(SWIGTYPE_p_p_double el)
           
 void setM(int m)
           
 void setN(int n)
           
 
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

jinaMat

protected jinaMat(long cPtr,
                  boolean cMemoryOwn)

jinaMat

public jinaMat()
Method Detail

finalize

protected void finalize()
Overrides:
finalize in class java.lang.Object

delete

public void delete()

getCPtr

protected static long getCPtr(jinaMat obj)

setM

public void setM(int m)

getM

public int getM()

setN

public void setN(int n)

getN

public int getN()

setEl

public void setEl(SWIGTYPE_p_p_double el)

getEl

public SWIGTYPE_p_p_double getEl()