extracts points whose scalar value satisfies threshold criterion
More...
#include <vtkThresholdPoints.h>
Inherits vtkPolyDataAlgorithm.
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 3) between a particular value. The output of the filter is polygonal data.
- See Also
- vtkThreshold
- Examples:
- vtkThresholdPoints (Examples)
- Tests:
- vtkThresholdPoints (Tests)
Definition at line 38 of file vtkThresholdPoints.h.
vtkThresholdPoints::vtkThresholdPoints |
( |
| ) |
|
|
protected |
vtkThresholdPoints::~vtkThresholdPoints |
( |
| ) |
|
|
inlineprotected |
static int vtkThresholdPoints::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkThresholdPoints::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkThresholdPoints::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkThresholdPoints::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
void vtkThresholdPoints::ThresholdByLower |
( |
double |
lower | ) |
|
Criterion is cells whose scalars are less or equal to lower threshold.
void vtkThresholdPoints::ThresholdByUpper |
( |
double |
upper | ) |
|
Criterion is cells whose scalars are greater or equal to upper threshold.
void vtkThresholdPoints::ThresholdBetween |
( |
double |
lower, |
|
|
double |
upper |
|
) |
| |
Criterion is cells whose scalars are between lower and upper thresholds (inclusive of the end values).
virtual void vtkThresholdPoints::SetUpperThreshold |
( |
double |
| ) |
|
|
virtual |
Set/Get the upper threshold.
virtual double vtkThresholdPoints::GetUpperThreshold |
( |
| ) |
|
|
virtual |
Set/Get the upper threshold.
virtual void vtkThresholdPoints::SetLowerThreshold |
( |
double |
| ) |
|
|
virtual |
Set/Get the lower threshold.
virtual double vtkThresholdPoints::GetLowerThreshold |
( |
| ) |
|
|
virtual |
Set/Get the lower threshold.
virtual int vtkThresholdPoints::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
virtual int vtkThresholdPoints::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protectedvirtual |
int vtkThresholdPoints::Lower |
( |
double |
s | ) |
|
|
inlineprotected |
int vtkThresholdPoints::Upper |
( |
double |
s | ) |
|
|
inlineprotected |
int vtkThresholdPoints::Between |
( |
double |
s | ) |
|
|
inlineprotected |
double vtkThresholdPoints::LowerThreshold |
|
protected |
double vtkThresholdPoints::UpperThreshold |
|
protected |
int(vtkThresholdPoints::* vtkThresholdPoints::ThresholdFunction)(double s) |
|
protected |
The documentation for this class was generated from the following file: