ITK  5.0.0
Insight Segmentation and Registration Toolkit
Classes
Module ITKIOMeshBase
+ Collaboration diagram for Module ITKIOMeshBase:

Classes

class  itk::ConvertPixelBuffer< InputPixelType, OutputPixelType, OutputConvertTraits >
 
class  itk::MeshConvertPixelTraits< PixelType >
 
class  itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits >
 
class  itk::MeshFileReaderException
 
class  itk::MeshFileWriter< TInputMesh >
 
class  itk::MeshFileWriterException
 
class  itk::MeshIOBase
 
class  itk::MeshIOFactory
 
class  itk::MeshIOBase::UnknownType
 

Detailed Description

This module contains base classes for IO, helper classes for IO, and classes that function as an MeshSource in an ITK pipeline. Classes for specific file formats, found in other modules in the IO group, should inherit from MeshIOBase. For a mesh source or sink in the ITK pipeline that handles all available file formats, see MeshFileReader, or MeshFileWriter.

Dependencies: