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