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

Function data

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

Source from the content-addressed store, hash-verified

1421
1422 template <typename... Ix>
1423 const T *data(Ix... index) const {
1424 return static_cast<const T *>(array::data(index...));
1425 }
1426
1427 template <typename... Ix>
1428 T *mutable_data(Ix... index) {

Callers 3

uncheckedMethod · 0.70
numpy.hFile · 0.70
loadMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected