ITK  4.0.0
Insight Segmentation and Registration Toolkit
Classes | Namespaces | Functions
itkQuadEdgeMeshToQuadEdgeMeshFilter.h File Reference

Go to the source code of this file.

Classes

class  itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >
 Duplicates the content of a Mesh. More...

Namespaces

namespace  itk

Functions

template<class TInputMesh , class TOutputMesh >
void itk::CopyMeshToMeshCellData (const TInputMesh *in, TOutputMesh *out)
template<class TInputMesh , class TOutputMesh >
void itk::CopyMeshToMeshCells (const TInputMesh *in, TOutputMesh *out)
template<class TInputMesh , class TOutputMesh >
void itk::CopyMeshToMeshEdgeCells (const TInputMesh *in, TOutputMesh *out)
template<class TInputMesh , class TOutputMesh >
void itk::CopyMeshToMeshPointData (const TInputMesh *in, TOutputMesh *out)
template<class TInputMesh , class TOutputMesh >
void itk::CopyMeshToMeshPoints (const TInputMesh *in, TOutputMesh *out)