ITK 6.0.0
Insight Toolkit
 
Loading...
Searching...
No Matches
itk::MeshIOBase::MapComponentType< TComponent > Struct Template Reference

#include <itkMeshIOBase.h>

Detailed Description

template<typename TComponent>
struct itk::MeshIOBase::MapComponentType< TComponent >

Definition at line 208 of file itkMeshIOBase.h.

Static Public Attributes

static constexpr IOComponentEnum CType
 

Member Data Documentation

◆ CType

template<typename TComponent>
IOComponentEnum itk::MeshIOBase::MapComponentType< TComponent >::CType
staticconstexpr
Initial value:
=
std::is_same_v<TComponent, unsigned char> ? IOComponentEnum::UCHAR
: std::is_same_v<TComponent, char> ? IOComponentEnum::CHAR
: std::is_same_v<TComponent, short> ? IOComponentEnum::SHORT
: std::is_same_v<TComponent, unsigned short> ? IOComponentEnum::USHORT
: std::is_same_v<TComponent, int> ? IOComponentEnum::INT
: std::is_same_v<TComponent, unsigned int> ? IOComponentEnum::UINT
: std::is_same_v<TComponent, long> ? IOComponentEnum::LONG
: std::is_same_v<TComponent, unsigned long> ? IOComponentEnum::ULONG
: std::is_same_v<TComponent, long long> ? IOComponentEnum::LONGLONG
: std::is_same_v<TComponent, unsigned long long> ? IOComponentEnum::ULONGLONG
: std::is_same_v<TComponent, float> ? IOComponentEnum::FLOAT
: std::is_same_v<TComponent, double> ? IOComponentEnum::DOUBLE
: std::is_same_v<TComponent, long double> ? IOComponentEnum::LDOUBLE
: IOComponentEnum::UNKNOWNCOMPONENTTYPE

Definition at line 210 of file itkMeshIOBase.h.

Referenced by itk::MeshIOBase::SetPixelType(), itk::MeshIOBase::SetPixelType(), itk::MeshIOBase::SetPixelType(), itk::MeshIOBase::SetPixelType(), itk::MeshIOBase::SetPixelType(), itk::MeshIOBase::SetPixelType(), itk::MeshIOBase::SetPixelType(), itk::MeshIOBase::SetPixelType(), itk::MeshIOBase::SetPixelType(), itk::MeshIOBase::SetPixelType(), itk::MeshIOBase::SetPixelType(), itk::MeshIOBase::SetPixelType(), itk::MeshIOBase::SetPixelType(), and TestBaseClassMethodsMeshIO().


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