Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
mitkTestModelFactory.cpp
Go to the documentation of this file.
1
/*============================================================================
2
3
The Medical Imaging Interaction Toolkit (MITK)
4
5
Copyright (c) German Cancer Research Center (DKFZ)
6
All rights reserved.
7
8
Use of this source code is governed by a 3-clause BSD license that can be
9
found in the LICENSE file.
10
11
============================================================================*/
12
13
#include "
mitkTestModelFactory.h
"
14
#include "
mitkConcreteModelParameterizerBase.h
"
15
16
mitk::TestModelFactory::TestModelFactory
()
17
{
18
};
19
20
mitk::TestModelFactory::~TestModelFactory
()
21
{
22
};
23
24
mitk::ModelParameterizerBase::ParametersType
25
mitk::TestModelFactory::GetDefaultInitialParameterization
()
const
26
{
27
ParametersType
dummy;
28
return
dummy;
29
};
30
31
mitk::ModelParameterizerBase::Pointer
mitk::TestModelFactory::DoCreateParameterizer
(
32
const
modelFit::ModelFitInfo
*
/*fit*/
)
const
33
{
34
mitk::ModelParameterizerBase::Pointer
dummy;
35
return
dummy;
36
};
mitk::TestModelFactory::~TestModelFactory
~TestModelFactory() override
Definition:
mitkTestModelFactory.cpp:20
mitk::ModelTraitsInterface::ParametersType
itk::Array< ParameterValueType > ParametersType
Definition:
mitkModelTraitsInterface.h:31
mitk::TestModelFactory::TestModelFactory
TestModelFactory()
Definition:
mitkTestModelFactory.cpp:16
mitk::TestModelFactory::DoCreateParameterizer
ModelParameterizerBase::Pointer DoCreateParameterizer(const modelFit::ModelFitInfo *fit) const override
Definition:
mitkTestModelFactory.cpp:31
mitk::TestModelFactory::GetDefaultInitialParameterization
ParametersType GetDefaultInitialParameterization() const override
Definition:
mitkTestModelFactory.cpp:25
mitkTestModelFactory.h
mitk::modelFit::ModelFitInfo
Data class that stores all information about a modelfit that is relevant to the visualization and sto...
Definition:
mitkModelFitInfo.h:40
mitkConcreteModelParameterizerBase.h
mitk::ModelParameterizerBase::ParametersType
ModelBaseType::ParametersType ParametersType
Definition:
mitkModelParameterizerBase.h:49
itk::SmartPointer< Self >
Source
Modules
ModelFit
src
TestingHelper
mitkTestModelFactory.cpp
Generated on Thu Mar 12 2020 10:24:05 for Medical Imaging Interaction Toolkit by
1.8.13