MCPcopy Create free account
hub / github.com/Kitware/VTK / operator()

Method operator()

Common/DataModel/vtkCellArray.cxx:437–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

435{
436 template <class OffsetsT, class ConnectivityT>
437 void operator()(OffsetsT* offsets, ConnectivityT* conn, vtkIdType cellId,
438 vtkIdType cellPointIndex, vtkIdType newPointId) const
439 {
440 using ValueType = GetAPIType<OffsetsT>;
441
442 GetRange(conn)[GetBeginOffset(offsets, cellId) + cellPointIndex] =
443 static_cast<ValueType>(newPointId);
444 }
445};
446
447struct ReplaceCellAtIdImpl : public vtkCellArray::DispatchUtilities

Callers

nothing calls this directly

Calls 1

GetRangeFunction · 0.50

Tested by

no test coverage detected