Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ GetDataAs
Function
GetDataAs
Modules/Core/include/mitkDataNode.h:196–199 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
194
*/
195
template <typename T>
196
T* GetDataAs() const
197
{
198
return dynamic_cast<T*>(this->GetData());
199
}
200
201
/**
202
* \brief Get the transformation applied prior to displaying the data as
Callers
nothing calls this directly
Calls
1
GetData
Method · 0.45
Tested by
no test coverage detected