18#ifndef itkWarpMeshFilter_h
19#define itkWarpMeshFilter_h
41template <
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;
97#ifndef ITK_MANUAL_INSTANTIATION
98# include "itkWarpMeshFilter.hxx"
Control indentation during Print() invocation.
Light weight base class for most itk classes.
typename OutputMeshType::Pointer OutputMeshPointer
TOutputMesh OutputMeshType
MeshToMeshFilter is the base class for all process objects that output mesh data, and require mesh da...
typename InputMeshType::Pointer InputMeshPointer
WarpMeshFilter applies a deformation field to all the points of a mesh. The deformation field is repr...
typename DisplacementFieldType::PixelType DisplacementType
void GenerateData() override
typename TInputMesh::CoordinateType CoordinateType
void SetDisplacementField(const DisplacementFieldType *field)
void PrintSelf(std::ostream &os, Indent indent) const override
TDisplacementField DisplacementFieldType
typename DisplacementFieldType::ConstPointer DisplacementFieldPointer
~WarpMeshFilter() override=default
const DisplacementFieldType * GetDisplacementField() const
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....