public class DictValue extends Object
Modifier and Type | Field and Description |
---|---|
protected long |
nativeObj |
Modifier | Constructor and Description |
---|---|
|
DictValue(double p) |
|
DictValue(int i) |
protected |
DictValue(long addr) |
|
DictValue(String s) |
Modifier and Type | Method and Description |
---|---|
static DictValue |
__fromPtr__(long addr) |
protected void |
finalize() |
int |
getIntValue() |
int |
getIntValue(int idx) |
long |
getNativeObjAddr() |
double |
getRealValue() |
double |
getRealValue(int idx) |
String |
getStringValue() |
String |
getStringValue(int idx) |
boolean |
isInt() |
boolean |
isReal() |
boolean |
isString() |
protected DictValue(long addr)
public DictValue(String s)
public DictValue(double p)
public DictValue(int i)
public long getNativeObjAddr()
public static DictValue __fromPtr__(long addr)
public String getStringValue(int idx)
public String getStringValue()
public boolean isInt()
public boolean isReal()
public boolean isString()
public double getRealValue(int idx)
public double getRealValue()
public int getIntValue(int idx)
public int getIntValue()
Generated on Wed Oct 9 2019 23:24:43 UTC / OpenCV 4.1.2