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