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

Method InsertNextCell

Common/DataModel/vtkUnstructuredGridBase.cxx:48–51  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

46
47//------------------------------------------------------------------------------
48vtkIdType vtkUnstructuredGridBase::InsertNextCell(int type, vtkIdType npts, const vtkIdType pts[])
49{
50 return this->InternalInsertNextCell(type, npts, pts);
51}
52
53//------------------------------------------------------------------------------
54vtkIdType vtkUnstructuredGridBase::InsertNextCell(int type, vtkIdList* ptIds)

Callers 1

DeepCopyMethod · 0.95

Calls 2

ImportLegacyFormatMethod · 0.80

Tested by

no test coverage detected