Class HalfHermitianToRealInverseFFTImageFilter
java.lang.Object
org.itk.simple.ProcessObject
org.itk.simple.ImageFilter
org.itk.simple.HalfHermitianToRealInverseFFTImageFilter
Base class for specialized complex-to-real inverse Fast Fourier Transform .
This is a base class for the "inverse" or "reverse" Discrete
Fourier Transform . This is an abstract base class: the actual implementation is
provided by the best child class available on the system when the
object is created via the object factory system.
The input to this filter is assumed to have the same format as the
output of the RealToHalfHermitianForwardFFTImageFilter . That is, the input is assumed to consist of roughly half the full
complex image resulting from a real-to-complex discrete Fourier
transform. This half is expected to be the first half of the image in
the X-dimension. Because this filter assumes that the input stores
only about half of the non-redundant complex pixels, the output is
larger in the X-dimension than it is in the input. To determine the
actual size of the output image, this filter needs additional
information in the form of a flag indicating whether the output image
has an odd size in the X-dimension. Use SetActualXDimensionIsOdd() to set this flag.
See:
ForwardFFTImageFilter , HalfHermitianToRealInverseFFTImageFilter
itk::simple::HalfHermitianToRealInverseFFT for the procedural interface
itk::HalfHermitianToRealInverseFFTImageFilter for the Doxygen on the original ITK class.
C++ includes: sitkHalfHermitianToRealInverseFFTImageFilter.h
-
Field Summary
Fields inherited from class ProcessObject
swigCMemOwn -
Constructor Summary
ConstructorsModifierConstructorDescriptionitk::simple::HalfHermitianToRealInverseFFTImageFilter::HalfHermitianToRealInverseFFTImageFilter() Default Constructor that takes no arguments and initializes default parametersprotectedHalfHermitianToRealInverseFFTImageFilter(long cPtr, boolean cMemoryOwn) -
Method Summary
Modifier and TypeMethodDescriptionvoidSelf& itk::simple::HalfHermitianToRealInverseFFTImageFilter::ActualXDimensionIsOddOff()voidSelf& itk::simple::HalfHermitianToRealInverseFFTImageFilter::ActualXDimensionIsOddOn() Set the value of ActualXDimensionIsOdd to true or false respectfully.voiddelete()virtual itk::simple::HalfHermitianToRealInverseFFTImageFilter::~HalfHermitianToRealInverseFFTImageFilter() DestructorImage itk::simple::HalfHermitianToRealInverseFFTImageFilter::Execute(const Image &image1) Execute the filter on the input imageprotected voidfinalize()booleanbool itk::simple::HalfHermitianToRealInverseFFTImageFilter::GetActualXDimensionIsOdd() const Was the original truncated dimension size odd?protected static longgetName()std::string itk::simple::HalfHermitianToRealInverseFFTImageFilter::GetName() const Name of this classvoidsetActualXDimensionIsOdd(boolean ActualXDimensionIsOdd) Self& itk::simple::HalfHermitianToRealInverseFFTImageFilter::SetActualXDimensionIsOdd(bool ActualXDimensionIsOdd) Was the original truncated dimension size odd?protected static longtoString()std::string itk::simple::HalfHermitianToRealInverseFFTImageFilter::ToString() const Print ourselves outMethods inherited from class ImageFilter
getCPtr, swigReleaseModifier and TypeMethodDescriptionprotected static longgetCPtr(ImageFilter obj) protected static longswigRelease(ImageFilter obj) Methods inherited from class ProcessObject
abort, addCommand, debugOff, debugOn, getCPtr, getDebug, getGlobalDefaultCoordinateTolerance, getGlobalDefaultDebug, getGlobalDefaultDirectionTolerance, getGlobalDefaultNumberOfThreads, getGlobalDefaultThreader, getGlobalWarningDisplay, getNumberOfThreads, getNumberOfWorkUnits, getProgress, globalDefaultDebugOff, globalDefaultDebugOn, globalWarningDisplayOff, globalWarningDisplayOn, hasCommand, removeAllCommands, setDebug, setGlobalDefaultCoordinateTolerance, setGlobalDefaultDebug, setGlobalDefaultDirectionTolerance, setGlobalDefaultNumberOfThreads, setGlobalDefaultThreader, setGlobalWarningDisplay, setNumberOfThreads, setNumberOfWorkUnits, swigReleaseModifier and TypeMethodDescriptionvoidabort()virtual void itk::simple::ProcessObject::Abort() Sets an abort flag on the active process.intaddCommand(EventEnum event, Command cmd) virtual int itk::simple::ProcessObject::AddCommand(itk::simple::EventEnum event, itk::simple::Command &cmd) Add a Command Object to observer the event.voiddebugOff()voiddebugOn()protected static longgetCPtr(ProcessObject obj) booleangetDebug()static doublestatic booleanstatic doublestatic longstatic Stringstatic booleanlonglongfloatvirtual float itk::simple::ProcessObject::GetProgress() const An Active Measurement of the progress of execution.static voidstatic voidstatic voidstatic voidbooleanhasCommand(EventEnum event) virtual bool itk::simple::ProcessObject::HasCommand(itk::simple::EventEnum event) const Query of this object has any registered commands for event.voidvirtual void itk::simple::ProcessObject::RemoveAllCommands() Remove all registered commands.voidsetDebug(boolean debugFlag) static voidsetGlobalDefaultCoordinateTolerance(double arg0) static voidsetGlobalDefaultDebug(boolean debugFlag) static voidsetGlobalDefaultDirectionTolerance(double arg0) static voidsetGlobalDefaultNumberOfThreads(long n) static booleansetGlobalDefaultThreader(String threader) static voidsetGlobalWarningDisplay(boolean flag) voidsetNumberOfThreads(long n) voidsetNumberOfWorkUnits(long n) protected static longswigRelease(ProcessObject obj)
-
Constructor Details
-
HalfHermitianToRealInverseFFTImageFilter
protected HalfHermitianToRealInverseFFTImageFilter(long cPtr, boolean cMemoryOwn) -
HalfHermitianToRealInverseFFTImageFilter
public HalfHermitianToRealInverseFFTImageFilter()itk::simple::HalfHermitianToRealInverseFFTImageFilter::HalfHermitianToRealInverseFFTImageFilter() Default Constructor that takes no arguments and initializes default parameters
-
-
Method Details
-
getCPtr
-
swigRelease
-
finalize
protected void finalize()- Overrides:
finalizein classImageFilter
-
delete
public void delete()virtual itk::simple::HalfHermitianToRealInverseFFTImageFilter::~HalfHermitianToRealInverseFFTImageFilter() Destructor- Overrides:
deletein classImageFilter
-
setActualXDimensionIsOdd
public void setActualXDimensionIsOdd(boolean ActualXDimensionIsOdd) Self& itk::simple::HalfHermitianToRealInverseFFTImageFilter::SetActualXDimensionIsOdd(bool ActualXDimensionIsOdd) Was the original truncated dimension size odd? -
actualXDimensionIsOddOn
public void actualXDimensionIsOddOn()Self& itk::simple::HalfHermitianToRealInverseFFTImageFilter::ActualXDimensionIsOddOn() Set the value of ActualXDimensionIsOdd to true or false respectfully. -
actualXDimensionIsOddOff
public void actualXDimensionIsOddOff()Self& itk::simple::HalfHermitianToRealInverseFFTImageFilter::ActualXDimensionIsOddOff() -
getActualXDimensionIsOdd
public boolean getActualXDimensionIsOdd()bool itk::simple::HalfHermitianToRealInverseFFTImageFilter::GetActualXDimensionIsOdd() const Was the original truncated dimension size odd? -
getName
std::string itk::simple::HalfHermitianToRealInverseFFTImageFilter::GetName() const Name of this class- Overrides:
getNamein classProcessObject
-
toString
std::string itk::simple::HalfHermitianToRealInverseFFTImageFilter::ToString() const Print ourselves out- Overrides:
toStringin classProcessObject
-
execute
-