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

Method GetSource

Modules/Core/src/DataManagement/mitkBaseData.cpp:162–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162itk::SmartPointer<mitk::BaseDataSource> mitk::BaseData::GetSource() const
163{
164 return static_cast<mitk::BaseDataSource *>(Superclass::GetSource().GetPointer());
165}
166
167mitk::PropertyList::Pointer mitk::BaseData::GetPropertyList() const
168{

Callers 10

GetMTimeMethod · 0.45
GetVtkPolyDataMethod · 0.45
UpdateMethod · 0.45
ImageAccessorBaseMethod · 0.45

Calls 1

GetPointerMethod · 0.80

Tested by

no test coverage detected