Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
void DeleteImageAccessorCapsule(PyObject* capsule)
Callers
1
AsNumpyAccessor
Function · 0.80
Calls
1
GetData
Method · 0.45
Tested by
no test coverage detected