摘要: VTK ( 004) 基础 坐标轴 主要是 QVTKOpenGLNativeWidget 添加坐标轴, vtkOrientationMarkerWidget 在 SetInteractor 方法中要 vtkNew<vtkGenericOpenGLRenderWindow> renwindow,然后 阅读全文
posted @ 2025-01-16 18:14 ReRound 阅读(66) 评论(0) 推荐(0)
摘要: C++ 常用功能:程序运行计时 #include <iostream> #include <chrono> int main() { // 测试运行时间 auto start = std::chrono::steady_clock::now(); // Run code auto end = std 阅读全文
posted @ 2025-01-16 14:26 ReRound 阅读(22) 评论(0) 推荐(0)