|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkWarpMeshFilter_h
19 #define itkWarpMeshFilter_h
41 template <
typename TInputMesh,
typename TOutputMesh,
typename TDisplacementField>
79 GetDisplacementField()
const;
85 PrintSelf(std::ostream & os,
Indent indent)
const override;
89 GenerateData()
override;
93 #ifndef ITK_MANUAL_INSTANTIATION
94 # include "itkWarpMeshFilter.hxx"
typename TInputMesh::CoordRepType CoordRepType
typename DisplacementFieldType::PixelType DisplacementType
typename OutputMeshType::Pointer OutputMeshPointer
typename InputMeshType::Pointer InputMeshPointer
typename DisplacementFieldType::ConstPointer DisplacementFieldPointer
Control indentation during Print() invocation.
Light weight base class for most itk classes.
WarpMeshFilter applies a deformation field to all the points of a mesh. The deformation field is repr...
MeshToMeshFilter is the base class for all process objects that output mesh data, and require mesh da...
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
TDisplacementField DisplacementFieldType
TOutputMesh OutputMeshType