Main Page   Class Hierarchy   Alphabetical List   Compound List   Compound Members   Related Pages  

vtkImageThreshold Class Reference

Flexible threshold. More...

#include <vtkImageThreshold.h>

Inheritance diagram for vtkImageThreshold:

Inheritance graph
[legend]
Collaboration diagram for vtkImageThreshold:

Collaboration graph
[legend]
List of all members.

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

Detailed Description

Flexible threshold.

Date:
2000/12/10 20:09:11
Revision:
1.27
Thanks:
Thanks to C. Charles Law who developed this class.
vtkImageThreshold Can do binary or continuous thresholding for lower, upper or a range of data. The output data type may be different than the output, but defaults to the same type.
Examples:
vtkImageThreshold (examples)


Member Function Documentation

virtual const char* vtkImageThreshold::GetClassName   [virtual]
 

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.

virtual float vtkImageThreshold::GetUpperThreshold   [virtual]
 

Get the Upper and Lower thresholds.

virtual int vtkImageThreshold::IsA const char *    type [virtual]
 

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.

int vtkImageThreshold::IsTypeOf const char *    type [static]
 

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.

vtkImageThreshold* vtkImageThreshold::New   [static]
 

Instantiate object with no start, end, or progress methods.

Reimplemented from vtkImageToImageFilter.

void vtkImageThreshold::PrintSelf ostream &    os,
vtkIndent    indent
[virtual]
 

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.

vtkImageThreshold* vtkImageThreshold::SafeDownCast vtkObject   o [static]
 

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.

void vtkImageThreshold::SetInValue float    val
 

Replace the in range pixels with this value.

virtual void vtkImageThreshold::SetOutputScalarType int    [virtual]
 

Set the desired output scalar type to cast to

void vtkImageThreshold::SetOutValue float    val
 

Replace the in range pixels with this value.

virtual void vtkImageThreshold::SetReplaceIn int    [virtual]
 

Determines whether to replace the pixel in range with InValue

virtual void vtkImageThreshold::SetReplaceOut int    [virtual]
 

Determines whether to replace the pixel out of range with OutValue

void vtkImageThreshold::ThreadedExecute vtkImageData   inData,
vtkImageData   outData,
int    extent[6],
int    id
[protected, virtual]
 

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.

void vtkImageThreshold::ThresholdBetween float    lower,
float    upper
 

The values in a range (inclusive) match

void vtkImageThreshold::ThresholdByLower float    thresh
 

The values less than or equal to the value match.

void vtkImageThreshold::ThresholdByUpper float    thresh
 

The values greater than or equal to the value match.


The documentation for this class was generated from the following file:
Generated on Tue Mar 19 13:27:04 2002 for VTK by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002