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;
138template <
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())
197template <
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);
258template <
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;
297template <
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;
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....