ITK  5.0.0
Insight Segmentation and Registration Toolkit
itkDiscreteMinimumCurvatureQuadEdgeMeshFilter.h
Go to the documentation of this file.
1 /*=========================================================================
2  *
3  * Copyright Insight Software Consortium
4  *
5  * Licensed under the Apache License, Version 2.0 (the "License");
6  * you may not use this file except in compliance with the License.
7  * You may obtain a copy of the License at
8  *
9  * http://www.apache.org/licenses/LICENSE-2.0.txt
10  *
11  * Unless required by applicable law or agreed to in writing, software
12  * distributed under the License is distributed on an "AS IS" BASIS,
13  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  * See the License for the specific language governing permissions and
15  * limitations under the License.
16  *
17  *=========================================================================*/
18 #ifndef itkDiscreteMinimumCurvatureQuadEdgeMeshFilter_h
19 #define itkDiscreteMinimumCurvatureQuadEdgeMeshFilter_h
20 
22 
23 namespace itk
24 {
32 template< typename TInputMesh, typename TOutputMesh=TInputMesh >
34  public DiscretePrincipalCurvaturesQuadEdgeMeshFilter< TInputMesh, TOutputMesh >
35 {
36 public:
37  ITK_DISALLOW_COPY_AND_ASSIGN(DiscreteMinimumCurvatureQuadEdgeMeshFilter);
38 
43  TInputMesh, TOutputMesh >;
44 
47 
60 
62 
65 
67  itkNewMacro(Self);
68 
69 #ifdef ITK_USE_CONCEPT_CHECKING
70  // Begin concept checking
71  itkConceptMacro( OutputIsFloatingPointCheck,
73  // End concept checking
74 #endif
75 
76 protected:
79 
81  {
83  return this->m_Mean - std::sqrt( this->ComputeDelta() );
84  }
85 };
86 }
87 
88 #endif
typename OutputMeshType::PointsContainerIterator OutputPointsContainerIterator
Light weight base class for most itk classes.
TOutputMesh OutputMeshType
Definition: itkMeshSource.h:68
typename Superclass::OutputPointsContainerIterator OutputPointsContainerIterator
typename OutputMeshType::CellIdentifier OutputCellIdentifier
typename OutputMeshType::PointIdentifier OutputPointIdentifier
typename InputMeshType::Pointer InputMeshPointer
A convenience class for computation of various triangle elements in 2D or 3D.
typename Superclass::OutputPointsContainerPointer OutputPointsContainerPointer
typename OutputMeshType::Pointer OutputMeshPointer
Definition: itkMeshSource.h:69
OutputCurvatureType EstimateCurvature(const OutputPointType &iP) override
typename OutputMeshType::VectorType OutputVectorType
typename OutputMeshType::PointsContainerPointer OutputPointsContainerPointer
#define itkConceptMacro(name, concept)
~DiscreteMinimumCurvatureQuadEdgeMeshFilter() override=default