MCPcopy Create free account
hub / github.com/Kitware/VTK / GetCellAtId

Method GetCellAtId

Common/DataModel/vtkCellArray.h:1814–1817  ·  view source on GitHub ↗

----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1812
1813//----------------------------------------------------------------------------
1814inline void vtkCellArray::GetCellAtId(vtkIdType cellId, vtkIdList* pts)
1815{
1816 this->Dispatch(vtkCellArray_detail::GetCellAtIdImpl{}, cellId, pts);
1817}
1818
1819//----------------------------------------------------------------------------
1820inline void vtkCellArray::GetCellAtId(vtkIdType cellId, vtkIdType& cellSize, vtkIdType* cellPoints)

Callers 15

GetCellMethod · 0.95
GetNextCellMethod · 0.95
RequestDataMethod · 0.45
CheckFaceListMethod · 0.45
InsertCellsToGridMethod · 0.45
MakeBoundaryMeshMethod · 0.45
TestOFFReaderFunction · 0.45
TestOBJReaderMultilineFunction · 0.45
WriteMeshFunction · 0.45
TestNetCDFUGRIDReaderFunction · 0.45
WriteBlockInformationMethod · 0.45
ReadPieceDataMethod · 0.45

Calls 1

DispatchMethod · 0.45

Tested by 15

TestOFFReaderFunction · 0.36
TestOBJReaderMultilineFunction · 0.36
TestNetCDFUGRIDReaderFunction · 0.36
TestGetCellAtIdFunction · 0.36
TestInsertNextCellFunction · 0.36
TestReverseCellAtIdFunction · 0.36
TestReplaceCellAtIdFunction · 0.36
TestAppendImplFunction · 0.36
RunTestFunction · 0.36