MCPcopy Create free account
hub / github.com/MITK/MITK / SetDecimalPoint

Method SetDecimalPoint

Modules/Classification/CLUtilities/src/mitkCLResultWriter.cpp:58–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void mitk::cl::FeatureResultWriter::SetDecimalPoint(char decimal)
59{
60 m_Output.imbue(std::locale(std::cout.getloc(), new punct_facet<char>(decimal)));
61 m_UseSpecialDecimalPoint = true;
62 m_DecimalPoint = decimal;
63}
64
65void mitk::cl::FeatureResultWriter::AddColumn(double value) {
66 std::ostringstream ss;

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected