ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Types | Static Public Member Functions
itk::Accessor::ComplexConjugatePixelAccessor< TComplexType > Class Template Reference

#include <itkComplexConjugateImageAdaptor.h>

+ Inheritance diagram for itk::Accessor::ComplexConjugatePixelAccessor< TComplexType >:

List of all members.

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)

Detailed Description

template<class TComplexType>
class itk::Accessor::ComplexConjugatePixelAccessor< TComplexType >

Provide access to the conjugate of a std::complex<> value.

Definition at line 35 of file itkComplexConjugateImageAdaptor.h.


Member Typedef Documentation

template<class TComplexType>
typedef TComplexType itk::Accessor::ComplexConjugatePixelAccessor< TComplexType >::ExternalType

Definition at line 38 of file itkComplexConjugateImageAdaptor.h.

template<class TComplexType>
typedef TComplexType itk::Accessor::ComplexConjugatePixelAccessor< TComplexType >::InternalType

Definition at line 39 of file itkComplexConjugateImageAdaptor.h.


Member Function Documentation

template<class TComplexType>
static TComplexType itk::Accessor::ComplexConjugatePixelAccessor< TComplexType >::Get ( const TComplexType &  input)
inlinestatic

Definition at line 46 of file itkComplexConjugateImageAdaptor.h.

template<class TComplexType>
static void itk::Accessor::ComplexConjugatePixelAccessor< TComplexType >::Set ( TComplexType &  output,
const TComplexType &  input 
)
inlinestatic

Definition at line 41 of file itkComplexConjugateImageAdaptor.h.


The documentation for this class was generated from the following file: