18 #ifndef __itkConformalFlatteningMeshFilter_h
19 #define __itkConformalFlatteningMeshFilter_h
25 #include "vnl/vnl_math.h"
26 #include "vnl/vnl_sparse_matrix.h"
47 template<
class TInputMesh,
class 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);
107 void MapToSphere(
void);
111 void MapToPlane(
void);
116 void PrintSelf(std::ostream & os,
Indent indent)
const;
119 virtual void GenerateData(
void);
143 #ifndef ITK_MANUAL_INSTANTIATION
144 #include "itkConformalFlatteningMeshFilter.hxx"