ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkComplexConjugateImageAdaptor.h>
Public Types | |
typedef TComplexType | ExternalType |
typedef TComplexType | InternalType |
Static Public Member Functions | |
static TComplexType | Get (const TComplexType &input) |
static void | Set (TComplexType &output, const TComplexType &input) |
Provide access to the conjugate of a std::complex<> value.
Definition at line 35 of file itkComplexConjugateImageAdaptor.h.
typedef TComplexType itk::Accessor::ComplexConjugatePixelAccessor< TComplexType >::ExternalType |
Definition at line 38 of file itkComplexConjugateImageAdaptor.h.
typedef TComplexType itk::Accessor::ComplexConjugatePixelAccessor< TComplexType >::InternalType |
Definition at line 39 of file itkComplexConjugateImageAdaptor.h.
static TComplexType itk::Accessor::ComplexConjugatePixelAccessor< TComplexType >::Get | ( | const TComplexType & | input | ) | [inline, static] |
Definition at line 46 of file itkComplexConjugateImageAdaptor.h.
static void itk::Accessor::ComplexConjugatePixelAccessor< TComplexType >::Set | ( | TComplexType & | output, |
const TComplexType & | input | ||
) | [inline, static] |
Definition at line 41 of file itkComplexConjugateImageAdaptor.h.