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

Function WriteCommonRendererInfo

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

Source from the content-addressed store, hash-verified

69 }
70
71 static void WriteCommonRendererInfo(std::ostringstream& stream, Point3D point, TimePointType time)
72 {
73 stream << "Position: <" << std::fixed << point[0] << ", "
74 << std::fixed << point[1] << ", "
75 << std::fixed << point[2] << "> mm; ";
76
77 stream << "Time: " << time << " ms";
78 }
79
80 static void WriteCommonImageInfo(std::ostringstream& stream, Point3D point, itk::Index<3> index, TimePointType time)
81 {

Callers 1

DisplayRendererInfoMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected