18 #ifndef itkConformalFlatteningMeshFilter_h
19 #define itkConformalFlatteningMeshFilter_h
26 #include "vnl/vnl_sparse_matrix.h"
47 template <
typename TInputMesh,
typename TOutputMesh>
80 static constexpr
unsigned int InputPointDimension = TInputMesh::PointDimension;
81 static constexpr
unsigned int OutputPointDimension = TOutputMesh::PointDimension;
89 using CellType =
typename InputMeshType::CellType;
119 PrintSelf(std::ostream & os,
Indent indent)
const override;
123 GenerateData()
override;
142 #ifndef ITK_MANUAL_INSTANTIATION
143 # include "itkConformalFlatteningMeshFilter.hxx"