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