13 #ifndef mitkModelFitParameterValueExtraction_h
14 #define mitkModelFitParameterValueExtraction_h
34 const mitk::Point3D& position,
unsigned int timestep = 0,
bool noThrow =
true);
43 const ::itk::Index<3>& index,
unsigned int timestep = 0,
bool noThrow =
true);
54 const ::itk::Index<3>& index);
#define MITKMODELFIT_EXPORT
Image class for storing images.
itk::Array< ParameterValueType > ParametersType
double ParameterValueType
Data class that stores all information about a modelfit that is relevant to the visualization and sto...
Find image slices visible on a given plane.
std::map< ModelTraitsInterface::ParameterNameType, double > ParameterValueMapType
MITKMODELFIT_EXPORT ParameterValueMapType ExtractParameterValueMapFromModelFit(const mitk::modelFit::ModelFitInfo *fitInfo, const mitk::Point3D &position)
MITKMODELFIT_EXPORT ModelTraitsInterface::ParametersType ConvertParameterMapToParameterVector(const ParameterValueMapType &valueMap, const ModelTraitsInterface *pTraitInterface)
MITKMODELFIT_EXPORT ModelTraitsInterface::ParameterValueType ReadVoxel(const mitk::Image *image, const mitk::Point3D &position, unsigned int timestep=0, bool noThrow=true)