Home
last modified time | relevance | path

Searched defs:CellIter (Results 1 – 16 of 16) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/Filters/Core/
H A Dvtk3DLinearGridInternal.h360 struct CellIter struct
386 CellIter() in CellIter() argument
402 CellIter(vtkIdType numCells, unsigned char* types, vtkCellArray* cellArray) in CellIter() argument
420 ~CellIter() in ~CellIter() argument
474 const unsigned short* GetCase(unsigned char caseNum) in GetCase()
483 const vtkIdType* Initialize(vtkIdType cellId) in Initialize()
496 const vtkIdType* Next() in Next()
524 unsigned char GetCellType(vtkIdType cellId) { return this->Types[cellId]; } in GetCellType()
527 const vtkIdType* GetCellIds(vtkIdType cellId) in GetCellIds()
541 BaseCell* GetCell(int cellType) in GetCell()
/dports/math/vtk8/VTK-8.2.0/Filters/Core/
H A DvtkContour3DLinearGrid.cxx379 struct CellIter struct
383 bool Copy;
384 BaseCell *Cell;
389 vtkIdType Incr;
399 TetCell *Tet;
400 HexCell *Hex;
401 PyrCell *Pyr;
402 WedgeCell *Wedge;
403 VoxCell *Vox;
404 EmptyCell *Empty;
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Format/
H A DWhitespaceManager.cpp999 auto *CellIter = Cells.begin(); in alignArrayInitializersRightJustified() local
1067 auto *CellIter = Cells.begin(); in alignArrayInitializersLeftJustified() local
1256 for (auto *CellIter = Cells.begin(); CellIter != Cells.end(); ++CellIter) { in linkCells() local
H A DWhitespaceManager.h277 unsigned getMaximumCellWidth(I CellIter, unsigned NetWidth) const { in getMaximumCellWidth()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Format/
H A DWhitespaceManager.cpp999 auto *CellIter = Cells.begin(); in alignArrayInitializersRightJustified() local
1067 auto *CellIter = Cells.begin(); in alignArrayInitializersLeftJustified() local
1256 for (auto *CellIter = Cells.begin(); CellIter != Cells.end(); ++CellIter) { in linkCells() local
H A DWhitespaceManager.h277 unsigned getMaximumCellWidth(I CellIter, unsigned NetWidth) const { in getMaximumCellWidth()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Format/
H A DWhitespaceManager.cpp999 auto *CellIter = Cells.begin(); in alignArrayInitializersRightJustified() local
1067 auto *CellIter = Cells.begin(); in alignArrayInitializersLeftJustified() local
1256 for (auto *CellIter = Cells.begin(); CellIter != Cells.end(); ++CellIter) { in linkCells() local
H A DWhitespaceManager.h277 unsigned getMaximumCellWidth(I CellIter, unsigned NetWidth) const { in getMaximumCellWidth()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp999 auto *CellIter = Cells.begin(); in alignArrayInitializersRightJustified() local
1067 auto *CellIter = Cells.begin(); in alignArrayInitializersLeftJustified() local
1244 for (auto *CellIter = Cells.begin(); CellIter != Cells.end(); ++CellIter) { in linkCells() local
H A DWhitespaceManager.h277 unsigned getMaximumCellWidth(I CellIter, unsigned NetWidth) const { in getMaximumCellWidth()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Format/
H A DWhitespaceManager.cpp999 auto *CellIter = Cells.begin(); in alignArrayInitializersRightJustified() local
1067 auto *CellIter = Cells.begin(); in alignArrayInitializersLeftJustified() local
1256 for (auto *CellIter = Cells.begin(); CellIter != Cells.end(); ++CellIter) { in linkCells() local
H A DWhitespaceManager.h277 unsigned getMaximumCellWidth(I CellIter, unsigned NetWidth) const { in getMaximumCellWidth()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Format/
H A DWhitespaceManager.cpp999 auto *CellIter = Cells.begin(); in alignArrayInitializersRightJustified() local
1067 auto *CellIter = Cells.begin(); in alignArrayInitializersLeftJustified() local
1256 for (auto *CellIter = Cells.begin(); CellIter != Cells.end(); ++CellIter) { in linkCells() local
H A DWhitespaceManager.h277 unsigned getMaximumCellWidth(I CellIter, unsigned NetWidth) const { in getMaximumCellWidth()
/dports/math/vtk9/VTK-9.1.0/Filters/Geometry/
H A DvtkMarkBoundaryFilter.cxx200 vtkSMPThreadLocal<vtkSmartPointer<vtkCellArrayIterator>> CellIter; member
583 vtkSMPThreadLocal<vtkSmartPointer<vtkUnstructuredGridCellIterator>> CellIter; member
H A DvtkGeometryFilter.cxx1135 vtkSMPThreadLocal<vtkSmartPointer<vtkUnstructuredGridCellIterator>> CellIter; member
1196 vtkSMPThreadLocal<vtkSmartPointer<vtkUnstructuredGridCellIterator>> CellIter; member