Skip to content

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:

  1. greater than a particular value; 2) less than a particular value; or
  2. 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.

ArgumentTypeRequiredDescription
publicAPIYesobject on which methods will be bounds (public)
modelYesobject on which data structure will be bounds (protected)
initialValuesIThresholdPointsInitialValuesNo(default: {})

getCriterias

Get the desired precision for the output types.

newInstance

Method used to create a new instance of vtkThresholdPoints

ArgumentTypeRequiredDescription
initialValuesIThresholdPointsInitialValuesNofor pre-setting some of its content

requestData

ArgumentTypeRequiredDescription
inDataYes
outDataYes

setCriterias

Set the desired precision for the output types.

ArgumentTypeRequiredDescription
outputPointsPrecisionYes