public class BuildModel extends Task
Task.TaskTarget
swigCMemOwn
Constructor and Description |
---|
BuildModel() |
Modifier and Type | Method and Description |
---|---|
CoordinateSystem |
getBlocksCrs()
Blocks grid coordinate system.
|
Vector |
getBlocksOrigin()
Blocks grid origin.
|
double |
getBlocksSize()
Blocks size in coordinate system units.
|
boolean |
getBuildTexture()
Generate preview textures.
|
int[] |
getCameras()
List of cameras to process.
|
int[] |
getClasses()
List of point classes to be used for surface extraction.
|
boolean |
getClipToBoundary()
Clip to boundary shapes.
|
boolean |
getExportBlocks()
Export completed blocks.
|
FaceCount |
getFaceCount()
Target face count.
|
int |
getFaceCountCustom()
Custom face count.
|
int[] |
getFrames()
List of frames to process.
|
Interpolation |
getInterpolation()
Interpolation mode.
|
boolean |
getKeepDepth()
Enable store depth maps option.
|
int |
getMaxWorkgroupSize()
Maximum workgroup size.
|
java.lang.String |
getOutputFolder()
Path to output folder.
|
boolean |
getReplaceAsset()
Replace default asset with generated model.
|
DataSource |
getSourceData()
Selects between point cloud, tie points, depth maps and laser scans.
|
boolean |
getSplitInBlocks()
Split model in blocks.
|
boolean |
getSubdivideTask()
Enable fine-level task subdivision.
|
SurfaceType |
getSurfaceType()
Type of object to be reconstructed.
|
int |
getTrimmingRadius()
Trimming radius (no trimming if zero).
|
boolean |
getVertexColors()
Enable vertex colors calculation.
|
boolean |
getVertexConfidence()
Enable vertex confidence calculation.
|
boolean |
getVolumetricMasks()
Enable strict volumetric masking.
|
int |
getWorkitemSizeCameras()
Number of cameras in a workitem.
|
void |
setBlocksCrs(CoordinateSystem value)
Blocks grid coordinate system.
|
void |
setBlocksOrigin(Vector value)
Blocks grid origin.
|
void |
setBlocksSize(double value)
Blocks size in coordinate system units.
|
void |
setBuildTexture(boolean value)
Generate preview textures.
|
void |
setCameras(int[] value)
List of cameras to process.
|
void |
setClasses(int[] value)
List of point classes to be used for surface extraction.
|
void |
setClipToBoundary(boolean value)
Clip to boundary shapes.
|
void |
setExportBlocks(boolean value)
Export completed blocks.
|
void |
setFaceCount(FaceCount value)
Target face count.
|
void |
setFaceCountCustom(int value)
Custom face count.
|
void |
setFrames(int[] value)
List of frames to process.
|
void |
setInterpolation(Interpolation value)
Interpolation mode.
|
void |
setKeepDepth(boolean value)
Enable store depth maps option.
|
void |
setMaxWorkgroupSize(int value)
Maximum workgroup size.
|
void |
setOutputFolder(java.lang.String value)
Path to output folder.
|
void |
setReplaceAsset(boolean value)
Replace default asset with generated model.
|
void |
setSourceData(DataSource value)
Selects between point cloud, tie points, depth maps and laser scans.
|
void |
setSplitInBlocks(boolean value)
Split model in blocks.
|
void |
setSubdivideTask(boolean value)
Enable fine-level task subdivision.
|
void |
setSurfaceType(SurfaceType value)
Type of object to be reconstructed.
|
void |
setTrimmingRadius(int value)
Trimming radius (no trimming if zero).
|
void |
setVertexColors(boolean value)
Enable vertex colors calculation.
|
void |
setVertexConfidence(boolean value)
Enable vertex confidence calculation.
|
void |
setVolumetricMasks(boolean value)
Enable strict volumetric masking.
|
void |
setWorkitemSizeCameras(int value)
Number of cameras in a workitem.
|
apply, apply, close, delete, finalize, getCPtr, getGpuSupport, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTask
public void setBlocksCrs(CoordinateSystem value)
public CoordinateSystem getBlocksCrs()
public void setBlocksOrigin(Vector value)
public Vector getBlocksOrigin()
public void setBlocksSize(double value)
public double getBlocksSize()
public void setBuildTexture(boolean value)
public boolean getBuildTexture()
public void setCameras(int[] value)
public int[] getCameras()
public void setClasses(int[] value)
public int[] getClasses()
public void setClipToBoundary(boolean value)
public boolean getClipToBoundary()
public void setExportBlocks(boolean value)
public boolean getExportBlocks()
public void setFaceCount(FaceCount value)
public FaceCount getFaceCount()
public void setFaceCountCustom(int value)
public int getFaceCountCustom()
public void setFrames(int[] value)
public int[] getFrames()
public void setInterpolation(Interpolation value)
public Interpolation getInterpolation()
public void setKeepDepth(boolean value)
public boolean getKeepDepth()
public void setMaxWorkgroupSize(int value)
public int getMaxWorkgroupSize()
public void setOutputFolder(java.lang.String value)
public java.lang.String getOutputFolder()
public void setReplaceAsset(boolean value)
public boolean getReplaceAsset()
public void setSourceData(DataSource value)
public DataSource getSourceData()
public void setSplitInBlocks(boolean value)
public boolean getSplitInBlocks()
public void setSubdivideTask(boolean value)
public boolean getSubdivideTask()
public void setSurfaceType(SurfaceType value)
public SurfaceType getSurfaceType()
public void setTrimmingRadius(int value)
public int getTrimmingRadius()
public void setVertexColors(boolean value)
public boolean getVertexColors()
public void setVertexConfidence(boolean value)
public boolean getVertexConfidence()
public void setVolumetricMasks(boolean value)
public boolean getVolumetricMasks()
public void setWorkitemSizeCameras(int value)
public int getWorkitemSizeCameras()