18 #ifndef itkConformalFlatteningMeshFilter_h
19 #define itkConformalFlatteningMeshFilter_h
26 #include "vnl/vnl_sparse_matrix.h"
47 template<
typename TInputMesh,
typename TOutputMesh >
81 static constexpr
unsigned int InputPointDimension = TInputMesh::PointDimension;
82 static constexpr
unsigned int OutputPointDimension = TOutputMesh::PointDimension;
90 using CellType =
typename InputMeshType::CellType;
103 void SetScale(
double);
115 void PrintSelf(std::ostream & os,
Indent indent)
const override;
118 void GenerateData()
override;
137 #ifndef ITK_MANUAL_INSTANTIATION
138 #include "itkConformalFlatteningMeshFilter.hxx"
Light weight base class for most itk classes.
TOutputMesh OutputMeshType
MeshToMeshFilter is the base class for all process objects that output mesh data, and require mesh da...
typename OutputMeshType::Pointer OutputMeshPointer
Control indentation during Print() invocation.
ImageBaseType::PointType PointType