public class Int2DMatrix extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
Int2DMatrix(int[][] arr) |
|
Int2DMatrix(int row,
int col) |
protected |
Int2DMatrix(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
int[][] |
asArray() |
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(Int2DMatrix obj) |
int |
getNcol() |
int |
getNrow() |
String |
toString() |
protected Int2DMatrix(long cPtr, boolean cMemoryOwn)
public Int2DMatrix(int row, int col)
public Int2DMatrix(int[][] arr)
protected static long getCPtr(Int2DMatrix obj)
public void delete()
public int getNrow()
public int getNcol()
public int[][] asArray()
Copyright © 2015–2022 FLIMLib. All rights reserved.