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

Function WriteCommonImageInfo

Modules/Core/src/Controllers/mitkStatusBar.cpp:80–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 }
79
80 static void WriteCommonImageInfo(std::ostringstream& stream, Point3D point, itk::Index<3> index, TimePointType time)
81 {
82 stream << "Position: <" << std::fixed << point[0] << ", "
83 << std::fixed << point[1] << ", "
84 << std::fixed << point[2] << "> mm; ";
85
86 stream << "Index: <" << index[0] << ", "
87 << index[1] << ", "
88 << index[2] << "> ; ";
89
90 stream << "Time: " << time << " ms";
91 }
92
93 void StatusBar::DisplayRendererInfo(Point3D point, TimePointType time)
94 {

Callers 1

DisplayImageInfoMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected