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

Function SetData

Modules/Core/include/mitkChannelDescriptor.h:72–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 friend class ImageAccessorBase;
71
72 void SetData(void *dataPtr)
73 {
74 if (dataPtr == nullptr)
75 {
76 m_Data = (unsigned char *)dataPtr;
77 }
78 }
79
80 /** Name of the channel */
81 std::string m_Name;

Callers 2

QmitkChartxyDataMethod · 0.85
SetDataMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected