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

Method operator()

Common/DataModel/vtkCellArray.cxx:950–953  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

948 vtkCellArray* CellArray;
949 template <typename OffsetsT, typename ConnectivityT>
950 void operator()(OffsetsT* offsets, ConnectivityT* connectivity)
951 {
952 this->CellArray->SetData(offsets, connectivity);
953 }
954};
955} // end anon namespace
956

Callers

nothing calls this directly

Calls 1

SetDataMethod · 0.45

Tested by

no test coverage detected