18#ifndef itkWarpMeshFilter_h
19#define itkWarpMeshFilter_h
41template <
typename TInputMesh,
typename TOutputMesh,
typename TDisplacementField>
93#ifndef ITK_MANUAL_INSTANTIATION
94# 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
void SetDisplacementField(const DisplacementFieldType *field)
void PrintSelf(std::ostream &os, Indent indent) const override
TDisplacementField DisplacementFieldType
typename TInputMesh::CoordRepType CoordRepType
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....