13 #ifndef CURVEDESCRIPTIONPARAMETERBASE_H 14 #define CURVEDESCRIPTIONPARAMETERBASE_H 19 #include <itkArray2D.h> 20 #include <itkObject.h> 53 DescriptionParameterResultsType GetCurveDescriptionParameter(
const CurveType& curve,
const CurveGridType& grid)
const;
57 virtual DescriptionParameterNamesType GetDescriptionParameterName()
const = 0 ;
62 virtual DescriptionParameterResultsType ComputeCurveDescriptionParameter(
const CurveType& curve,
const CurveGridType& grid)
const = 0;
71 void operator=(
const Self&);
76 #endif // CURVEDESCRIPTIONPARAMETERBASE_H
#define MITKPHARMACOKINETICS_EXPORT
DataCollection - Class to facilitate loading/accessing structured data.
CurveDescriptionParameterBase Self
itk::SmartPointer< Self > Pointer
std::vector< CurveDescriptionParameterResultType > DescriptionParameterResultsType
std::vector< CurveDescriptionParameterNameType > DescriptionParameterNamesType
double CurveDescriptionParameterResultType
itk::Array< double > CurveType
std::string CurveDescriptionParameterNameType
itk::SmartPointer< const Self > ConstPointer
itk::Array< double > CurveGridType