随笔分类 -  C++

上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 33 下一页
摘要:Requiring C++11 Requiring C++11 - done Configuring PROJ: PROJ_VERSION = 6.1.1 PROJ_ABI_VERSION = 6_1 Found Sqlite3: E:/Anaconda3/install1/Library/lib/ 阅读全文
posted @ 2019-08-22 20:38 西北逍遥 阅读(574) 评论(0) 推荐(0)
摘要:E:\Visual Studio 2015\install\VC>e: E:\Visual Studio 2015\install\VC>E:\Visual Studio 2015\install\VC>E:\Visual Studio 2015\install\VC>E:\Visual Studi 阅读全文
posted @ 2019-08-22 09:48 西北逍遥 阅读(948) 评论(1) 推荐(0)
摘要:rs-save-to-disk.cpp 阅读全文
posted @ 2019-08-21 18:42 西北逍遥 阅读(441) 评论(0) 推荐(0)
摘要:bool VCArmEventHandler::handle(const osgGA::GUIEventAdapter& ea, osgGA::GUIActionAdapter&aa) { bool handled = false; switch (ea.getEventType()) { case osgGA::GUIEventAdapter::FRAME: { break; } case os 阅读全文
posted @ 2019-08-08 10:25 西北逍遥 阅读(510) 评论(3) 推荐(0)
摘要:线程 0x2278 已退出,返回值为 0 (0x0)。 IfcTreeWidget==slotObjectsSelected1IfcObjectAttributeExtraction id: 3469 name: "楼板:常规 140 - 20+120:367023" class: IfcSlab 阅读全文
posted @ 2019-08-07 16:53 西北逍遥 阅读(506) 评论(0) 推荐(0)
摘要:实现自由旋转 阅读全文
posted @ 2019-08-06 18:17 西北逍遥 阅读(607) 评论(0) 推荐(0)
摘要:osg::ref_ptr<osg::Geode> CreateBox() { osg::ref_ptr<osg::Geode> geode = new osg::Geode; osg::ref_ptr<osg::TessellationHints> hints = new osg::Tessella 阅读全文
posted @ 2019-08-06 12:12 西北逍遥 阅读(1729) 评论(1) 推荐(0)
摘要:控制ifc构件的隐藏与显示、着色 阅读全文
posted @ 2019-08-05 11:07 西北逍遥 阅读(609) 评论(0) 推荐(0)
摘要:D:/qlbz20190802.ifc 0 006bBpRNnEKe6MNkkOF9n9 F1 0.0000 Summary 2019-08-04 23:08:52 2019-08-04 23:08:52 -1 ... 阅读全文
posted @ 2019-08-04 23:18 西北逍遥 阅读(560) 评论(2) 推荐(0)
摘要:QDateTime格式化 yyyy-MM-dd hh:mm:ss 阅读全文
posted @ 2019-08-04 22:44 西北逍遥 阅读(575) 评论(0) 推荐(0)
摘要:#include #include QDesktopWidget *qDesktopWidget= QApplication::desktop(); QRect qrect1 = qDesktopWidget->screen(0)->rect(); qDebug() << "width:" << qrect1.width() << " height:" << qrect1.he... 阅读全文
posted @ 2019-08-04 11:06 西北逍遥 阅读(766) 评论(0) 推荐(0)
摘要:PtsData PtsData::copy(const PtsData &ptsData) { PtsData ptsData1; ptsData1.data_b = ptsData.data_b; ptsData1.data_g = ptsData.data_g; ptsData1.data_r = ptsData.data_r; ptsData... 阅读全文
posted @ 2019-08-03 10:45 西北逍遥 阅读(534) 评论(0) 推荐(0)
摘要:void VCGantt::removeEntry() { QModelIndexList selectedIndexes = ganttViewCommon->selectionModel()->selectedIndexes(); QModelIndex index = selectedIndexes.value(0); if (!index.isValid()) ... 阅读全文
posted @ 2019-08-02 18:37 西北逍遥 阅读(385) 评论(0) 推荐(0)
摘要:void TeslaManage::initGanttView() { if (vcGanttObject ==NULL) { vcGanttObject = new VCGantt(this); ganttView = vcGanttObject->initGanttView(this->tesla_manage_ui.newEnt... 阅读全文
posted @ 2019-08-01 22:56 西北逍遥 阅读(526) 评论(0) 推荐(0)
摘要:IfcAxis2Placement3D定义了三维空间中物体的位置和方向,由三部分组成: The attribute Axis defines the Z direction, RefDirection the X direction. The Y direction is derived. 注:Y轴 阅读全文
posted @ 2019-07-31 11:53 西北逍遥 阅读(1107) 评论(0) 推荐(0)
摘要:关于ifc数据解析与渲染整个探索过程的总结,我从2016年10月份开始接触ifc标准,刚开始探索用java3d解析、渲染ifc数据,当时参考网上的资料,最终实现了在java3d中解析与渲染ifc数据,但java3d在动态模拟方面不是很好实现,就放弃了java3d,转而使用unity3d,使用unit 阅读全文
posted @ 2019-07-30 01:46 西北逍遥 阅读(577) 评论(0) 推荐(1)
摘要:File: minkernel\crts\ucrt\src\appcrt\heap\debug_heap.cpp Line: 996 Expression: __acrt_first_block == header For information on how your program can ca 阅读全文
posted @ 2019-07-29 19:20 西北逍遥 阅读(3401) 评论(0) 推荐(0)
摘要:The QTableView class provides a default model/view implementation of a table view. More... Header: #include <QTableView> qmake: QT += widgets Inherits 阅读全文
posted @ 2019-07-29 12:46 西北逍遥 阅读(1569) 评论(0) 推荐(0)
摘要:// IfcRoot // attributes: // shared_ptr<IfcGloballyUniqueId> m_GlobalId; // shared_ptr<IfcOwnerHistory> m_OwnerHistory; //optional // shared_ptr<IfcLa 阅读全文
posted @ 2019-07-29 10:37 西北逍遥 阅读(376) 评论(0) 推荐(0)
摘要:Attribute inheritance #AttributeTypeCardinalityDescriptionC IfcRoot 1 GlobalId IfcGloballyUniqueId [1:1] Assignment of a globally unique identifier wi 阅读全文
posted @ 2019-07-28 19:09 西北逍遥 阅读(577) 评论(0) 推荐(0)

上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 33 下一页