ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkLoopTriangleCellSubdivisionQuadEdgeMeshFilter.h>
Subdivide a triangular surface QuadEdgeMesh using Loop Subdivision.
The Loop subdivision scheme is a simple approximating face-split scheme for triangular meshes. The new points defined as:
where is the new inserted points, are the two vertices of edge , are two neighborhood vertices. In addition, the original vertices are smoothed, for each vertex in the original mesh
where denotes the number of vertices of first ring neighborhood points. is the original vertex. are first ring neighborhood points. The weighting defined as
Definition at line 54 of file itkLoopTriangleCellSubdivisionQuadEdgeMeshFilter.h.
Public Types | |
using | ConstPointer = SmartPointer< const Self > |
using | EdgePointIdentifierContainer = typename Superclass::EdgePointIdentifierContainer |
using | EdgePointIdentifierContainerConstIterator = typename Superclass::EdgePointIdentifierContainerConstIterator |
using | EdgePointIdentifierContainerPointer = typename Superclass::EdgePointIdentifierContainerPointer |
using | InputCellIdentifier = typename Superclass::InputCellIdentifier |
using | InputCellsContainer = typename Superclass::InputCellsContainer |
using | InputCellsContainerConstIterator = typename Superclass::InputCellsContainerConstIterator |
using | InputCellsContainerIterator = typename Superclass::InputCellsContainerIterator |
using | InputCellsContainerPointer = typename Superclass::InputCellsContainerPointer |
using | InputCellType = typename Superclass::InputCellType |
using | InputCoordType = typename Superclass::InputCoordType |
using | InputMeshConstPointer = typename Superclass::InputMeshConstPointer |
using | InputMeshPointer = typename Superclass::InputMeshPointer |
using | InputMeshTraits = typename Superclass::InputMeshTraits |
using | InputMeshType = typename Superclass::InputMeshType |
using | InputPointIdentifier = typename Superclass::InputPointIdentifier |
using | InputPointIdIterator = typename Superclass::InputPointIdIterator |
using | InputPointsContainer = typename Superclass::InputPointsContainer |
using | InputPointsContainerConstIterator = typename Superclass::InputPointsContainerConstIterator |
using | InputPointsContainerIterator = typename Superclass::InputPointsContainerIterator |
using | InputPointsContainerPointer = typename Superclass::InputPointsContainerPointer |
using | InputPointType = typename Superclass::InputPointType |
using | InputQEType = typename Superclass::InputQEType |
using | InputVectorType = typename Superclass::InputVectorType |
using | OutputCellIdentifier = typename Superclass::OutputCellIdentifier |
using | OutputCellType = typename Superclass::OutputCellType |
using | OutputCoordType = typename Superclass::OutputCoordType |
using | OutputMeshPointer = typename Superclass::OutputMeshPointer |
using | OutputMeshTraits = typename Superclass::OutputMeshTraits |
using | OutputMeshType = typename Superclass::OutputMeshType |
using | OutputPointIdentifier = typename Superclass::OutputPointIdentifier |
using | OutputPointIdIterator = typename Superclass::OutputPointIdIterator |
using | OutputPointsContainerIterator = typename Superclass::OutputPointsContainerIterator |
using | OutputPointsContainerPointer = typename Superclass::OutputPointsContainerPointer |
using | OutputPointType = typename Superclass::OutputPointType |
using | OutputQEType = typename Superclass::OutputQEType |
using | OutputVectorType = typename Superclass::OutputVectorType |
using | Pointer = SmartPointer< Self > |
using | Self = LoopTriangleCellSubdivisionQuadEdgeMeshFilter |
using | SubdivisionCellContainerConstIterator = typename Superclass::SubdivisionCellContainerConstIterator |
using | Superclass = TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh > |
Public Types inherited from itk::TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh > | |
using | ConstPointer = SmartPointer< const Self > |
using | InputCellIdentifier = typename Superclass::InputCellIdentifier |
using | InputCellsContainer = typename Superclass::InputCellsContainer |
using | InputCellsContainerConstIterator = typename Superclass::InputCellsContainerConstIterator |
using | InputCellsContainerIterator = typename Superclass::InputCellsContainerIterator |
using | InputCellsContainerPointer = typename Superclass::InputCellsContainerPointer |
using | InputCellType = typename Superclass::InputCellType |
using | InputCoordType = typename Superclass::InputCoordRepType |
using | InputMeshConstPointer = typename Superclass::InputMeshConstPointer |
using | InputMeshPointer = typename Superclass::InputMeshPointer |
using | InputMeshTraits = typename Superclass::InputMeshTraits |
using | InputMeshType = typename Superclass::InputMeshType |
using | InputPointIdentifier = typename Superclass::InputPointIdentifier |
using | InputPointIdIterator = typename Superclass::InputPointIdIterator |
using | InputPointsContainer = typename Superclass::InputPointsContainer |
using | InputPointsContainerConstIterator = typename Superclass::InputPointsContainerConstIterator |
using | InputPointsContainerIterator = typename Superclass::InputPointsContainerIterator |
using | InputPointsContainerPointer = typename Superclass::InputPointsContainerPointer |
using | InputPointType = typename Superclass::InputPointType |
using | InputQEType = typename Superclass::InputQEType |
using | OutputCellIdentifier = typename Superclass::OutputCellIdentifier |
using | OutputCellsContainer = typename Superclass::OutputCellsContainer |
using | OutputCellsContainerConstIterator = typename Superclass::OutputCellsContainerConstIterator |
using | OutputCellsContainerIterator = typename Superclass::OutputCellsContainerIterator |
using | OutputCellsContainerPointer = typename Superclass::OutputCellsContainerPointer |
using | OutputCellType = typename Superclass::OutputCellType |
using | OutputCoordType = typename Superclass::OutputCoordRepType |
using | OutputMeshPointer = typename Superclass::OutputMeshPointer |
using | OutputMeshTraits = typename Superclass::OutputMeshTraits |
using | OutputMeshType = typename Superclass::OutputMeshType |
using | OutputPointIdentifier = typename Superclass::OutputPointIdentifier |
using | OutputPointIdIterator = typename Superclass::OutputPointIdIterator |
using | OutputPointsContainerIterator = typename Superclass::OutputPointsContainerIterator |
using | OutputPointsContainerPointer = typename Superclass::OutputPointsContainerPointer |
using | OutputPointType = typename Superclass::OutputPointType |
using | OutputQEType = typename Superclass::OutputQEType |
using | Pointer = SmartPointer< Self > |
using | Self = TriangleCellSubdivisionQuadEdgeMeshFilter |
using | SubdivisionCellContainer = std::list< OutputCellIdentifier > |
using | SubdivisionCellContainerConstIterator = typename SubdivisionCellContainer::const_iterator |
using | Superclass = SubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh > |
Public Types inherited from itk::SubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh > | |
using | ConstPointer = SmartPointer< const Self > |
using | EdgePointIdentifierContainer = MapContainer< InputQEType *, OutputPointIdentifier > |
using | EdgePointIdentifierContainerConstIterator = typename EdgePointIdentifierContainer::ConstIterator |
using | EdgePointIdentifierContainerIterator = typename EdgePointIdentifierContainer::Iterator |
using | EdgePointIdentifierContainerPointer = typename EdgePointIdentifierContainer::Pointer |
using | InputCellIdentifier = typename InputMeshType::CellIdentifier |
using | InputCellsContainer = typename InputMeshType::CellsContainer |
using | InputCellsContainerConstIterator = typename InputMeshType::CellsContainerConstIterator |
using | InputCellsContainerIterator = typename InputMeshType::CellsContainerIterator |
using | InputCellsContainerPointer = typename InputMeshType::CellsContainerPointer |
using | InputCellType = typename InputMeshType::CellType |
using | InputCoordType = typename InputMeshType::CoordRepType |
using | InputMeshConstPointer = typename InputMeshType::ConstPointer |
using | InputMeshPointer = typename InputMeshType::Pointer |
using | InputMeshTraits = typename InputMeshType::MeshTraits |
using | InputMeshType = TInputMesh |
using | InputPointIdentifier = typename InputMeshType::PointIdentifier |
using | InputPointIdIterator = typename InputMeshType::PointIdIterator |
using | InputPointsContainer = typename InputMeshType::PointsContainer |
using | InputPointsContainerConstIterator = typename InputMeshType::PointsContainerConstIterator |
using | InputPointsContainerIterator = typename InputMeshType::PointsContainerIterator |
using | InputPointsContainerPointer = typename InputMeshType::PointsContainerPointer |
using | InputPointType = typename InputMeshType::PointType |
using | InputQEType = typename InputMeshType::QEType |
using | OutputCellIdentifier = typename OutputMeshType::CellIdentifier |
using | OutputCellsContainer = typename OutputMeshType::CellsContainer |
using | OutputCellsContainerConstIterator = typename OutputMeshType::CellsContainerConstIterator |
using | OutputCellsContainerIterator = typename OutputMeshType::CellsContainerIterator |
using | OutputCellsContainerPointer = typename OutputMeshType::CellsContainerPointer |
using | OutputCellType = typename OutputMeshType::CellType |
using | OutputCoordType = typename OutputMeshType::CoordRepType |
using | OutputMeshPointer = typename OutputMeshType::Pointer |
using | OutputMeshTraits = typename OutputMeshType::MeshTraits |
using | OutputMeshType = TOutputMesh |
using | OutputPointIdentifier = typename OutputMeshType::PointIdentifier |
using | OutputPointIdIterator = typename OutputMeshType::PointIdIterator |
using | OutputPointsContainerIterator = typename OutputMeshType::PointsContainerIterator |
using | OutputPointsContainerPointer = typename OutputMeshType::PointsContainerPointer |
using | OutputPointType = typename OutputMeshType::PointType |
using | OutputQEType = typename OutputMeshType::QEType |
using | Pointer = SmartPointer< Self > |
using | Self = SubdivisionQuadEdgeMeshFilter |
using | Superclass = QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh > |
Public Types inherited from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh > | |
using | ConstPointer = SmartPointer< const Self > |
using | InputCellDataContainer = typename InputMeshType::CellDataContainer |
using | InputCellsContainerConstIterator = typename InputMeshType::CellsContainerConstIterator |
using | InputCellsContainerConstPointer = typename InputMeshType::CellsContainerConstPointer |
using | InputCellTraits = typename InputMeshType::CellTraits |
using | InputCoordRepType = typename InputMeshType::CoordRepType |
using | InputEdgeCellType = typename InputMeshType::EdgeCellType |
using | InputMeshConstPointer = typename InputMeshType::ConstPointer |
using | InputMeshPointer = typename InputMeshType::Pointer |
using | InputMeshType = TInputMesh |
using | InputPointDataContainer = typename InputMeshType::PointDataContainer |
using | InputPointDataContainerConstPointer = typename InputPointDataContainer::ConstPointer |
using | InputPointIdentifier = typename InputMeshType::PointIdentifier |
using | InputPointIdList = typename InputMeshType::PointIdList |
using | InputPointsContainerConstIterator = typename InputMeshType::PointsContainerConstIterator |
using | InputPointsContainerConstPointer = typename InputMeshType::PointsContainerConstPointer |
using | InputPointsIdInternalIterator = typename InputCellTraits::PointIdInternalIterator |
using | InputPointType = typename InputMeshType::PointType |
using | InputPolygonCellType = typename InputMeshType::PolygonCellType |
using | InputQEIterator = typename InputQEPrimal::IteratorGeom |
using | InputQEPrimal = typename InputMeshType::QEPrimal |
using | InputVectorType = typename InputMeshType::VectorType |
using | OutputCellDataContainer = typename OutputMeshType::CellDataContainer |
using | OutputCoordRepType = typename OutputMeshType::CoordRepType |
using | OutputMeshConstPointer = typename OutputMeshType::ConstPointer |
using | OutputMeshPointer = typename OutputMeshType::Pointer |
using | OutputMeshType = TOutputMesh |
using | OutputPointDataContainer = typename OutputMeshType::PointDataContainer |
using | OutputPointIdentifier = typename OutputMeshType::PointIdentifier |
using | OutputPointsContainerConstPointer = typename OutputMeshType::PointsContainerConstPointer |
using | OutputPointsContainerIterator = typename OutputMeshType::PointsContainerIterator |
using | OutputPointsContainerPointer = typename OutputMeshType::PointsContainerPointer |
using | OutputPointType = typename OutputMeshType::PointType |
using | OutputQEIterator = typename OutputQEPrimal::IteratorGeom |
using | OutputQEPrimal = typename OutputMeshType::QEPrimal |
using | OutputVectorType = typename OutputMeshType::VectorType |
using | Pointer = SmartPointer< Self > |
using | Self = QuadEdgeMeshToQuadEdgeMeshFilter |
using | Superclass = MeshToMeshFilter< TInputMesh, TOutputMesh > |
Public Types inherited from itk::MeshToMeshFilter< TInputMesh, TOutputMesh > | |
using | ConstPointer = SmartPointer< const Self > |
using | InputMeshPointer = typename InputMeshType::Pointer |
using | InputMeshType = TInputMesh |
using | OutputMeshPointer = typename OutputMeshType::Pointer |
using | OutputMeshType = TOutputMesh |
using | Pointer = SmartPointer< Self > |
using | Self = MeshToMeshFilter |
using | Superclass = MeshSource< TOutputMesh > |
Public Types inherited from itk::MeshSource< TOutputMesh > | |
using | ConstPointer = SmartPointer< const Self > |
using | DataObjectIdentifierType = Superclass::DataObjectIdentifierType |
using | DataObjectPointer = DataObject::Pointer |
using | OutputMeshPointer = typename OutputMeshType::Pointer |
using | OutputMeshType = TOutputMesh |
using | Pointer = SmartPointer< Self > |
using | Self = MeshSource |
using | Superclass = ProcessObject |
using | DataObjectPointerArraySizeType = ProcessObject::DataObjectPointerArraySizeType |
Public Types inherited from itk::ProcessObject | |
using | ConstPointer = SmartPointer< const Self > |
using | DataObjectIdentifierType = DataObject::DataObjectIdentifierType |
using | DataObjectPointer = DataObject::Pointer |
using | DataObjectPointerArray = std::vector< DataObjectPointer > |
using | DataObjectPointerArraySizeType = DataObjectPointerArray::size_type |
using | MultiThreaderType = MultiThreaderBase |
using | NameArray = std::vector< DataObjectIdentifierType > |
using | Pointer = SmartPointer< Self > |
using | Self = ProcessObject |
using | Superclass = Object |
Public Types inherited from itk::Object | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = Object |
using | Superclass = LightObject |
Public Types inherited from itk::LightObject | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = LightObject |
using itk::LoopTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::ConstPointer = SmartPointer< const Self > |
Definition at line 64 of file itkLoopTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LoopTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::EdgePointIdentifierContainer = typename Superclass::EdgePointIdentifierContainer |
Definition at line 102 of file itkLoopTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LoopTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::EdgePointIdentifierContainerConstIterator = typename Superclass::EdgePointIdentifierContainerConstIterator |
Definition at line 104 of file itkLoopTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LoopTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::EdgePointIdentifierContainerPointer = typename Superclass::EdgePointIdentifierContainerPointer |
Definition at line 103 of file itkLoopTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LoopTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputCellIdentifier = typename Superclass::InputCellIdentifier |
Definition at line 81 of file itkLoopTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LoopTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputCellsContainer = typename Superclass::InputCellsContainer |
Definition at line 73 of file itkLoopTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LoopTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputCellsContainerConstIterator = typename Superclass::InputCellsContainerConstIterator |
Definition at line 76 of file itkLoopTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LoopTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputCellsContainerIterator = typename Superclass::InputCellsContainerIterator |
Definition at line 75 of file itkLoopTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LoopTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputCellsContainerPointer = typename Superclass::InputCellsContainerPointer |
Definition at line 74 of file itkLoopTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LoopTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputCellType = typename Superclass::InputCellType |
Definition at line 82 of file itkLoopTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LoopTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputCoordType = typename Superclass::InputCoordType |
Definition at line 79 of file itkLoopTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LoopTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputMeshConstPointer = typename Superclass::InputMeshConstPointer |
Definition at line 68 of file itkLoopTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LoopTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputMeshPointer = typename Superclass::InputMeshPointer |
Definition at line 67 of file itkLoopTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LoopTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputMeshTraits = typename Superclass::InputMeshTraits |
Definition at line 84 of file itkLoopTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LoopTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputMeshType = typename Superclass::InputMeshType |
Definition at line 66 of file itkLoopTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LoopTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointIdentifier = typename Superclass::InputPointIdentifier |
Definition at line 80 of file itkLoopTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LoopTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointIdIterator = typename Superclass::InputPointIdIterator |
Definition at line 85 of file itkLoopTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LoopTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointsContainer = typename Superclass::InputPointsContainer |
Definition at line 69 of file itkLoopTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LoopTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointsContainerConstIterator = typename Superclass::InputPointsContainerConstIterator |
Definition at line 72 of file itkLoopTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LoopTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointsContainerIterator = typename Superclass::InputPointsContainerIterator |
Definition at line 71 of file itkLoopTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LoopTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointsContainerPointer = typename Superclass::InputPointsContainerPointer |
Definition at line 70 of file itkLoopTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LoopTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointType = typename Superclass::InputPointType |
Definition at line 77 of file itkLoopTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LoopTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputQEType = typename Superclass::InputQEType |
Definition at line 83 of file itkLoopTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LoopTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputVectorType = typename Superclass::InputVectorType |
Definition at line 78 of file itkLoopTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LoopTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputCellIdentifier = typename Superclass::OutputCellIdentifier |
Definition at line 95 of file itkLoopTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LoopTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputCellType = typename Superclass::OutputCellType |
Definition at line 96 of file itkLoopTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LoopTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputCoordType = typename Superclass::OutputCoordType |
Definition at line 93 of file itkLoopTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LoopTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputMeshPointer = typename Superclass::OutputMeshPointer |
Definition at line 88 of file itkLoopTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LoopTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputMeshTraits = typename Superclass::OutputMeshTraits |
Definition at line 98 of file itkLoopTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LoopTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputMeshType = typename Superclass::OutputMeshType |
Definition at line 87 of file itkLoopTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LoopTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointIdentifier = typename Superclass::OutputPointIdentifier |
Definition at line 94 of file itkLoopTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LoopTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointIdIterator = typename Superclass::OutputPointIdIterator |
Definition at line 99 of file itkLoopTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LoopTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointsContainerIterator = typename Superclass::OutputPointsContainerIterator |
Definition at line 90 of file itkLoopTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LoopTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointsContainerPointer = typename Superclass::OutputPointsContainerPointer |
Definition at line 89 of file itkLoopTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LoopTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointType = typename Superclass::OutputPointType |
Definition at line 91 of file itkLoopTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LoopTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputQEType = typename Superclass::OutputQEType |
Definition at line 97 of file itkLoopTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LoopTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputVectorType = typename Superclass::OutputVectorType |
Definition at line 92 of file itkLoopTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LoopTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::Pointer = SmartPointer< Self > |
Definition at line 63 of file itkLoopTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LoopTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::Self = LoopTriangleCellSubdivisionQuadEdgeMeshFilter |
Definition at line 61 of file itkLoopTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LoopTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::SubdivisionCellContainerConstIterator = typename Superclass::SubdivisionCellContainerConstIterator |
Definition at line 100 of file itkLoopTriangleCellSubdivisionQuadEdgeMeshFilter.h.
using itk::LoopTriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::Superclass = TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh > |
Definition at line 62 of file itkLoopTriangleCellSubdivisionQuadEdgeMeshFilter.h.
|
inlineprotected |
New macro for creation of through a Smart Pointer
Definition at line 112 of file itkLoopTriangleCellSubdivisionQuadEdgeMeshFilter.h.
|
inlineoverrideprotected |
New macro for creation of through a Smart Pointer
Definition at line 113 of file itkLoopTriangleCellSubdivisionQuadEdgeMeshFilter.h.
|
overrideprotected |
|
overrideprotectedvirtual |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
|
virtual |
New macro for creation of through a Smart Pointer
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::TriangleCellSubdivisionQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
|
static |
New macro for creation of through a Smart Pointer
|
protected |