ITK  4.4.0
Insight Segmentation and Registration Toolkit
Classes | Namespaces | Macros | Functions
itkMeshIOBase.h File Reference
#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 <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

namespace  itk
 

Macros

#define MESHIOBASE_TYPEMAP(type, ctype)
 

Functions

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

Macro Definition Documentation

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

Definition at line 772 of file itkMeshIOBase.h.