MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / index_at

Function index_at

extern/pybind/include/pybind11/numpy.h:1418–1420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1416
1417 template <typename... Ix>
1418 ssize_t index_at(Ix... index) const {
1419 return offset_at(index...) / itemsize();
1420 }
1421
1422 template <typename... Ix>
1423 const T *data(Ix... index) const {

Callers

nothing calls this directly

Calls 1

itemsizeFunction · 0.85

Tested by

no test coverage detected