Medical Imaging Interaction Toolkit  2023.12.00
Medical Imaging Interaction Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
mitkModelFitInfo.h File Reference

Go to the source code of this file.

Classes

class  mitk::modelFit::ModelFitInfo
 Data class that stores all information about a modelfit that is relevant to the visualization and stored as properties in the result nodes. More...
 

Namespaces

 mitk
 Find image slices visible on a given plane.
 
 mitk::modelFit
 

Typedefs

typedef std::set< ModelFitInfo::UIDType > mitk::modelFit::NodeUIDSetType
 

Functions

const MITKMODELFIT_EXPORT std::string mitk::modelFit::GetMandatoryProperty (const mitk::DataNode *node, const std::string &prop)
 Reads the string property with the given name from the data of the given node and returns its value. Throws a ModelFitException if the property doesn't exist. More...
 
const MITKMODELFIT_EXPORT std::string mitk::modelFit::GetMandatoryProperty (const mitk::BaseData *data, const std::string &prop)
 Reads the string property with the given name from the given base data and returns its value. Throws a ModelFitException if the property doesn't exist. More...
 
MITKMODELFIT_EXPORT ModelFitInfo::Pointer mitk::modelFit::CreateFitInfoFromNode (const ModelFitInfo::UIDType &uid, const mitk::DataStorage *storage)
 Creates a new ModelFitInfo instance from the nodes in the passed storage. The fit will be identified by the passed UID. Returns the instance on success. More...
 
MITKMODELFIT_EXPORT ModelFitInfo::Pointer mitk::modelFit::CreateFitInfoFromModelParameterizer (const ModelParameterizerBase *usedParameterizer, mitk::BaseData *inputImage, const std::string &fitType, const std::string &fitName="", const ModelFitInfo::UIDType &roiUID="")
 
MITKMODELFIT_EXPORT ModelFitInfo::Pointer mitk::modelFit::CreateFitInfoFromModelParameterizer (const ModelParameterizerBase *usedParameterizer, mitk::BaseData *inputImage, const std::string &fitType, const ScalarListLookupTable &inputData, const std::string &fitName="", const ModelFitInfo::UIDType &roiUID="")
 
MITKMODELFIT_EXPORT DataStorage::SetOfObjects::ConstPointer mitk::modelFit::GetNodesOfFit (const ModelFitInfo::UIDType &fitUID, const mitk::DataStorage *storage)
 
MITKMODELFIT_EXPORT NodeUIDSetType mitk::modelFit::GetFitUIDsOfNode (const mitk::DataNode *node, const mitk::DataStorage *storage)