Medical Imaging Interaction Toolkit  2023.12.99-ed252ae7
Medical Imaging Interaction Toolkit
mitkDataStorage.h File Reference
#include "itkObject.h"
#include "itkVectorContainer.h"
#include "mitkDataNode.h"
#include "mitkGeometry3D.h"
#include "mitkMessage.h"
#include <MitkCoreExports.h>
#include <map>
#include <mutex>

Go to the source code of this file.

Classes

class  mitk::DataStorage
 Data management class that handles 'was created by' relations. More...
 

Namespaces

 mitk
 Find image slices visible on a given plane.
 

Functions

MITKCORE_EXPORT DataNode::Pointer mitk::FindTopmostVisibleNode (const DataStorage::SetOfObjects::ConstPointer nodes, const Point3D worldPosition, const TimePointType timePoint, const BaseRenderer *baseRender)
 returns the topmost visible node of a given list of nodes. The function returns a node that is visible and has the highest layer of a set of given nodes. The property list, which is used to find the visibility- and layer-property is specified by the given base renderer. More...