|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkDiscretePrincipalCurvaturesQuadEdgeMeshFilter_h
19 #define itkDiscretePrincipalCurvaturesQuadEdgeMeshFilter_h
33 template <
typename TInputMesh,
typename TOutputMesh = TInputMesh>
67 #ifdef ITK_USE_CONCEPT_CHECKING
102 if (qe_it != qe_it->GetOnext())
115 Laplace += temp_coeff * (iP - q0);
124 normal += face_normal;
127 }
while (qe_it != qe);
132 Laplace *= 0.25 * area;
133 m_Mean = Laplace * normal;
OutputCurvatureType ComputeMixedArea(OutputQEType *iQE1, OutputQEType *iQE2)
typename OutputMeshType::Pointer OutputMeshPointer
FIXME add documentation here.
OutputMeshType * GetOutput()
typename OutputMeshType::Pointer OutputMeshPointer
TOutputMesh OutputMeshType
typename InputMeshType::Pointer InputMeshPointer
typename OutputMeshType::PointIdentifier OutputPointIdentifier
TriangleHelper< OutputPointType > TriangleType
OutputCurvatureType m_Gaussian
Light weight base class for most itk classes.
typename OutputMeshType::PointsContainerPointer OutputPointsContainerPointer
typename OutputMeshTraits::PixelType OutputCurvatureType
typename OutputMeshType::VectorType OutputVectorType
typename OutputPointType::CoordinateType OutputCoordType
typename OutputMeshType::MeshTraits OutputMeshTraits
typename OutputMeshType::PointType OutputPointType
#define itkConceptMacro(name, concept)
static VectorType ComputeNormal(const PointType &iA, const PointType &iB, const PointType &iC)
Compute Normal vector to the triangle formed by (iA,iB,iC)
~DiscretePrincipalCurvaturesQuadEdgeMeshFilter() override=default
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
typename OutputMeshType::PointsContainerIterator OutputPointsContainerIterator
virtual OutputCurvatureType ComputeDelta()
typename OutputMeshType::QEType OutputQEType
static constexpr double e
DiscretePrincipalCurvaturesQuadEdgeMeshFilter()
typename OutputMeshType::CellIdentifier OutputCellIdentifier
static constexpr double pi
static CoordinateType ComputeAngle(const PointType &iP1, const PointType &iP2, const PointType &iP3)
Compute angles (iA,iB,iC)
void ComputeMeanAndGaussianCurvatures(const OutputPointType &iP)
typename OutputMeshType::PointType OutputPointType
OutputCurvatureType m_Mean