18#ifndef itkQuadEdgeMeshParamMatrixCoefficients_h
19#define itkQuadEdgeMeshParamMatrixCoefficients_h
32template <
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;
58template <
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;
91template <
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;
137template <
typename TInputMesh>
145#ifndef ITK_FUTURE_LEGACY_REMOVE
146 using InputCoordRepType ITK_FUTURE_DEPRECATED(
147 "ITK 6 discourages using `InputCoordRepType`. Please use `InputCoordinateType` instead!") =
InputCoordinateType;
170 if (iEdge->IsLeftSet())
176 if (iEdge->IsRightSet())
195template <
typename TInputMesh>
203#ifndef ITK_FUTURE_LEGACY_REMOVE
204 using InputCoordRepType ITK_FUTURE_DEPRECATED(
205 "ITK 6 discourages using `InputCoordRepType`. Please use `InputCoordinateType` instead!") =
InputCoordinateType;
230 if (iEdge->IsLeftSet())
237 if (iEdge->IsRightSet())
244 return oValue / pt1.SquaredEuclideanDistanceTo(pt2);
255template <
typename TInputMesh>
263#ifndef ITK_FUTURE_LEGACY_REMOVE
264 using InputCoordRepType ITK_FUTURE_DEPRECATED(
265 "ITK 6 discourages using `InputCoordRepType`. Please use `InputCoordinateType` instead!") =
InputCoordinateType;
294template <
typename TInputMesh>
302#ifndef ITK_FUTURE_LEGACY_REMOVE
303 using InputCoordRepType ITK_FUTURE_DEPRECATED(
304 "ITK 6 discourages using `InputCoordRepType`. Please use `InputCoordinateType` instead!") =
InputCoordinateType;
Compute a matrix filled with Authalic Coefficients of the edge, wherever two vertices are connected w...
MatrixCoefficients< TInputMesh > Superclass
typename InputMeshType::QEType InputQEType
typename InputMeshType::PointIdentifier InputPointIdentifier
typename InputMeshType::PointType InputPointType
typename InputMeshType::CoordinateType InputCoordinateType
InputCoordinateType operator()(const InputMeshType *iMesh, InputQEType *iEdge) const override
AuthalicMatrixCoefficients()=default
typename InputMeshType::PointIdentifier InputPointIdentifier
typename InputMeshType::CoordinateType InputCoordinateType
typename InputMeshType::PointType InputPointType
static constexpr unsigned int PointDimension
MatrixCoefficients< TInputMesh > Superclass
InputCoordinateType operator()(const InputMeshType *iMesh, InputQEType *iEdge) const override
HarmonicMatrixCoefficients()=default
typename InputMeshType::QEType InputQEType
typename InputPointType::VectorType InputVectorType
MatrixCoefficients< TInputMesh > Superclass
IntrinsicMatrixCoefficients(const InputCoordinateType &iLambda)
typename InputMeshType::QEType InputQEType
typename InputMeshType::CoordinateType InputCoordinateType
InputCoordinateType m_Lambda
InputCoordinateType operator()(const InputMeshType *iMesh, InputQEType *iEdge) const override
typename InputMeshType::PointType InputPointType
InputCoordinateType operator()(const InputMeshType *iMesh, InputQEType *iEdge) const override
InverseEuclideanDistanceMatrixCoefficients()=default
typename InputMeshType::VectorType InputVectorType
typename InputMeshType::QEType InputQEType
typename InputMeshType::PointIdentifier InputPointIdentifier
MatrixCoefficients< TInputMesh > Superclass
typename InputMeshType::CoordinateType InputCoordinateType
typename InputMeshType::CoordinateType InputCoordinateType
MatrixCoefficients()=default
typename InputMeshType::QEType InputQEType
OutputMeshType InputMeshType
virtual ~MatrixCoefficients()=default
virtual InputCoordinateType operator()(const InputMeshType *iMesh, InputQEType *iEdge) const =0
OnesMatrixCoefficients()=default
MatrixCoefficients< TInputMesh > Superclass
typename InputMeshType::CoordinateType InputCoordinateType
InputCoordinateType operator()(const InputMeshType *iMesh, InputQEType *iEdge) const override
typename InputMeshType::QEType InputQEType
static CoordinateType Cotangent(const PointType &iA, const PointType &iB, const PointType &iC)
Compute cotangent(iA,iB,iC)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....