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

Method UpdateCellCount

Common/DataModel/vtkCellArray.h:1857–1860  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1855
1856//----------------------------------------------------------------------------
1857inline void vtkCellArray::UpdateCellCount(int npts)
1858{
1859 this->Dispatch(vtkCellArray_detail::UpdateCellCountImpl{}, npts);
1860}
1861
1862//----------------------------------------------------------------------------
1863inline vtkIdType vtkCellArray::InsertNextCell(vtkIdList* pts)

Callers 11

RequestDataMethod · 0.80
RequestDataMethod · 0.80
RotateMethod · 0.80
CreatePlotDataMethod · 0.80
GeneratePolygonsMethod · 0.80
BuildPolygonsMethod · 0.80
RequestDataMethod · 0.80
CropPolyMethod · 0.80
TraceShortestPathMethod · 0.80
RequestDataMethod · 0.80

Calls 1

DispatchMethod · 0.45

Tested by 1