ITK  5.4.0
Insight Toolkit
Public Types | Static Public Member Functions | List of all members
itk::Accessor::ComplexConjugatePixelAccessor< TComplexType > Class Template Reference

#include <itkComplexConjugateImageAdaptor.h>

Detailed Description

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

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

Definition at line 36 of file itkComplexConjugateImageAdaptor.h.

Public Types

using ExternalType = TComplexType
 
using InternalType = TComplexType
 

Static Public Member Functions

static TComplexType Get (const TComplexType &input)
 
static void Set (TComplexType &output, const TComplexType &input)
 

Member Typedef Documentation

◆ ExternalType

template<typename TComplexType>
using itk::Accessor::ComplexConjugatePixelAccessor< TComplexType >::ExternalType = TComplexType

Definition at line 39 of file itkComplexConjugateImageAdaptor.h.

◆ InternalType

template<typename TComplexType>
using itk::Accessor::ComplexConjugatePixelAccessor< TComplexType >::InternalType = TComplexType

Definition at line 40 of file itkComplexConjugateImageAdaptor.h.

Member Function Documentation

◆ Get()

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

Definition at line 49 of file itkComplexConjugateImageAdaptor.h.

◆ Set()

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

Definition at line 43 of file itkComplexConjugateImageAdaptor.h.


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