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

Method GetData

Wrapping/Python/mitk/Image.cpp:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 std::unique_ptr<ImageWriteAccessor> write;
48
49 const void* GetData() const
50 {
51 if (read) return read->GetData();
52 if (write) return write->GetData();
53 return nullptr;
54 }
55
56 void* GetMutableData()
57 {

Callers 4

ValidateConsistencyFunction · 0.45
GetMutableDataMethod · 0.45
AsNumpyDirectFunction · 0.45
AsNumpyAccessorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected