Home
last modified time | relevance | path

Searched refs:CellAutoPointer (Results 1 – 25 of 92) sorted by relevance

1234

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Mesh/test/
H A DitkMeshTest.cxx60 using CellAutoPointer = CellType::CellAutoPointer; typedef
195 CellAutoPointer testCell; in itkMeshTest()
219 CellAutoPointer hexaCell; in itkMeshTest()
232 CellAutoPointer cellPointer0; in itkMeshTest()
276 CellAutoPointer boundLine; in itkMeshTest()
314 CellAutoPointer cellPointer; in itkMeshTest()
356 CellAutoPointer cellPointer; in itkMeshTest()
381 CellAutoPointer cellPointer; in itkMeshTest()
399 CellAutoPointer cellToDelete; in itkMeshTest()
473 CellAutoPointer cellToDelete; in itkMeshTest()
[all …]
H A DitkCellInterfaceTest.cxx40 using CellAutoPointer = CellType::CellAutoPointer; typedef
46 CellAutoPointer cell(aCell,true); in TestCellInterface()
58 CellAutoPointer feature; in TestCellInterface()
124 CellAutoPointer copyOfCell; in TestCellInterface()
H A DitkAutomaticTopologyMeshSourceTest.cxx261 using CellAutoPointer = MeshType::CellAutoPointer; in itkAutomaticTopologyMeshSourceTest() typedef
262 CellAutoPointer cell; in itkAutomaticTopologyMeshSourceTest()
280 using CellAutoPointer = MeshType::CellAutoPointer; in itkAutomaticTopologyMeshSourceTest() typedef
281 CellAutoPointer cell; in itkAutomaticTopologyMeshSourceTest()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/QuadEdgeMesh/test/
H A DitkQuadEdgeMeshTest2.cxx30 using CellAutoPointer = CellType::CellAutoPointer; in itkQuadEdgeMeshTest2() typedef
46 CellAutoPointer line0; in itkQuadEdgeMeshTest2()
52 CellAutoPointer line1; in itkQuadEdgeMeshTest2()
58 CellAutoPointer line2; in itkQuadEdgeMeshTest2()
H A DitkQuadEdgeMeshPolygonCellTest.cxx50 using CellAutoPointer = CellType::CellAutoPointer; in itkQuadEdgeMeshPolygonCellTest() typedef
95 CellAutoPointer testCell; in itkQuadEdgeMeshPolygonCellTest()
116 CellAutoPointer anotherCell; in itkQuadEdgeMeshPolygonCellTest()
/dports/science/InsightToolkit/ITK-5.0.1/Examples/DataRepresentation/Mesh/
H A DMesh2.cxx119 using CellAutoPointer = CellType::CellAutoPointer; in main() typedef
174 CellAutoPointer line0; in main()
175 CellAutoPointer line1; in main()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Nonunit/IntegratedTest/test/
H A DitkPolygonCellTest.cxx48 using CellAutoPointer = CellType::CellAutoPointer; in itkPolygonCellTest() typedef
92 CellAutoPointer testCell; in itkPolygonCellTest()
117 CellAutoPointer anotherCell; in itkPolygonCellTest()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/SpatialObjects/test/
H A DitkMeshSpatialObjectTest.cxx34 using CellAutoPointer = CellType::CellAutoPointer; in itkMeshSpatialObjectTest() typedef
52 CellAutoPointer testCell1; in itkMeshSpatialObjectTest()
166 CellAutoPointer testCell3; in itkMeshSpatialObjectTest()
171 CellAutoPointer testCell4; in itkMeshSpatialObjectTest()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Mesh/include/
H A DitkMesh.h189 using CellAutoPointer = typename CellType::CellAutoPointer; variable
348 void SetCell(CellIdentifier, CellAutoPointer &);
349 bool GetCell(CellIdentifier, CellAutoPointer &) const;
393 CellFeatureIdentifier, CellAutoPointer &) const;
418 CellAutoPointer &) const;
H A DitkTriangleMeshToSimplexMeshFilter.h87 using InputCellAutoPointer = typename InputCellType::CellAutoPointer;
88 using CellAutoPointer = typename TInputMesh::CellAutoPointer; variable
112 using OutputCellAutoPointer = typename TOutputMesh::CellAutoPointer;
H A DitkSimplexMesh.h92 using CellAutoPointer = typename CellType::CellAutoPointer; variable
159 CellIdentifier AddFace(CellAutoPointer & cellPointer);
165 CellIdentifier ReplaceFace(CellIdentifier replaceIndex, CellAutoPointer & cellPointer);
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/QuadEdgeMeshFiltering/test/
H A DitkAutomaticTopologyQuadEdgeMeshSourceTest.cxx263 using CellAutoPointer = MeshType::CellAutoPointer; in itkAutomaticTopologyQuadEdgeMeshSourceTest() typedef
264 CellAutoPointer cell; in itkAutomaticTopologyQuadEdgeMeshSourceTest()
283 using CellAutoPointer = MeshType::CellAutoPointer; in itkAutomaticTopologyQuadEdgeMeshSourceTest() typedef
284 CellAutoPointer cell; in itkAutomaticTopologyQuadEdgeMeshSourceTest()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/include/
H A DitkCellInterface.h61 using CellAutoPointer = typename Superclass::CellAutoPointer; \
138 using CellAutoPointer = SelfAutoPointer; variable
239 virtual void MakeCopy(CellAutoPointer &) const = 0;
255 CellAutoPointer &) = 0;
301 virtual bool GetClosestBoundary(CoordRepType[], bool *, CellAutoPointer &) in GetClosestBoundary() argument
H A DitkVertexCell.h58 void MakeCopy(CellAutoPointer &) const override;
67 CellAutoPointer &) override;
H A DitkDefaultDynamicMeshTraits.h116 using CellAutoPointer = typename CellType::CellAutoPointer; variable
H A DitkQuadraticEdgeCell.h61 void MakeCopy(CellAutoPointer &) const override;
69 bool GetBoundaryFeature(int dimension, CellFeatureIdentifier, CellAutoPointer &) override;
H A DitkDefaultStaticMeshTraits.h115 using CellAutoPointer = typename CellType::CellAutoPointer; variable
H A DitkLineCell.h66 void MakeCopy(CellAutoPointer &) const override;
74 bool GetBoundaryFeature(int dimension, CellFeatureIdentifier, CellAutoPointer &) override;
/dports/science/InsightToolkit/ITK-5.0.1/Examples/SpatialObjects/
H A DMeshSpatialObject.cxx59 using CellAutoPointer = CellType::CellAutoPointer; in main() typedef
78 CellAutoPointer testCell1; in main()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/QuadEdgeMesh/include/
H A DitkQuadEdgeMeshLineCell.h57 using CellAutoPointer = typename Superclass::CellAutoPointer; variable
127 CellAutoPointer & cell) override;
130 void MakeCopy(CellAutoPointer & cell) const override in MakeCopy()
H A DitkQuadEdgeMesh.h97 using CellAutoPointer = typename Superclass::CellAutoPointer; variable
190 void SetEdgeCell(CellIdentifier cellId, CellAutoPointer & cellPointer) in SetEdgeCell()
270 CellAutoPointer & cellAP) const in GetCellBoundaryFeature()
303 CellAutoPointer & cellAP) const in GetAssignedCellBoundaryIfOneExists()
313 void SetCell(CellIdentifier cId, CellAutoPointer & cell);
H A DitkQuadEdgeMeshPolygonCell.h55 using CellAutoPointer = typename Superclass::CellAutoPointer; variable
137 CellAutoPointer & cell) override;
140 void MakeCopy(CellAutoPointer & cell) const override in MakeCopy()
H A DitkQuadEdgeMeshEulerOperatorsTestHelper.h112 typename CellType::CellAutoPointer cellpointer; in CreateSquareQuadMesh()
187 typename CellType::CellAutoPointer cellpointer; in CreateSquareTriangularMesh()
238 typename CellType::CellAutoPointer cellpointer; in CreateTetraedronMesh()
287 typename CellType::CellAutoPointer cellpointer; in CreateSamosa()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Segmentation/Voronoi/test/
H A DitkVoronoiDiagram2DTest.cxx42 using CellAutoPointer = VoronoiDiagram::CellAutoPointer; in itkVoronoiDiagram2DTest() typedef
69 CellAutoPointer currCell; in itkVoronoiDiagram2DTest()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Segmentation/Voronoi/include/
H A DitkVoronoiDiagram2D.h88 using genericCellPointer = typename MeshTraits::CellAutoPointer;
108 using CellAutoPointer = typename Superclass::CellAutoPointer; variable
147 void GetCellId(CellIdentifier cellId, CellAutoPointer &);

1234