Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <mitkCostingStatistic.h>
Public Member Functions | |
void | SetCollection (DataCollection::Pointer collection) |
DataCollection::Pointer | GetCollection () |
void | SetMaskName (std::string name) |
void | SetCombinedA (std::string name) |
void | SetCombinedB (std::string name) |
void | SetCombinedLabel (std::string name) |
void | SetProbabilitiesA (std::vector< std::string > probA) |
void | SetProbabilitiesB (std::vector< std::string > probB) |
bool | UpdateCollection () |
bool | CalculateClass (double threshold) |
bool | WriteStatistic (std::ostream &out, std::ostream &sout, double stepSize, std::string shortLabel) |
Definition at line 11 of file mitkCostingStatistic.h.
bool mitk::CostingStatistic::CalculateClass | ( | double | threshold | ) |
mitk::DataCollection::Pointer mitk::CostingStatistic::GetCollection | ( | ) |
Definition at line 81 of file mitkCostingStatistic.cpp.
void mitk::CostingStatistic::SetCollection | ( | DataCollection::Pointer | collection | ) |
Definition at line 76 of file mitkCostingStatistic.cpp.
|
inline |
Definition at line 18 of file mitkCostingStatistic.h.
|
inline |
Definition at line 19 of file mitkCostingStatistic.h.
|
inline |
Definition at line 20 of file mitkCostingStatistic.h.
|
inline |
Definition at line 17 of file mitkCostingStatistic.h.
|
inline |
Definition at line 21 of file mitkCostingStatistic.h.
|
inline |
Definition at line 22 of file mitkCostingStatistic.h.
bool mitk::CostingStatistic::UpdateCollection | ( | ) |
Definition at line 86 of file mitkCostingStatistic.cpp.
References EnsureDataImageInCollection(), EnsureLabelImageInCollection(), mitk::DataCollectionImageIterator< TDataType, ImageDimension >::GetVoxel(), mitk::DataCollectionImageIterator< TDataType, ImageDimension >::IsAtEnd(), and mitk::DataCollectionImageIterator< TDataType, ImageDimension >::SetVoxel().
bool mitk::CostingStatistic::WriteStatistic | ( | std::ostream & | out, |
std::ostream & | sout, | ||
double | stepSize, | ||
std::string | shortLabel | ||
) |
Definition at line 175 of file mitkCostingStatistic.cpp.
References mitk::CollectionStatistic::Print(), mitk::CollectionStatistic::SetClassCount(), mitk::CollectionStatistic::SetCollection(), mitk::CollectionStatistic::SetGoldName(), mitk::CollectionStatistic::SetMaskName(), mitk::CollectionStatistic::SetTestName(), and mitk::CollectionStatistic::Update().