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

Method operator()

Common/DataModel/vtkCellArray.h:1635–1639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1633{
1634 template <class OffsetsT, class ConnectivityT>
1635 void operator()(
1636 OffsetsT* offsets, ConnectivityT* vtkNotUsed(conn), vtkIdType cellId, vtkIdType& cellSize)
1637 {
1638 cellSize = GetCellSize(offsets, cellId);
1639 }
1640};
1641
1642struct GetCellAtIdImpl : public vtkCellArray::DispatchUtilities

Callers

nothing calls this directly

Calls 1

GetCellSizeFunction · 0.70

Tested by

no test coverage detected