public class BuildContours extends Task
Task.TaskTargetswigCMemOwn| Modifier | Constructor and Description |
|---|---|
|
BuildContours() |
protected |
BuildContours(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(BuildContours obj) |
double |
getInterval()
Contour interval.
|
double |
getMaxValue()
Maximum value of contour range.
|
double |
getMinValue()
Minimum value of contour range.
|
boolean |
getPreventIntersections()
Prevent contour intersections.
|
DataSource |
getSourceData()
Source data for contour generation.
|
void |
setInterval(double value)
Contour interval.
|
void |
setMaxValue(double value)
Maximum value of contour range.
|
void |
setMinValue(double value)
Minimum value of contour range.
|
void |
setPreventIntersections(boolean value)
Prevent contour intersections.
|
void |
setSourceData(DataSource value)
Source data for contour generation.
|
apply, apply, getCPtr, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, isGPUSupported, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTaskprotected BuildContours(long cPtr,
boolean cMemoryOwn)
public BuildContours()
protected static long getCPtr(BuildContours obj)
public void setInterval(double value)
public double getInterval()
public void setMaxValue(double value)
public double getMaxValue()
public void setMinValue(double value)
public double getMinValue()
public void setPreventIntersections(boolean value)
public boolean getPreventIntersections()
public void setSourceData(DataSource value)
public DataSource getSourceData()