#include <vtkImageMapToIntensities.h>
Inheritance diagram for vtkImageMapToIntensities:
vtkImageMapToIntensities is a filter that sets to zero pixels/voxels that have scalar values over a specified threshold but do not have horizontal/vertical neighborhood pixels with scalar values over the respective thresholds
Definition at line 42 of file vtkImageMapToIntensities.h.
void | SetIntensityTransferFunction (vtkIntensityTransferFunction *itf) |
static vtkImageMapToIntensities * | New () |
Public Types | |
typedef vtkThreadedImageAlgorithm | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual vtkIntensityTransferFunction * | GetIntensityTransferFunction () |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkImageMapToIntensities * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkImageMapToIntensities () | |
~vtkImageMapToIntensities () | |
void | ThreadedRequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int ext[6], int id) |
virtual int | FillInputPortInformation (int, vtkInformation *) |
Protected Attributes | |
vtkIntensityTransferFunction * | IntensityTransferFunction |
Reimplemented from vtkThreadedImageAlgorithm.
Definition at line 45 of file vtkImageMapToIntensities.h.
vtkImageMapToIntensities::vtkImageMapToIntensities | ( | ) | [protected] |
vtkImageMapToIntensities::~vtkImageMapToIntensities | ( | ) | [inline, protected] |
Definition at line 66 of file vtkImageMapToIntensities.h.
virtual const char* vtkImageMapToIntensities::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkThreadedImageAlgorithm.
static int vtkImageMapToIntensities::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 vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkThreadedImageAlgorithm.
virtual int vtkImageMapToIntensities::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 vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkThreadedImageAlgorithm.
static vtkImageMapToIntensities* vtkImageMapToIntensities::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkThreadedImageAlgorithm.
void vtkImageMapToIntensities::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 vtkThreadedImageAlgorithm.
static vtkImageMapToIntensities* vtkImageMapToIntensities::New | ( | ) | [static] |
Construct object to extract all of the input data.
Reimplemented from vtkAlgorithm.
void vtkImageMapToIntensities::SetIntensityTransferFunction | ( | vtkIntensityTransferFunction * | itf | ) | [inline] |
virtual vtkIntensityTransferFunction* vtkImageMapToIntensities::GetIntensityTransferFunction | ( | ) | [virtual] |
void vtkImageMapToIntensities::ThreadedRequestData | ( | vtkInformation * | request, | |
vtkInformationVector ** | inputVector, | |||
vtkInformationVector * | outputVector, | |||
vtkImageData *** | inData, | |||
vtkImageData ** | outData, | |||
int | ext[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 vtkThreadedImageAlgorithm.
virtual int vtkImageMapToIntensities::FillInputPortInformation | ( | int | , | |
vtkInformation * | ||||
) | [protected, virtual] |
Fill the input port information objects for this algorithm. This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle.
Reimplemented from vtkImageAlgorithm.
Definition at line 80 of file vtkImageMapToIntensities.h.