ITK
6.0.0
Insight Toolkit
|
#include "itkMeshFileReaderException.h"
#include "itkMacro.h"
#include "itkHexahedronCell.h"
#include "itkLineCell.h"
#include "itkPolyLineCell.h"
#include "itkMeshIOBase.h"
#include "itkMeshSource.h"
#include "itkPolygonCell.h"
#include "itkQuadrilateralCell.h"
#include "itkQuadraticEdgeCell.h"
#include "itkQuadraticTriangleCell.h"
#include "itkTetrahedronCell.h"
#include "itkTriangleCell.h"
#include "itkVertexCell.h"
#include "itkDefaultConvertPixelTraits.h"
#include "itkMeshConvertPixelTraits.h"
#include "itkMeshFileReader.hxx"
Go to the source code of this file.
Classes | |
class | itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits > |
Namespaces | |
namespace | itk |
Functions | |
template<typename TOutputMesh , typename ConvertPointPixelTraits = MeshConvertPixelTraits<typename TOutputMesh::PixelType>, typename ConvertCellPixelTraits = MeshConvertPixelTraits<typename TOutputMesh::CellPixelType>> | |
TOutputMesh::Pointer | itk::ReadMesh (const std::string &filename) |