#include <vtkImageColorMerge.h>
Inheritance diagram for vtkImageColorMerge:
vtkImageColorMerge takes the components from multiple inputs and merges them into one output. The output images are Merge along the "MergeAxis". Except for the Merge axis, all inputs must have the same extent. All inputs must have the same number of scalar components. A future extension might be to pad or clip inputs to have the same extent. The output has the same origin and spacing as the first input. The origin and spacing of all other inputs are ignored. All inputs must have the same scalar type.
Definition at line 45 of file vtkImageColorMerge.h.
vtkImageColorMerge::vtkImageColorMerge | ( | ) | [protected] |
vtkImageColorMerge::~vtkImageColorMerge | ( | ) | [protected] |
static vtkImageColorMerge* vtkImageColorMerge::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkAlgorithm.
virtual const char* vtkImageColorMerge::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkThreadedImageAlgorithm.
static int vtkImageColorMerge::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 vtkImageColorMerge::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 vtkImageColorMerge* vtkImageColorMerge::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkThreadedImageAlgorithm.
void vtkImageColorMerge::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.
vtkColorTransferFunction* vtkImageColorMerge::GetColorTransferFunction | ( | int | i | ) | [inline] |
Definition at line 52 of file vtkImageColorMerge.h.
vtkIntensityTransferFunction* vtkImageColorMerge::GetIntensityTransferFunction | ( | int | i | ) | [inline] |
Definition at line 53 of file vtkImageColorMerge.h.
void vtkImageColorMerge::AddLookupTable | ( | vtkColorTransferFunction * | ctf | ) | [inline] |
void vtkImageColorMerge::AddIntensityTransferFunction | ( | vtkIntensityTransferFunction * | itf | ) | [inline] |
virtual int vtkImageColorMerge::GetITFCount | ( | ) | [virtual] |
virtual int vtkImageColorMerge::GetCTFCount | ( | ) | [virtual] |
virtual void vtkImageColorMerge::BuildAlphaOn | ( | ) | [virtual] |
virtual void vtkImageColorMerge::BuildAlphaOff | ( | ) | [virtual] |
virtual void vtkImageColorMerge::SetBuildAlpha | ( | int | ) | [virtual] |
virtual int vtkImageColorMerge::GetBuildAlpha | ( | ) | [virtual] |
virtual void vtkImageColorMerge::MaximumModeOn | ( | ) | [virtual] |
In the maximum mode, the alpha channel value will be the largest scalar value in a particular voxel
virtual void vtkImageColorMerge::MaximumModeOff | ( | ) | [virtual] |
In the maximum mode, the alpha channel value will be the largest scalar value in a particular voxel
virtual void vtkImageColorMerge::SetMaximumMode | ( | int | ) | [virtual] |
In the maximum mode, the alpha channel value will be the largest scalar value in a particular voxel
virtual int vtkImageColorMerge::GetMaximumMode | ( | ) | [virtual] |
In the maximum mode, the alpha channel value will be the largest scalar value in a particular voxel
virtual void vtkImageColorMerge::LuminanceModeOn | ( | ) | [virtual] |
In the maximum mode, the alpha channel value will be the largest scalar value in a particular voxel
virtual void vtkImageColorMerge::LuminanceModeOff | ( | ) | [virtual] |
In the maximum mode, the alpha channel value will be the largest scalar value in a particular voxel
virtual void vtkImageColorMerge::SetLuminanceMode | ( | int | ) | [virtual] |
In the maximum mode, the alpha channel value will be the largest scalar value in a particular voxel
virtual int vtkImageColorMerge::GetLuminanceMode | ( | ) | [virtual] |
In the maximum mode, the alpha channel value will be the largest scalar value in a particular voxel
virtual void vtkImageColorMerge::AverageModeOn | ( | ) | [virtual] |
In the maximum mode, the alpha channel value will be the largest scalar value in a particular voxel
virtual void vtkImageColorMerge::AverageModeOff | ( | ) | [virtual] |
In the maximum mode, the alpha channel value will be the largest scalar value in a particular voxel
virtual void vtkImageColorMerge::SetAverageMode | ( | int | ) | [virtual] |
In the maximum mode, the alpha channel value will be the largest scalar value in a particular voxel
virtual int vtkImageColorMerge::GetAverageMode | ( | ) | [virtual] |
In the maximum mode, the alpha channel value will be the largest scalar value in a particular voxel
virtual void vtkImageColorMerge::SetAverageThreshold | ( | int | ) | [virtual] |
virtual int vtkImageColorMerge::GetAverageThreshold | ( | ) | [virtual] |
virtual int vtkImageColorMerge::RequestInformation | ( | vtkInformation * | , | |
vtkInformationVector ** | , | |||
vtkInformationVector * | ||||
) | [protected, virtual] |
Reimplemented from vtkImageAlgorithm.
void vtkImageColorMerge::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 vtkImageColorMerge::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.
void vtkImageColorMerge::InitOutput | ( | int | outExt[6], | |
vtkImageData * | outData | |||
) | [protected] |
void vtkImageColorMerge::ClearItfs | ( | ) | [protected] |