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

Method InsertNextCell

Common/DataModel/vtkCellTypes.cxx:63–66  ·  view source on GitHub ↗

------------------------------------------------------------------------------ VTK_DEPRECATED_IN_9_6_0

Source from the content-addressed store, hash-verified

61//------------------------------------------------------------------------------
62// VTK_DEPRECATED_IN_9_6_0
63vtkIdType vtkCellTypes::InsertNextCell(unsigned char type, vtkIdType)
64{
65 return this->InsertNextCell(type);
66}
67
68//------------------------------------------------------------------------------
69// Add a cell to the object in the next available slot.

Callers

nothing calls this directly

Calls 1

InsertCellMethod · 0.95

Tested by

no test coverage detected