public class DepthMaps
extends java.lang.Object
implements java.lang.AutoCloseable
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
DepthMaps(DepthMaps depth_maps) |
protected |
DepthMaps(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
delete() |
protected void |
finalize() |
java.util.Optional<Chunk> |
getChunk()
Chunk container, may be null.
|
protected static long |
getCPtr(DepthMaps obj) |
java.util.Optional<DepthMap> |
getDepthMap(int camera)
Depth map for the camera, may be null.
|
int |
getKey()
Depth maps identifier.
|
java.lang.String |
getLabel()
Depth maps label.
|
java.util.Map<java.lang.String,java.lang.String> |
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(java.util.Map<java.lang.String,java.lang.String> meta)
Depth maps meta data.
|
protected DepthMaps(long cPtr, boolean cMemoryOwn)
public DepthMaps(DepthMaps depth_maps)
protected static long getCPtr(DepthMaps obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public void close()
close
in interface java.lang.AutoCloseable
public int getKey()
public java.util.Optional<Chunk> getChunk()
public void setLabel(java.lang.String label)
public java.lang.String getLabel()
public void setDepthMap(int camera, DepthMap depth_map)
public java.util.Optional<DepthMap> getDepthMap(int camera)
public java.lang.String getPath()
public void setMeta(java.util.Map<java.lang.String,java.lang.String> meta)
public java.util.Map<java.lang.String,java.lang.String> getMeta()