18 #ifndef itkConformalFlatteningMeshFilter_h
19 #define itkConformalFlatteningMeshFilter_h
25 #include "vnl/vnl_math.h"
26 #include "vnl/vnl_sparse_matrix.h"
47 template<
typename TInputMesh,
typename TOutputMesh >
80 TInputMesh::PointDimension);
82 TOutputMesh::PointDimension);
91 typedef typename InputMeshType::CellType
CellType;
125 void operator=(const ConformalFlatteningMeshFilter &);
143 #ifndef ITK_MANUAL_INSTANTIATION
144 #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...
Control indentation during Print() invocation.