#include <vtkImageThreshold.h>
Inheritance diagram for vtkImageThreshold:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | ThresholdByUpper (float thresh) |
void | ThresholdByLower (float thresh) |
void | ThresholdBetween (float lower, float upper) |
virtual void | SetReplaceIn (int) |
virtual int | GetReplaceIn () |
virtual void | ReplaceInOn () |
virtual void | ReplaceInOff () |
void | SetInValue (float val) |
virtual float | GetInValue () |
virtual void | SetReplaceOut (int) |
virtual int | GetReplaceOut () |
virtual void | ReplaceOutOn () |
virtual void | ReplaceOutOff () |
void | SetOutValue (float val) |
virtual float | GetOutValue () |
virtual float | GetUpperThreshold () |
virtual float | GetLowerThreshold () |
virtual void | SetOutputScalarType (int) |
virtual int | GetOutputScalarType () |
void | SetOutputScalarTypeToDouble () |
void | SetOutputScalarTypeToFloat () |
void | SetOutputScalarTypeToLong () |
void | SetOutputScalarTypeToUnsignedLong () |
void | SetOutputScalarTypeToInt () |
void | SetOutputScalarTypeToUnsignedInt () |
void | SetOutputScalarTypeToShort () |
void | SetOutputScalarTypeToUnsignedShort () |
void | SetOutputScalarTypeToChar () |
void | SetOutputScalarTypeToUnsignedChar () |
Static Public Methods | |
vtkImageThreshold * | New () |
int | IsTypeOf (const char *type) |
vtkImageThreshold * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkImageThreshold () | |
~vtkImageThreshold () | |
vtkImageThreshold (const vtkImageThreshold &) | |
void | operator= (const vtkImageThreshold &) |
void | ExecuteInformation (vtkImageData *inData, vtkImageData *outData) |
void | ExecuteInformation () |
void | ThreadedExecute (vtkImageData *inData, vtkImageData *outData, int extent[6], int id) |
Protected Attributes | |
float | UpperThreshold |
float | LowerThreshold |
int | ReplaceIn |
float | InValue |
int | ReplaceOut |
float | OutValue |
int | OutputScalarType |
Definition at line 61 of file vtkImageThreshold.h.
|
|
|
Definition at line 125 of file vtkImageThreshold.h. |
|
Definition at line 126 of file vtkImageThreshold.h. |
|
Instantiate object with no start, end, or progress methods. Reimplemented from vtkImageToImageFilter. |
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkImageToImageFilter. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkImageToImageFilter. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkImageToImageFilter. |
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkImageToImageFilter. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkImageToImageFilter. |
|
The values greater than or equal to the value match. |
|
The values less than or equal to the value match. |
|
The values in a range (inclusive) match |
|
Determines whether to replace the pixel in range with InValue |
|
|
|
|
|
|
|
Replace the in range pixels with this value. |
|
|
|
Determines whether to replace the pixel out of range with OutValue |
|
|
|
|
|
|
|
Replace the in range pixels with this value. |
|
|
|
Get the Upper and Lower thresholds. |
|
|
|
Set the desired output scalar type to cast to |
|
|
|
Definition at line 102 of file vtkImageThreshold.h. |
|
Definition at line 104 of file vtkImageThreshold.h. |
|
Definition at line 106 of file vtkImageThreshold.h. |
|
Definition at line 108 of file vtkImageThreshold.h. |
|
Definition at line 110 of file vtkImageThreshold.h. |
|
Definition at line 112 of file vtkImageThreshold.h. |
|
Definition at line 114 of file vtkImageThreshold.h. |
|
Definition at line 116 of file vtkImageThreshold.h. |
|
Definition at line 118 of file vtkImageThreshold.h. |
|
Definition at line 120 of file vtkImageThreshold.h. |
|
Definition at line 127 of file vtkImageThreshold.h. |
|
Reimplemented from vtkImageToImageFilter. |
|
Reimplemented from vtkImageToImageFilter. Definition at line 139 of file vtkImageThreshold.h. |
|
If the subclass does not define an Execute method, then the task will be broken up, multiple threads will be spawned, and each thread will call this method. It is public so that the thread functions can call this method. Reimplemented from vtkImageToImageFilter. |
|
Definition at line 129 of file vtkImageThreshold.h. |
|
Definition at line 130 of file vtkImageThreshold.h. |
|
Definition at line 131 of file vtkImageThreshold.h. |
|
Definition at line 132 of file vtkImageThreshold.h. |
|
Definition at line 133 of file vtkImageThreshold.h. |
|
Definition at line 134 of file vtkImageThreshold.h. |
|
Definition at line 136 of file vtkImageThreshold.h. |