public class DepthMaps
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Constructor and Description |
|---|
DepthMaps() |
DepthMaps(DepthMaps depth_maps) |
DepthMaps(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
static long[] |
cArrayUnwrap(DepthMaps[] arrayWrapper) |
static DepthMaps[] |
cArrayWrap(long[] cArray,
boolean cMemoryOwn) |
void |
delete() |
protected void |
finalize() |
Chunk |
getChunk()
Chunk container, may be null.
|
static long |
getCPtr(DepthMaps obj) |
DepthMap |
getDepthMap(int camera)
Depth map for the camera, may be null.
|
int |
getKey()
Depth maps identifier.
|
java.lang.String |
getLabel()
Depth maps label.
|
MetaData |
getMeta()
Depth maps meta data.
|
java.lang.String |
getPath()
Path to depth maps file.
|
void |
setDepthMap(int camera,
DepthMap depth_map)
Depth map for the camera, may be null.
|
void |
setLabel(java.lang.String label)
Depth maps label.
|
void |
setMeta(MetaData meta)
Depth maps meta data.
|
public DepthMaps(long cPtr,
boolean cMemoryOwn)
public DepthMaps()
public DepthMaps(DepthMaps depth_maps)
public static long getCPtr(DepthMaps obj)
protected void finalize()
finalize in class java.lang.Objectpublic void delete()
public static long[] cArrayUnwrap(DepthMaps[] arrayWrapper)
public static DepthMaps[] cArrayWrap(long[] cArray, boolean cMemoryOwn)
public int getKey()
public Chunk getChunk()
public void setLabel(java.lang.String label)
public java.lang.String getLabel()
public void setDepthMap(int camera,
DepthMap depth_map)
public DepthMap getDepthMap(int camera)
public java.lang.String getPath()
public void setMeta(MetaData meta)
public MetaData getMeta()