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

Method ReplaceCell

Common/DataModel/vtkUnstructuredGridBase.cxx:81–84  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

79
80//------------------------------------------------------------------------------
81void vtkUnstructuredGridBase::ReplaceCell(vtkIdType cellId, int npts, const vtkIdType pts[])
82{
83 this->InternalReplaceCell(cellId, npts, pts);
84}
85VTK_ABI_NAMESPACE_END

Callers

nothing calls this directly

Calls 1

InternalReplaceCellMethod · 0.80

Tested by

no test coverage detected