28 #ifndef itkMeshToMeshFilter_h
29 #define itkMeshToMeshFilter_h
46 template<
typename TInputMesh,
typename TOutputMesh >
71 using Superclass::SetInput;
83 void CopyInputMeshToOutputMeshPoints();
85 void CopyInputMeshToOutputMeshPointData();
87 void CopyInputMeshToOutputMeshCellLinks();
89 void CopyInputMeshToOutputMeshCells();
91 void CopyInputMeshToOutputMeshCellData();
95 #ifndef ITK_MANUAL_INSTANTIATION
96 #include "itkMeshToMeshFilter.hxx"
Light weight base class for most itk classes.
TDisplacements OutputMeshType
MeshToMeshFilter is the base class for all process objects that output mesh data, and require mesh da...
Base class for all process objects that output mesh data.
typename InputMeshType::Pointer InputMeshPointer
typename OutputMeshType::Pointer OutputMeshPointer