Medical Imaging Interaction Toolkit  2024.12.99-d991a09f
Medical Imaging Interaction Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
mitkModelFitParameterValueExtraction.h File Reference

Go to the source code of this file.

Namespaces

 mitk
 Find image slices visible on a given plane.
 

Typedefs

using mitk::ParameterValueMapType = std::map< ModelTraitsInterface::ParameterNameType, double >
 

Functions

MITKMODELFIT_EXPORT ModelTraitsInterface::ParameterValueType mitk::ReadVoxel (const mitk::Image *image, const mitk::Point3D &position, unsigned int timestep=0, bool noThrow=true)
 
MITKMODELFIT_EXPORT ModelTraitsInterface::ParameterValueType mitk::ReadVoxel (const mitk::Image *image, const ::itk::Index< 3 > &index, unsigned int timestep=0, bool noThrow=true)
 
MITKMODELFIT_EXPORT ParameterValueMapType mitk::ExtractParameterValueMapFromModelFit (const mitk::modelFit::ModelFitInfo *fitInfo, const mitk::Point3D &position)
 
MITKMODELFIT_EXPORT ParameterValueMapType mitk::ExtractParameterValueMapFromModelFit (const mitk::modelFit::ModelFitInfo *fitInfo, const ::itk::Index< 3 > &index)
 
MITKMODELFIT_EXPORT ModelTraitsInterface::ParametersType mitk::ConvertParameterMapToParameterVector (const ParameterValueMapType &valueMap, const ModelTraitsInterface *pTraitInterface)