ThresholdPoints
Introduction
vtkThresholdPoints - extracts points whose scalar value satisfies threshold criterion
vtkThresholdPoints is a filter that extracts points from a dataset that satisfy a threshold criterion. The criterion can take three forms:
- greater than a particular value; 2) less than a particular value; or
- between a particular value. The output of the filter is polygonal data.
Methods
extend
Method used to decorate a given object (publicAPI+model) with vtkThresholdPoints characteristics.
| Argument | Type | Required | Description |
|---|---|---|---|
publicAPI | Yes | object on which methods will be bounds (public) | |
model | Yes | object on which data structure will be bounds (protected) | |
initialValues | IThresholdPointsInitialValues | No | (default: {}) |
getCriterias
Get the desired precision for the output types.
newInstance
Method used to create a new instance of vtkThresholdPoints
| Argument | Type | Required | Description |
|---|---|---|---|
initialValues | IThresholdPointsInitialValues | No | for pre-setting some of its content |
requestData
| Argument | Type | Required | Description |
|---|---|---|---|
inData | Yes | ||
outData | Yes |
setCriterias
Set the desired precision for the output types.
| Argument | Type | Required | Description |
|---|---|---|---|
outputPointsPrecision | Yes |