18 #ifndef itkConformalFlatteningMeshFilter_h
19 #define itkConformalFlatteningMeshFilter_h
26 #include "vnl/vnl_sparse_matrix.h"
47 template<
typename TInputMesh,
typename TOutputMesh >
79 itkStaticConstMacro(InputPointDimension,
unsigned int,
80 TInputMesh::PointDimension);
81 itkStaticConstMacro(OutputPointDimension,
unsigned int,
82 TOutputMesh::PointDimension);
91 typedef typename InputMeshType::CellType
CellType;
104 void SetScale(
double);
116 void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
119 virtual void GenerateData() ITK_OVERRIDE;
129 unsigned int m_PolarCellIdentifier;
140 #ifndef ITK_MANUAL_INSTANTIATION
141 #include "itkConformalFlatteningMeshFilter.hxx"
Light weight base class for most itk classes.
MeshToMeshFilter is the base class for all process objects that output mesh data, and require mesh da...
ImageBaseType::PointType PointType
Control indentation during Print() invocation.