18 #ifndef __itkWarpMeshFilter_h
19 #define __itkWarpMeshFilter_h
41 template<
typename TInputMesh,
typename TOutputMesh,
typename TDisplacementField >
92 #ifndef ITK_MANUAL_INSTANTIATION
93 #include "itkWarpMeshFilter.hxx"
SmartPointer< const Self > ConstPointer
Light weight base class for most itk classes.
TInputMesh::CoordRepType CoordRepType
void PrintSelf(std::ostream &os, Indent indent) const
void operator=(const WarpMeshFilter &)
virtual void GenerateData(void)
DisplacementFieldType::ConstPointer DisplacementFieldPointer
MeshToMeshFilter is the base class for all process objects that output mesh data, and require mesh da...
void SetDisplacementField(const DisplacementFieldType *field)
TDisplacementField DisplacementFieldType
DisplacementFieldType::PixelType DisplacementType
InputMeshType::Pointer InputMeshPointer
TOutputMesh OutputMeshType
Control indentation during Print() invocation.
SmartPointer< Self > Pointer
OutputMeshType::Pointer OutputMeshPointer
const DisplacementFieldType * GetDisplacementField(void) const
MeshToMeshFilter< TInputMesh, TOutputMesh > Superclass
WarpMeshFilter applies a deformation field to all the points of a mesh. The deformation field is repr...