13 #ifndef mitkModelFitParameterValueExtraction_h 14 #define mitkModelFitParameterValueExtraction_h 31 const mitk::Point3D& position,
unsigned int timestep = 0,
bool noThrow =
true);
37 const ::itk::Index<3>& index,
unsigned int timestep = 0,
bool noThrow =
true);
48 const ::itk::Index<3>& index);
MITKMODELFIT_EXPORT ModelTraitsInterface::ParameterValueType ReadVoxel(const mitk::Image *image, const mitk::Point3D &position, unsigned int timestep=0, bool noThrow=true)
MITKMODELFIT_EXPORT ModelTraitsInterface::ParametersType ConvertParameterMapToParameterVector(const ParameterValueMapType &valueMap, const ModelTraitsInterface *pTraitInterface)
DataCollection - Class to facilitate loading/accessing structured data.
#define MITKMODELFIT_EXPORT
std::map< ModelTraitsInterface::ParameterNameType, double > ParameterValueMapType
itk::Array< ParameterValueType > ParametersType
Image class for storing images.
mitk::Image::Pointer image
Data class that stores all information about a modelfit that is relevant to the visualization and sto...
MITKMODELFIT_EXPORT ParameterValueMapType ExtractParameterValueMapFromModelFit(const mitk::modelFit::ModelFitInfo *fitInfo, const mitk::Point3D &position)
double ParameterValueType