ITK  5.4.0
Insight Toolkit
Classes | Namespaces | Macros | Functions
itkMeshIOBase.h File Reference
#include "ITKIOMeshBaseExport.h"
#include "itkByteSwapper.h"
#include "itkCellInterface.h"
#include "itkCovariantVector.h"
#include "itkDiffusionTensor3D.h"
#include "itkIntTypes.h"
#include "itkLightProcessObject.h"
#include "itkMatrix.h"
#include "itkRGBPixel.h"
#include "itkRGBAPixel.h"
#include "itkSymmetricSecondRankTensor.h"
#include "itkVariableLengthVector.h"
#include "itkVariableSizeMatrix.h"
#include "itkVector.h"
#include "itkNumberToString.h"
#include "itkCommonEnums.h"
#include "itkMakeUniqueForOverwrite.h"
#include <string>
#include <complex>
#include <fstream>
+ Include dependency graph for itkMeshIOBase.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  itk::MeshIOBase::MapComponentType< T >
 
class  itk::MeshIOBase
 
class  itk::MeshIOBase::UnknownType
 

Namespaces

 itk
 

Macros

#define MESHIOBASE_TYPEMAP(type, ctype)
 

Functions

 itk::MESHIOBASE_TYPEMAP (char, IOComponentEnum::CHAR)
 
 itk::MESHIOBASE_TYPEMAP (double, IOComponentEnum::DOUBLE)
 
 itk::MESHIOBASE_TYPEMAP (float, IOComponentEnum::FLOAT)
 
 itk::MESHIOBASE_TYPEMAP (int, IOComponentEnum::INT)
 
 itk::MESHIOBASE_TYPEMAP (long double, IOComponentEnum::LDOUBLE)
 
 itk::MESHIOBASE_TYPEMAP (long long, IOComponentEnum::LONGLONG)
 
 itk::MESHIOBASE_TYPEMAP (long, IOComponentEnum::LONG)
 
 itk::MESHIOBASE_TYPEMAP (short, IOComponentEnum::SHORT)
 
 itk::MESHIOBASE_TYPEMAP (unsigned char, IOComponentEnum::UCHAR)
 
 itk::MESHIOBASE_TYPEMAP (unsigned int, IOComponentEnum::UINT)
 
 itk::MESHIOBASE_TYPEMAP (unsigned long long, IOComponentEnum::ULONGLONG)
 
 itk::MESHIOBASE_TYPEMAP (unsigned long, IOComponentEnum::ULONG)
 
 itk::MESHIOBASE_TYPEMAP (unsigned short, IOComponentEnum::USHORT)
 

Macro Definition Documentation

◆ MESHIOBASE_TYPEMAP

#define MESHIOBASE_TYPEMAP (   type,
  ctype 
)
Value:
template <> \
struct MeshIOBase::MapComponentType<type> \
{ \
static constexpr IOComponentEnum CType = ctype; \
}

Definition at line 884 of file itkMeshIOBase.h.

itk::IOComponentEnum
CommonEnums::IOComponent IOComponentEnum
Definition: itkCommonEnums.h:158