Home
last modified time | relevance | path

Searched refs:LAST_ITK_CELL (Results 1 – 2 of 2) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/include/
H A DitkCellInterface.h150 LAST_ITK_CELL, MAX_ITK_CELLS = 255 }; enumerator
191 if ( id < LAST_ITK_CELL ) in GetVisitor()
210 if ( id < LAST_ITK_CELL ) in AddVisitor()
223 VisitorPointer m_Visitors[LAST_ITK_CELL]; // fixed array set to the
/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/MeshBase/include/
H A DitkMeshIOBase.h128 LAST_ITK_CELL, MAX_ITK_CELLS = 255} CellGeometryType; enumerator