 |
VTK
9.0.1
|
Go to the documentation of this file.
24 #ifndef vtkImageThreshold_h
25 #define vtkImageThreshold_h
27 #include "vtkImagingCoreModule.h"
40 void ThresholdByUpper(
double thresh);
45 void ThresholdByLower(
double thresh);
50 void ThresholdBetween(
double lower,
double upper);
65 void SetInValue(
double val);
66 vtkGetMacro(InValue,
double);
82 void SetOutValue(
double val);
83 vtkGetMacro(OutValue,
double);
90 vtkGetMacro(UpperThreshold,
double);
91 vtkGetMacro(LowerThreshold,
double);
98 vtkSetMacro(OutputScalarType,
int);
99 vtkGetMacro(OutputScalarType,
int);
130 int extent[6],
int id)
override;
virtual void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int extent[6], int threadId)
If the subclass does not define an Execute method, then the task will be broken up,...
~vtkImageThreshold() override
#define VTK_UNSIGNED_SHORT
void SetOutputScalarTypeToInt()
Generic filter that has one input.
void SetOutputScalarTypeToSignedChar()
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Subclasses can reimplement this method to collect information from their inputs and set information f...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetOutputScalarTypeToUnsignedInt()
topologically and geometrically regular array of data
a simple class to control print indentation
#define VTK_UNSIGNED_CHAR
void SetOutputScalarTypeToDouble()
void SetOutputScalarTypeToLong()
#define VTK_UNSIGNED_LONG
static vtkAlgorithm * New()
void SetOutputScalarTypeToFloat()
void SetOutputScalarTypeToUnsignedShort()
void SetOutputScalarTypeToShort()
void SetOutputScalarTypeToChar()
void SetOutputScalarTypeToUnsignedLong()
void SetOutputScalarTypeToUnsignedChar()