|
Medical Imaging Interaction Toolkit
2025.08.00
Medical Imaging Interaction Toolkit
|
#include <mitkPoint.h>#include "mitkModelFitInfo.h"#include "mitkModelTraitsInterface.h"#include "MitkModelFitExports.h"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) |