18 #ifndef itkWarpMeshFilter_h
19 #define itkWarpMeshFilter_h
41 template<
typename TInputMesh,
typename TOutputMesh,
typename TDisplacementField >
83 void PrintSelf(std::ostream & os,
Indent indent)
const override;
86 void GenerateData()
override;
90 #ifndef ITK_MANUAL_INSTANTIATION
91 #include "itkWarpMeshFilter.hxx"
Light weight base class for most itk classes.
TOutputMesh OutputMeshType
MeshToMeshFilter is the base class for all process objects that output mesh data, and require mesh da...
typename TInputMesh::CoordRepType CoordRepType
typename InputMeshType::Pointer InputMeshPointer
typename DisplacementFieldType::PixelType DisplacementType
TDisplacementField DisplacementFieldType
typename OutputMeshType::Pointer OutputMeshPointer
typename DisplacementFieldType::ConstPointer DisplacementFieldPointer
Control indentation during Print() invocation.
WarpMeshFilter applies a deformation field to all the points of a mesh. The deformation field is repr...