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

Method ComputeBoundingGeometry3D

Modules/Core/src/DataManagement/mitkDataStorage.cpp:486–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

484} // namespace
485
486mitk::TimeGeometry::ConstPointer mitk::DataStorage::ComputeBoundingGeometry3D(const SetOfObjects *input,
487 const char *boolPropertyKey,
488 const BaseRenderer *renderer,
489 const char *boolPropertyKey2) const
490{
491 if (input == nullptr)
492 throw std::invalid_argument("DataStorage: input is invalid");
493
494 return ComputeBoundingGeometry3DImpl(input, boolPropertyKey, renderer, boolPropertyKey2);
495}
496
497mitk::TimeGeometry::ConstPointer mitk::DataStorage::ComputeBoundingGeometry3D(const ConstSetOfObjects *input,
498 const char *boolPropertyKey,

Callers 15

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
OnViewSeriesMethod · 0.80
OnResetAllMethod · 0.80
InitNavigatorsMethod · 0.80
mainFunction · 0.80
HandlePOST_reinitMethod · 0.80
SetLayoutImplMethod · 0.80
InitializeGUIMethod · 0.80

Calls 2

GetAllMethod · 0.80

Tested by 6

TestDataStorageFunction · 0.64
SetMapperIDToRender3DMethod · 0.64
SetViewDirectionMethod · 0.64
AddToStorageMethod · 0.64
AddNodeToStorageMethod · 0.64