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.
Implements transparent reference counting.
SmartPointer< const Self > ConstPointer
MeshToMeshFilter< TInputMesh, TOutputMesh > Superclass
TOutputMesh OutputMeshType
typename DisplacementFieldType::PixelType DisplacementType
void GenerateData() override
typename TInputMesh::CoordinateType CoordinateType
typename InputMeshType::Pointer InputMeshPointer
void SetDisplacementField(const DisplacementFieldType *field)
void PrintSelf(std::ostream &os, Indent indent) const override
TDisplacementField DisplacementFieldType
typename OutputMeshType::Pointer OutputMeshPointer
typename DisplacementFieldType::ConstPointer DisplacementFieldPointer
~WarpMeshFilter() override=default
SmartPointer< Self > Pointer
const DisplacementFieldType * GetDisplacementField() const
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....