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

Method InsertNextCell

Common/DataModel/vtkCellArray.h:1843–1848  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1841
1842//----------------------------------------------------------------------------
1843inline vtkIdType vtkCellArray::InsertNextCell(int npts)
1844{
1845 vtkIdType cellId;
1846 this->Dispatch(vtkCellArray_detail::InsertNextCellImpl{}, npts, cellId);
1847 return cellId;
1848}
1849
1850//----------------------------------------------------------------------------
1851inline void vtkCellArray::InsertCellPoint(vtkIdType id)

Callers 15

UpdateHoverHighlightMethod · 0.45
OnMouseMoveMethod · 0.45
AllocatePolyDataMethod · 0.45
TestQtLabelStrategyFunction · 0.45
RequestDataMethod · 0.45
TestExplicitDataSetFunction · 0.45

Calls 4

DispatchMethod · 0.45
GetNumberOfIdsMethod · 0.45
GetPointerMethod · 0.45
GetPointIdsMethod · 0.45

Tested by 15

TestQtLabelStrategyFunction · 0.36
TestExplicitDataSetFunction · 0.36
setUpMethod · 0.36
DrawTrianglesFunction · 0.36
FillCellArrayFunction · 0.36