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

Method operator()

Common/DataModel/vtkCellArray.h:1736–1745  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1734{
1735 template <class OffsetsT, class ConnectivityT>
1736 void operator()(OffsetsT* offsets, ConnectivityT* conn)
1737 {
1738 using ValueType = GetAPIType<OffsetsT>;
1739 using AccessorType = vtkDataArrayAccessor<OffsetsT>;
1740 offsets->Reset();
1741 conn->Reset();
1742 AccessorType accessor(offsets);
1743 ValueType firstOffset = 0;
1744 accessor.InsertNext(firstOffset);
1745 }
1746};
1747
1748struct InsertCellPointImpl : public vtkCellArray::DispatchUtilities

Callers

nothing calls this directly

Calls 1

ResetMethod · 0.45

Tested by

no test coverage detected