|
SIVIC API
0.9.26
|
#include <svkMrsImageFourierCenter.h>
Public Types | |
| enum | ShiftDomain { SPECTRAL = 0, SPATIAL } |
| enum | ShiftDirection { FORWARD = 0, REVERSE } |
Public Member Functions | |
| vtkTypeMacro (svkMrsImageFourierCenter, svkImageInPlaceFilter) | |
| void | SetShiftDomain (ShiftDomain domain) |
| void | SetShiftDirection (ShiftDirection direction) |
Public Member Functions inherited from svkImageInPlaceFilter | |
| vtkTypeMacro (svkImageInPlaceFilter, vtkImageInPlaceFilter) | |
| svkImageData * | GetOutput () |
| svkImageData * | GetOutput (int port) |
| svkImageData * | GetImageDataInput (int port) |
Static Public Member Functions | |
| static svkMrsImageFourierCenter * | New () |
Protected Member Functions | |
| svkMrsImageFourierCenter () | |
| ~svkMrsImageFourierCenter () | |
| virtual int | FillInputPortInformation (int port, vtkInformation *info) |
| virtual int | RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
Protected Member Functions inherited from svkImageInPlaceFilter | |
| svkImageInPlaceFilter () | |
| ~svkImageInPlaceFilter () | |
| virtual int | FillOutputPortInformation (int vtkNotUsed(port), vtkInformation *info) |
| virtual int | FillInputPortInformation (int vtkNotUsed(port), vtkInformation *info) |
Applies a circular shift to the specified domain (SPATIAL or SPECTRAL) and in the specified direction (FORWARD, REVERSE).
| enum ShiftDirection |
| enum ShiftDomain |
|
protected |
Constructor. Initialize any member variables.
References svkMrsImageFourierCenter::FORWARD, and svkMrsImageFourierCenter::SPATIAL.
|
protected |
Clean up any allocated member variables.
|
protectedvirtual |
Set the input data type to svkMrsImageData.
|
static |
|
protectedvirtual |
This method is called during pipeline execution. This is where you should implement your algorithm.
References svkMrsImageFourierCenter::SPATIAL, and svkMrsImageFourierCenter::SPECTRAL.
| void SetShiftDirection | ( | ShiftDirection | direction | ) |
| void SetShiftDomain | ( | ShiftDomain | domain | ) |
| vtkTypeMacro | ( | svkMrsImageFourierCenter | , |
| svkImageInPlaceFilter | |||
| ) |
1.8.5