Home
last modified time | relevance | path

Searched refs:CellLinksContainer (Results 1 – 11 of 11) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Mesh/include/
H A DitkMesh.h155 using CellLinksContainer = typename MeshTraits::CellLinksContainer; variable
167 using CellLinksContainerPointer = typename CellLinksContainer::Pointer;
172 using CellLinksContainerConstPointer = typename CellLinksContainer::ConstPointer;
179 using CellLinksContainerIterator = typename CellLinksContainer::ConstIterator;
300 void SetCellLinks(CellLinksContainer *);
302 CellLinksContainer * GetCellLinks();
304 const CellLinksContainer * GetCellLinks() const;
H A DitkMesh.hxx66 ::SetCellLinks(CellLinksContainer *cellLinks) in SetCellLinks()
80 typename Mesh< TPixelType, VDimension, TMeshTraits >::CellLinksContainer *
90 const typename Mesh< TPixelType, VDimension, TMeshTraits >::CellLinksContainer *
983 this->m_CellLinksContainer = CellLinksContainer::New(); in BuildCellLinks()
1023 m_CellLinksContainer = CellLinksContainer::New(); in Mesh()
H A DitkMeshToMeshFilter.hxx158 using OutputCellLinksContainer = typename TOutputMesh::CellLinksContainer; in CopyInputMeshToOutputMeshCellLinks()
159 using InputCellLinksContainer = typename TInputMesh::CellLinksContainer; in CopyInputMeshToOutputMeshCellLinks()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Mesh/test/
H A DitkMeshSpatialObjectIOTest.cxx70 using CellLinksContainerType = MeshType::CellLinksContainer; in itkMeshSpatialObjectIOTest()
235 using CellLinksContainer = MeshType::CellLinksContainer; in itkMeshSpatialObjectIOTest() typedef
236 const CellLinksContainer* links = mesh2->GetCellLinks(); in itkMeshSpatialObjectIOTest()
237 MeshType::CellLinksContainer::ConstIterator it_celllinks = links->Begin(); in itkMeshSpatialObjectIOTest()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Segmentation/Voronoi/include/
H A DitkVoronoiDiagram2D.h85 using CellLinksContainer = typename MeshTraits::CellLinksContainer; variable
93 using CellLinksContainerPointer = typename CellLinksContainer::Pointer;
101 using CellLinksContainerIterator = typename CellLinksContainer::ConstIterator;
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/SpatialObjects/include/
H A DitkMetaMeshConverter.hxx155 using CellLinksContainerType = typename MeshType::CellLinksContainer; in MetaObjectToSpatialObject()
313 using CellLinksContainer = typename MeshType::CellLinksContainer; in SpatialObjectToMetaObject() typedef
314 const CellLinksContainer *links = mesh->GetCellLinks(); in SpatialObjectToMetaObject()
318 typename MeshType::CellLinksContainer::ConstIterator in SpatialObjectToMetaObject()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/include/
H A DitkDefaultDynamicMeshTraits.h128 using CellLinksContainer = MapContainer< variable
H A DitkDefaultStaticMeshTraits.h127 using CellLinksContainer = VectorContainer< PointIdentifier, PointCellLinksContainer >; variable
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/QuadEdgeMesh/include/
H A DitkQuadEdgeMeshExtendedTraits.h139 using CellLinksContainer = MapContainer< PointIdentifier, PointCellLinksContainer >; variable
H A DitkQuadEdgeMeshTraits.h98 using CellLinksContainer = MapContainer< PointIdentifier, variable
H A DitkQuadEdgeMesh.h107 using CellLinksContainer = typename Superclass::CellLinksContainer; variable