Home
last modified time | relevance | path

Searched refs:CellInterface (Results 1 – 25 of 39) sorted by relevance

12

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/include/
H A DitkCellInterface.hxx30 CellInterface< TPixelType, TCellTraits >
43 CellInterface< TPixelType, TCellTraits >
51 CellInterface< TPixelType, TCellTraits >
70 CellInterface< TPixelType, TCellTraits >
89 CellInterface< TPixelType, TCellTraits >
101 CellInterface< TPixelType, TCellTraits >
112 CellInterface< TPixelType, TCellTraits >
125 CellInterface< TPixelType, TCellTraits >
136 CellInterface< TPixelType, TCellTraits >
149 CellInterface< TPixelType, TCellTraits >
[all …]
H A DitkCellInterface.h35 …virtual void Accept(CellIdentifier cellid, typename CellInterface< PixelType, …
101 class ITK_TEMPLATE_EXPORT CellInterface
104 ITK_DISALLOW_COPY_AND_ASSIGN(CellInterface);
107 itkCellCommonTypedefs(CellInterface);
137 using CellType = CellInterface;
428 itkTypeMacroNoParent(CellInterface);
431 CellInterface() = default;
432 virtual ~CellInterface() = default;
H A DitkCellInterfaceVisitor.h31 class ITK_TEMPLATE_EXPORT CellInterface; variable
66 virtual void VisitFromCell(CellIdentifier cellId, CellInterface< TPixelType,
132 void VisitFromCell(CellIdentifier cellId, CellInterface< TPixelType, in VisitFromCell()
H A DitkVertexCell.h49 itkTypeMacro(VertexCell, CellInterface);
H A DitkDefaultDynamicMeshTraits.h115 using CellType = CellInterface< CellPixelType, CellTraits >;
H A DitkQuadraticEdgeCell.h47 itkTypeMacro(QuadraticEdgeCell, CellInterface);
H A DitkDefaultStaticMeshTraits.h113 using CellType = CellInterface< CellPixelType, CellTraits >;
H A DitkLineCell.h52 itkTypeMacro(LineCell, CellInterface);
H A DitkQuadraticTriangleCell.h48 itkTypeMacro(QuadraticTriangleCell, CellInterface);
H A DitkTetrahedronCell.h47 itkTypeMacro(TetrahedronCell, CellInterface);
H A DitkPolygonCell.h63 itkTypeMacro(PolygonCell, CellInterface);
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/QuadEdgeMesh/wrapping/
H A DitkQuadEdgeMeshLineCell.wrap6 # CellInterface is in ITKCommon
7 itk_wrap_class("itk::CellInterface" AUTOPOINTER)
16 itk_wrap_template("CI${mangle_CellInterface}" "itk::CellInterface< ${type_CellInterface} >")
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Mesh/wrapping/
H A DitkMeshBase.wrap32 itk_wrap_class("itk::CellInterface" AUTOPOINTER)
44 …("${ITKM_IT}CI${mangle_CellInterface_MapContainer}" "${ITKT_IT}, itk::CellInterface< ${type_CellIn…
52 …{ITKM_IT}CI${mangle_CellInterface_VectorContainer}" "${ITKT_IT}, itk::CellInterface< ${type_CellIn…
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/wrapping/
H A DitkVertexCell.notwrapped6 …itk_wrap_template("CIDQEMCTI${d}" "itk::CellInterface< double, itk::QuadEdgeMeshCellTraitsInfo< ${…
H A DitkLineCell.notwrapped6 …itk_wrap_template("CIDQEMCTI${d}" "itk::CellInterface< double, itk::QuadEdgeMeshCellTraitsInfo< ${…
H A DitkTriangleCell.notwrapped6 …itk_wrap_template("CIDQEMCTI${d}" "itk::CellInterface< double, itk::QuadEdgeMeshCellTraitsInfo< ${…
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/QuadEdgeMesh/test/
H A DitkQuadEdgeMeshPolygonCellTest.cxx41 using CellInterfaceType = itk::CellInterface< int, CellTraits >; in itkQuadEdgeMeshPolygonCellTest()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Nonunit/IntegratedTest/test/
H A DitkPolygonCellTest.cxx39 using CellInterfaceType = itk::CellInterface< int, CellTraits >; in itkPolygonCellTest()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Mesh/include/
H A DitkVTKPolyDataWriter.h78 using CellInterfaceType = CellInterface< PixelType, CellTraits >;
H A DitkSphereMeshSource.h72 using CellInterfaceType = CellInterface< OPixelType, CellTraits >;
H A DitkRegularSphereMeshSource.h72 using CellInterfaceType = itk::CellInterface< PixelType, CellTraits >;
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Mesh/test/
H A DitkVTKPolyDataWriterTest01.cxx36 using CellInterfaceType = itk::CellInterface< PointType, CellTraits >; in itkVTKPolyDataWriterTest01()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/QuadEdgeMesh/include/
H A DitkQuadEdgeMeshExtendedTraits.h135 using CellType = CellInterface< CellPixelType, CellTraits >;
H A DitkQuadEdgeMeshTraits.h94 using CellType = CellInterface< CellPixelType, CellTraits >;
/dports/science/InsightToolkit/ITK-5.0.1/Examples/SpatialObjects/
H A DMeshSpatialObject.cxx55 using CellInterfaceType = itk::CellInterface< float, CellTraits >; in main()

12