MCPcopy Create free account
hub / github.com/MITK/MITK / GetMutableData

Method GetMutableData

Wrapping/Python/mitk/Image.cpp:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 }
55
56 void* GetMutableData()
57 {
58 if (write) return write->GetData();
59 return nullptr;
60 }
61};
62
63void DeleteImageAccessorCapsule(PyObject* capsule)

Callers 1

AsNumpyAccessorFunction · 0.80

Calls 1

GetDataMethod · 0.45

Tested by

no test coverage detected