|
ITK
6.0.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>
61 #ifndef ITK_FUTURE_LEGACY_REMOVE
62 using CoordRepType ITK_FUTURE_DEPRECATED(
63 "ITK 6 discourages using `CoordRepType`. Please use `CoordinateType` instead!") =
CoordinateType;
83 GetDisplacementField()
const;
89 PrintSelf(std::ostream & os,
Indent indent)
const override;
93 GenerateData()
override;
97 #ifndef ITK_MANUAL_INSTANTIATION
98 # include "itkWarpMeshFilter.hxx"
SmartPointer< Self > Pointer
SmartPointer< const Self > ConstPointer
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...
typename TInputMesh::CoordinateType CoordinateType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
TDisplacementField DisplacementFieldType
TOutputMesh OutputMeshType