SIVIC API
0.9.26
|
#include <svkImageMapToWindowLevelColors.h>
Public Member Functions | |
vtkTypeMacro (svkImageMapToWindowLevelColors, vtkImageMapToWindowLevelColors) | |
svkImageData * | GetImageDataInput (int port) |
Static Public Member Functions | |
static svkImageMapToWindowLevelColors * | New () |
Protected Member Functions | |
svkImageMapToWindowLevelColors () | |
Constructor. More... | |
~svkImageMapToWindowLevelColors () | |
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 vtkImageMapToWindowLevelColors. 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.
svkImageData * GetImageDataInput | ( | int | port | ) |
|
static |
Referenced by svkImageViewer2::svkImageViewer2().
|
protected |
We just need to make sure the dcos is copied here.
vtkTypeMacro | ( | svkImageMapToWindowLevelColors | , |
vtkImageMapToWindowLevelColors | |||
) |