18 #ifndef itkQuadEdgeMeshParamMatrixCoefficients_h
19 #define itkQuadEdgeMeshParamMatrixCoefficients_h
32 template <
typename TInputMesh>
38 #ifndef ITK_FUTURE_LEGACY_REMOVE
39 using InputCoordRepType ITK_FUTURE_DEPRECATED(
40 "ITK 6 discourages using `InputCoordRepType`. Please use `InputCoordinateType` instead!") =
InputCoordinateType;
58 template <
typename TInputMesh>
66 #ifndef ITK_FUTURE_LEGACY_REMOVE
67 using InputCoordRepType ITK_FUTURE_DEPRECATED(
68 "ITK 6 discourages using `InputCoordRepType`. Please use `InputCoordinateType` instead!") =
InputCoordinateType;
91 template <
typename TInputMesh>
99 #ifndef ITK_FUTURE_LEGACY_REMOVE
100 using InputCoordRepType ITK_FUTURE_DEPRECATED(
101 "ITK 6 discourages using `InputCoordRepType`. Please use `InputCoordinateType` instead!") =
InputCoordinateType;
138 template <
typename TInputMesh>
146 #ifndef ITK_FUTURE_LEGACY_REMOVE
147 using InputCoordRepType ITK_FUTURE_DEPRECATED(
148 "ITK 6 discourages using `InputCoordRepType`. Please use `InputCoordinateType` instead!") =
InputCoordinateType;
172 if (iEdge->IsLeftSet())
178 if (iEdge->IsRightSet())
197 template <
typename TInputMesh>
205 #ifndef ITK_FUTURE_LEGACY_REMOVE
206 using InputCoordRepType ITK_FUTURE_DEPRECATED(
207 "ITK 6 discourages using `InputCoordRepType`. Please use `InputCoordinateType` instead!") =
InputCoordinateType;
233 if (iEdge->IsLeftSet())
240 if (iEdge->IsRightSet())
247 return oValue / pt1.SquaredEuclideanDistanceTo(pt2);
258 template <
typename TInputMesh>
266 #ifndef ITK_FUTURE_LEGACY_REMOVE
267 using InputCoordRepType ITK_FUTURE_DEPRECATED(
268 "ITK 6 discourages using `InputCoordRepType`. Please use `InputCoordinateType` instead!") =
InputCoordinateType;
284 const InputCoordinateType oValue = m_Lambda * conformal(iMesh, iEdge) + (1.0 - m_Lambda) * authalic(iMesh, iEdge);
297 template <
typename TInputMesh>
305 #ifndef ITK_FUTURE_LEGACY_REMOVE
306 using InputCoordRepType ITK_FUTURE_DEPRECATED(
307 "ITK 6 discourages using `InputCoordRepType`. Please use `InputCoordinateType` instead!") =
InputCoordinateType;
314 static constexpr
unsigned int PointDimension = InputPointType::PointDimension;