ITK  5.0.0
Insight Segmentation and Registration Toolkit
itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.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 
19 #ifndef itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter_h
20 #define itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter_h
21 
23 
24 namespace itk
25 {
26 
35 template< typename TInputMesh, typename TOutputMesh >
37  public TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >
38 {
39 public:
40  ITK_DISALLOW_COPY_AND_ASSIGN(LinearTriangleCellSubdivisionQuadEdgeMeshFilter);
41 
46 
61 
75 
79 
83 
85  itkNewMacro( Self );
86 
87 protected:
90 
91  void AddNewCellPoints( InputCellType * cell ) override;
92 };
93 }
94 
95 #ifndef ITK_MANUAL_INSTANTIATION
96 #include "itkLinearTriangleCellSubdivisionQuadEdgeMeshFilter.hxx"
97 #endif
98 
99 #endif
typename OutputMeshType::PointsContainerIterator OutputPointsContainerIterator
void AddNewCellPoints(InputCellType *cell) override
Light weight base class for most itk classes.
typename Superclass::OutputPointsContainerPointer OutputPointsContainerPointer
TOutputMesh OutputMeshType
Definition: itkMeshSource.h:68
typename Superclass::EdgePointIdentifierContainerPointer EdgePointIdentifierContainerPointer
typename Superclass::EdgePointIdentifierContainerConstIterator EdgePointIdentifierContainerConstIterator
typename EdgePointIdentifierContainer::Pointer EdgePointIdentifierContainerPointer
typename EdgePointIdentifierContainer::ConstIterator EdgePointIdentifierContainerConstIterator
typename InputMeshType::PointIdentifier InputPointIdentifier
typename Superclass::InputPointsContainerIterator InputPointsContainerIterator
typename InputMeshType::ConstPointer InputMeshConstPointer
typename OutputMeshType::PointIdentifier OutputPointIdentifier
MapContainer< InputQEType *, OutputPointIdentifier > EdgePointIdentifierContainer
typename InputMeshType::Pointer InputMeshPointer
typename OutputMeshType::Pointer OutputMeshPointer
Definition: itkMeshSource.h:69
typename OutputMeshType::VectorType OutputVectorType
typename Superclass::OutputPointsContainerIterator OutputPointsContainerIterator
typename OutputMeshType::PointsContainerPointer OutputPointsContainerPointer
It is the simplest interpolating subdivision scheme, the new vertices are defined as the middle point...
Abstract class to subdivide triangular surface QuadEdgeMesh.
typename Superclass::InputPointsContainerPointer InputPointsContainerPointer