SIVIC API
0.9.26
|
#include <svkImageMapToColors.h>
Public Member Functions | |
vtkTypeMacro (svkImageMapToColors, vtkImageMapToColors) | |
Static Public Member Functions | |
static svkImageMapToColors * | New () |
Protected Member Functions | |
svkImageMapToColors () | |
Constructor. More... | |
~svkImageMapToColors () | |
Destructor. More... | |
int | RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
virtual int | FillOutputPortInformation (int vtkNotUsed(port), vtkInformation *info) |
This class is designed to be a an svk replacement for vtkImageMapToColors. The only differences are that this class will instantiate an svkImageData object for output, and it will copy the dcos of the input on GetOutput().
|
protected |
Constructor.
References svkMriImageData::NewObject().
|
protected |
Destructor.
|
protectedvirtual |
Default output type is same concrete sub class type as the input data. Override with specific concrete type in sub-class if necessary.
|
static |
|
protected |
We just need to make sure the dcos is copied here.
vtkTypeMacro | ( | svkImageMapToColors | , |
vtkImageMapToColors | |||
) |