ITK  4.2.0
Insight Segmentation and Registration Toolkit
Classes
Module ITKIOMesh
Group IO
+ Collaboration diagram for Module ITKIOMesh:

Classes

class  itk::BYUMeshIO
 This class defines how to read and write BYU Geometry File Format. More...
class  itk::BYUMeshIOFactory
 Create instances of BYUMeshIO objects using an object factory.

. More...

class  itk::ConvertPixelBuffer< InputPixelType, OutputPixelType, OutputConvertTraits >
 Class to convert blocks of data from one type to another. More...
class  itk::FreeSurferAsciiMeshIO
 This class defines how to read and write freesurfer ASCII surface format. To use IO factory, define the suffix as *.fsa. More...
class  itk::FreeSurferAsciiMeshIOFactory
 Create instances of FreeSurferAsciiMeshIO objects using an object factory.

. More...

class  itk::FreeSurferBinaryMeshIO
 This class defins how to read Freesurfer binary surface file format. To use IO factory, define the suffix as *.fsb. More...
class  itk::FreeSurferBinaryMeshIOFactory
 Create instances of FreeSurferBinaryMeshIO objects using an object factory.

. More...

class  itk::GiftiMeshIO
 This class defines how to read and write Gifti file format. More...
class  itk::GiftiMeshIOFactory
 Create instances of GiftiMeshIO objects using an object factory.

. More...

class  itk::MeshConvertPixelTraits< PixelType >
 Traits class used to by ConvertPixels to convert blocks of pixels. More...
class  itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits >
 Mesh source that reads mesh data from a single file. More...
class  itk::MeshFileReaderException
 Base exception class for IO conflicts. More...
class  itk::MeshFileWriter< TInputMesh >
 Writes mesh data to a single file. More...
class  itk::MeshFileWriterException
 Base exception class for IO problems during writing. More...
class  itk::MeshIOBase
 Abstract superclass defines mesh IO interface. More...
class  itk::MeshIOFactory
 Create instances of MeshIO objects using an object factory. More...
class  itk::OBJMeshIO
 This class defines how to read and write Object file format. More...
class  itk::OBJMeshIOFactory
 Create instances of OBJMeshIO objects using an object factory.

. More...

class  itk::OFFMeshIO
 this class defines how to read and write Object file format. More...
class  itk::OFFMeshIOFactory
 Create instances of OFFMeshIO objects using an object factory.

. More...

class  itk::MeshIOBase::UnknownType
class  itk::VTKPolyDataMeshIO
 This class defines how to read and write vtk legacy file format. More...
class  itk::VTKPolyDataMeshIOFactory
 Create instances of VTKPolyDataMeshIO objects using an object factory.

. More...


Detailed Description

This module contains classes for reading and writing Meshes as opposed to general images.

Dependencies: