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