Home
last modified time | relevance | path

Searched refs:OutputQEType (Results 1 – 23 of 23) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/QuadEdgeMeshFiltering/include/
H A DitkEdgeDecimationQuadEdgeMeshFilter.h61 using OutputQEType = typename OutputMeshType::QEType; variable
98 OutputQEType * m_Element;
107 virtual MeasureType MeasureEdge(OutputQEType *iEdge) = 0;
118 void PushElement(OutputQEType *iEdge);
125 bool IsEdgeOKToBeProcessed(OutputQEType *iEdge);
136 void DeleteElement(OutputQEType *iEdge);
146 virtual void PushOrUpdateElement(OutputQEType *iEdge);
184 void TagElementOut(OutputQEType *iEdge);
196 virtual OutputPointType Relocate(OutputQEType *iEdge) = 0;
202 bool CheckOrientation(OutputQEType *iEdge, in CheckOrientation()
[all …]
H A DitkEdgeDecimationQuadEdgeMeshFilter.hxx40 OutputQEType *edge; in ~EdgeDecimationQuadEdgeMeshFilter()
102 IsEdgeOKToBeProcessed(OutputQEType *iEdge) in IsEdgeOKToBeProcessed()
104 IsEdgeOKToBeProcessed(OutputQEType *) in IsEdgeOKToBeProcessed()
206 OutputQEType *temp = iEdge; in PushOrUpdateElement()
332 std::list< OutputQEType * > list_qe_to_be_deleted; in ProcessWithoutAnyTopologicalGuarantee()
405 OutputQEType *qe = m_Element; in CheckQEProcessingStatus()
406 OutputQEType *qe_sym = qe->GetSym(); in CheckQEProcessingStatus()
506 OutputQEType *qe = m_Element; in NumberOfCommonVerticesIn0Ring()
507 OutputQEType *e_it = qe->GetOnext(); in NumberOfCommonVerticesIn0Ring()
573 OutputQEType *qe = m_Element; in RemoveEye()
[all …]
H A DitkDiscreteGaussianCurvatureQuadEdgeMeshFilter.h62 using OutputQEType = typename Superclass::OutputQEType; variable
88 OutputQEType *qe = iP.GetEdge(); in EstimateCurvature()
92 OutputQEType *qe_it = qe; in EstimateCurvature()
93 OutputQEType *qe_it2; in EstimateCurvature()
H A DitkDiscreteMeanCurvatureQuadEdgeMeshFilter.h59 using OutputQEType = typename Superclass::OutputQEType; variable
88 OutputQEType *qe = iP.GetEdge(); in EstimateCurvature()
106 OutputQEType *qe_it = qe; in EstimateCurvature()
107 OutputQEType *qe_it2; in EstimateCurvature()
H A DitkNormalQuadEdgeMeshFilter.hxx43 OutputQEType *edge = iPoly->GetEdgeRingEntry(); in ComputeFaceNormal()
44 OutputQEType *temp = edge; in ComputeFaceNormal()
107 OutputQEType * edge = outputMesh->FindEdge(iId); in ComputeVertexNormal()
108 OutputQEType * temp = edge; in ComputeVertexNormal()
153 OutputQEType *edge = poly->GetEdgeRingEntry(); in Weight()
154 OutputQEType *temp = edge; in Weight()
H A DitkDiscretePrincipalCurvaturesQuadEdgeMeshFilter.h55 using OutputQEType = typename Superclass::OutputQEType; variable
85 OutputQEType *qe = iP.GetEdge(); in ComputeMeanAndGaussianCurvatures()
95 OutputQEType *qe_it = qe; in ComputeMeanAndGaussianCurvatures()
102 OutputQEType *qe_it2; in ComputeMeanAndGaussianCurvatures()
H A DitkQuadricDecimationQuadEdgeMeshFilter.hxx35 OutputQEType * qe; in Initialize()
36 OutputQEType * qe_it; in Initialize()
76 ::Relocate(OutputQEType *iEdge) in Relocate()
H A DitkQuadricDecimationQuadEdgeMeshFilter.h58 using OutputQEType = typename OutputMeshType::QEType; variable
99 …inline void QuadricAtOrigin(OutputQEType *iEdge, QuadricElementType & oQ, OutputMeshType *outputMe… in QuadricAtOrigin()
121 MeasureType MeasureEdge(OutputQEType *iEdge) override in MeasureEdge()
149 OutputPointType Relocate(OutputQEType *iEdge) override;
H A DitkDelaunayConformingQuadEdgeMeshFilter.hxx113 typename std::vector< OutputQEType * > list_qe(5); in Process()
114 typename std::vector< OutputQEType * >::iterator it; in Process()
117 OutputQEType * qe; in Process()
118 OutputQEType * e_it; in Process()
H A DitkDelaunayConformingQuadEdgeMeshFilter.h81 using OutputQEType = typename OutputMeshType::QEType; variable
82 using OutputLineCellIdentifier = typename OutputQEType::LineCellIdentifier;
84 using OutputQEIterator = typename OutputQEType::IteratorGeom;
117 OutputMeshType, OutputQEType >;
144 Dyer07Criterion(OutputMeshType *iMesh, OutputQEType *iEdge) const in Dyer07Criterion()
H A DitkSquaredEdgeLengthDecimationQuadEdgeMeshFilter.h56 using OutputQEType = typename OutputMeshType::QEType; variable
85 MeasureType MeasureEdge(OutputQEType *iEdge) override in MeasureEdge()
103 OutputPointType Relocate(OutputQEType *iEdge) override;
H A DitkDiscreteCurvatureQuadEdgeMeshFilter.h57 using OutputQEType = typename OutputMeshType::QEType; variable
79 OutputCurvatureType ComputeMixedArea(OutputQEType *iQE1, OutputQEType *iQE2) in ComputeMixedArea()
H A DitkDiscreteMaximumCurvatureQuadEdgeMeshFilter.h57 using OutputQEType = typename Superclass::OutputQEType; variable
H A DitkDiscreteMinimumCurvatureQuadEdgeMeshFilter.h57 using OutputQEType = typename Superclass::OutputQEType; variable
H A DitkSmoothingQuadEdgeMeshFilter.hxx75 OutputQEType *qe; in GenerateData()
76 OutputQEType *qe_it; in GenerateData()
H A DitkParameterizationQuadEdgeMeshFilter.h105 using OutputQEType = typename OutputMeshType::QEType; variable
107 using OutputQEIterator = typename OutputQEType::IteratorGeom;
H A DitkSquaredEdgeLengthDecimationQuadEdgeMeshFilter.hxx34 SquaredEdgeLengthDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::Relocate(OutputQEType in Relocate()
H A DitkSmoothingQuadEdgeMeshFilter.h79 using OutputQEType = typename OutputMeshType::QEType; variable
H A DitkNormalQuadEdgeMeshFilter.h93 using OutputQEType = typename OutputMeshType::QEType; variable
H A DitkCleanQuadEdgeMeshFilter.h85 using OutputQEType = typename OutputMeshType::QEType; variable
H A DitkBorderQuadEdgeMeshFilter.h89 using OutputQEType = typename OutputMeshType::QEType; variable
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/FastMarching/include/
H A DitkFastMarchingQuadEdgeMeshFilterBase.hxx103 OutputQEType* qe = p.GetEdge(); in UpdateNeighbors()
107 OutputQEType *qe_it = qe; in UpdateNeighbors()
155 OutputQEType* qe = p.GetEdge(); in UpdateValue()
161 OutputQEType *qe_it = qe; in UpdateValue()
166 OutputQEType *qe_it2 = qe_it->GetOnext(); in UpdateValue()
472 OutputQEType *qe = oMesh->FindEdge( id1, id2 ); in UnfoldTriangle()
482 OutputQEType* qe_Lnext = qe->GetLnext(); in UnfoldTriangle()
H A DitkFastMarchingQuadEdgeMeshFilterBase.h74 using OutputQEType = typename OutputMeshType::QEType; variable