28 #ifndef __itkMeshToMeshFilter_h
29 #define __itkMeshToMeshFilter_h
46 template<
class TInputMesh,
class TOutputMesh >
69 using Superclass::SetInput;
81 void CopyInputMeshToOutputMeshPoints();
83 void CopyInputMeshToOutputMeshPointData();
85 void CopyInputMeshToOutputMeshCellLinks();
87 void CopyInputMeshToOutputMeshCells();
89 void CopyInputMeshToOutputMeshCellData();
93 void operator=(
const Self &);
97 #ifndef ITK_MANUAL_INSTANTIATION
98 #include "itkMeshToMeshFilter.hxx"