基本信息
源码名称: 谷歌编程之夏2020年 欧洲核子中心高能软件基金会 开源项目
源码大小:0.39M
文件格式:.zip
开发语言:C/C++
更新时间:2023-04-30
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍

  谷歌编程之夏2020年 欧洲核子中心高能软件基金会 开源项目

高能粒子探测器的3D模型交互查看器

见网站 HSF/Qt3DExaminerViewer: A viewer module which offers manipulation and visualization functionalities and tools similar to the OpenInventor/Coin Examiner viewer. The work is part of the CERN/HSF GSoC 2020 (github.com)

.
├── Qt3DExaminerViewer-master
│   ├── LICENSE
│   ├── Qt3DExaminerViewer.pro
│   ├── README.md
│   ├── loader
│   │   ├── headers
│   │   │   └── GeoLoaderQt.h
│   │   ├── lib
│   │   │   ├── libGeoGenericFunctions.3.2.0.dylib
│   │   │   ├── libGeoModelDBManager.3.2.0.dylib
│   │   │   ├── libGeoModelKernel.3.2.0.dylib
│   │   │   └── libGeoModelRead.3.2.0.dylib
│   │   └── src
│   │       └── GeoLoaderQt.cpp
│   ├── main.cpp
│   ├── resources
│   │   └── db
│   │       ├── Step1_Box_Pixel_Brl1926A_BeamExtension.db
│   │       ├── Step2_Tube_Pixel_Brl1720A_PST_Stiffner.db
│   │       ├── Step3_Tubs_Muon_JNSH_tx1stm_element3.db
│   │       ├── Step3b_Tubs_AFP_cornerAddH1_insideWorldVolume.db
│   │       ├── Step4_Pcon_LAr_Endcap_Cryostat_Cone_Mixed.db
│   │       ├── Step5_MotherChildrenGeometry.db
│   │       └── Step6_ToyGeometryDetector.db
│   ├── resources.qrc
│   └── viewer
│       ├── headers
│       │   ├── CameraWrapper.h
│       │   ├── ExaminerViewer.h
│       │   ├── GeneralMeshModel.h
│       │   ├── MainWindow.h
│       │   └── ModelFactory.h
│       └── src
│           ├── CameraWrapper.cpp
│           ├── ExaminerViewer.cpp
│           ├── GeneralMeshModel.cpp
│           ├── Mainwindow.cpp
│           └── ModelFactory.cpp
└── 谷歌编程之夏2020年 欧洲核子中心高能软件基金会 开源项目-高能粒子探测器的3D模型交互查看器_Qt3DExaminerViewer-master.zip

10 directories, 29 files