Go to the documentation of this file.
26 #ifndef vtkImageThreshold_h
27 #define vtkImageThreshold_h
90 {this->SetOutputScalarType(
VTK_LONG);}
94 {this->SetOutputScalarType(
VTK_INT);}
102 {this->SetOutputScalarType(
VTK_CHAR);}
void ThresholdByUpper(double thresh)
void SetOutValue(double val)
static vtkImageThreshold * New()
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
#define VTK_UNSIGNED_SHORT
void SetOutputScalarTypeToInt()
#define vtkTypeMacro(thisClass, superclass)
Generic filter that has one input..
void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int extent[6], int id)
void SetInValue(double val)
void SetOutputScalarTypeToSignedChar()
void SetOutputScalarTypeToUnsignedInt()
void PrintSelf(ostream &os, vtkIndent indent)
topologically and geometrically regular array of data
a simple class to control print indentation
#define VTK_UNSIGNED_CHAR
void ThresholdBetween(double lower, double upper)
#define vtkGetMacro(name, type)
void SetOutputScalarTypeToDouble()
void SetOutputScalarTypeToLong()
#define VTK_UNSIGNED_LONG
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
void SetOutputScalarTypeToFloat()
void SetOutputScalarTypeToUnsignedShort()
#define VTKIMAGINGCORE_EXPORT
void ThresholdByLower(double thresh)
void SetOutputScalarTypeToShort()
void SetOutputScalarTypeToChar()
void SetOutputScalarTypeToUnsignedLong()
void SetOutputScalarTypeToUnsignedChar()