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

Method InsertCellPoint

Common/DataModel/vtkCellArray.h:1851–1854  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1849
1850//----------------------------------------------------------------------------
1851inline void vtkCellArray::InsertCellPoint(vtkIdType id)
1852{
1853 this->Dispatch(vtkCellArray_detail::InsertCellPointImpl{}, id);
1854}
1855
1856//----------------------------------------------------------------------------
1857inline void vtkCellArray::UpdateCellCount(int npts)

Callers 15

RequestDataMethod · 0.80
CopyShapeMethod · 0.80
WriteVTPMethod · 0.80
ReadTimeStepMethod · 0.80
ReadMidpointDataMethod · 0.80
ProcessGeometryMethod · 0.80
ReadFaceCellArrayMethod · 0.80

Calls 1

DispatchMethod · 0.45