29 #ifndef itkTriangleMeshCurvatureCalculator_h
30 #define itkTriangleMeshCurvatureCalculator_h
56 extern ITKMesh_EXPORT std::ostream &
67 template <
typename TInputMesh>
98 using CellType =
typename InputMeshType::CellType;
131 PrintSelf(std::ostream & os,
Indent indent)
const override;
135 ComputeGaussCurvature(
const InputMeshType * inputMesh);
144 #ifndef ITK_MANUAL_INSTANTIATION
145 # include "itkTriangleMeshCurvatureCalculator.hxx"