Home
last modified time | relevance | path

Searched refs:InputCellsContainerConstIterator (Results 1 – 4 of 4) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/QuadEdgeMesh/include/
H A DitkQuadEdgeMeshToQuadEdgeMeshFilter.h64 using InputCellsContainerConstIterator = typename InputMeshType::CellsContainerConstIterator; variable
204 using InputCellsContainerConstIterator = typename InputCellsContainer::ConstIterator; in CopyMeshToMeshCells() local
216 InputCellsContainerConstIterator cIt = inCells->Begin(); in CopyMeshToMeshCells()
217 InputCellsContainerConstIterator cEnd = inCells->End(); in CopyMeshToMeshCells()
246 using InputCellsContainerConstIterator = typename InputCellsContainer::ConstIterator; in CopyMeshToMeshEdgeCells() local
253 InputCellsContainerConstIterator ecIt = inEdgeCells->Begin(); in CopyMeshToMeshEdgeCells()
254 InputCellsContainerConstIterator ecEnd = inEdgeCells->End(); in CopyMeshToMeshEdgeCells()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/QuadEdgeMeshFiltering/include/
H A DitkBorderQuadEdgeMeshFilter.h81 using InputCellsContainerConstIterator = typename InputMeshType::CellsContainerConstIterator; variable
H A DitkParameterizationQuadEdgeMeshFilter.h88 using InputCellsContainerConstIterator = typename InputMeshType::CellsContainerConstIterator; variable
H A DitkDelaunayConformingQuadEdgeMeshFilter.h65 using InputCellsContainerConstIterator = typename InputMeshType::CellsContainerConstIterator; variable