| 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 | { |