• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

C++ detail::WorkspaceObject_Impl类代码示例

原作者: [db:作者] 来自: [db:来源] 收藏 邀请

本文整理汇总了C++中openstudio::detail::WorkspaceObject_Impl的典型用法代码示例。如果您正苦于以下问题:C++ WorkspaceObject_Impl类的具体用法?C++ WorkspaceObject_Impl怎么用?C++ WorkspaceObject_Impl使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。



在下文中一共展示了WorkspaceObject_Impl类的20个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于我们的系统推荐出更棒的C++代码示例。

示例1:

 InteriorPartitionSurfaceGroup_Impl::InteriorPartitionSurfaceGroup_Impl(const openstudio::detail::WorkspaceObject_Impl& other,
                                                                        Model_Impl* model,
                                                                        bool keepHandle)
   : PlanarSurfaceGroup_Impl(other,model,keepHandle)
 {
   OS_ASSERT(other.iddObject().type() == InteriorPartitionSurfaceGroup::iddObjectType());
 }
开发者ID:ChengXinDL,项目名称:OpenStudio,代码行数:7,代码来源:InteriorPartitionSurfaceGroup.cpp


示例2:

 CentralHeatPumpSystemModule_Impl::CentralHeatPumpSystemModule_Impl(const openstudio::detail::WorkspaceObject_Impl& other,
                                                                    Model_Impl* model,
                                                                    bool keepHandle)
   : ParentObject_Impl(other,model,keepHandle)
 {
   OS_ASSERT(other.iddObject().type() == CentralHeatPumpSystemModule::iddObjectType());
 }
开发者ID:Anto-F,项目名称:OpenStudio,代码行数:7,代码来源:CentralHeatPumpSystemModule.cpp


示例3:

 WindowDataFile_Impl::WindowDataFile_Impl(const openstudio::detail::WorkspaceObject_Impl& other,
                                          Model_Impl* model,
                                          bool keepHandle)
   : ConstructionBase_Impl(other,model,keepHandle)
 {
   OS_ASSERT(other.iddObject().type() == WindowDataFile::iddObjectType());
 }
开发者ID:MatthewSteen,项目名称:OpenStudio,代码行数:7,代码来源:WindowDataFile.cpp


示例4:

 GasMixture_Impl::GasMixture_Impl(const openstudio::detail::WorkspaceObject_Impl& other,
                                  Model_Impl* model,
                                  bool keepHandle)
   : GasLayer_Impl(other,model,keepHandle)
 {
   OS_ASSERT(other.iddObject().type() == GasMixture::iddObjectType());
 }
开发者ID:ORNL-BTRIC,项目名称:OpenStudio,代码行数:7,代码来源:GasMixture.cpp


示例5:

 ConvergenceLimits_Impl::ConvergenceLimits_Impl(const openstudio::detail::WorkspaceObject_Impl& other,
                                                Model_Impl* model,
                                                bool keepHandle)
   : ModelObject_Impl(other,model,keepHandle)
 {
   OS_ASSERT(other.iddObject().type() == ConvergenceLimits::iddObjectType());
 }
开发者ID:CUEBoxer,项目名称:OpenStudio,代码行数:7,代码来源:ConvergenceLimits.cpp


示例6:

 ScheduleRule_Impl::ScheduleRule_Impl(const openstudio::detail::WorkspaceObject_Impl& other,
                                      Model_Impl* model,
                                      bool keepHandle)
   : ParentObject_Impl(other,model,keepHandle)
 {
   OS_ASSERT(other.iddObject().type() == ScheduleRule::iddObjectType());
 }
开发者ID:Anto-F,项目名称:OpenStudio,代码行数:7,代码来源:ScheduleRule.cpp


示例7:

 PlantEquipmentOperationHeatingLoad_Impl::PlantEquipmentOperationHeatingLoad_Impl(const openstudio::detail::WorkspaceObject_Impl& other,
                                                                                  Model_Impl* model,
                                                                                  bool keepHandle)
   : PlantEquipmentOperationRangeBasedScheme_Impl(other,model,keepHandle)
 {
   OS_ASSERT(other.iddObject().type() == PlantEquipmentOperationHeatingLoad::iddObjectType());
 }
开发者ID:NREL,项目名称:OpenStudio,代码行数:7,代码来源:PlantEquipmentOperationHeatingLoad.cpp


示例8:

 Screen_Impl::Screen_Impl(const openstudio::detail::WorkspaceObject_Impl& other,
                          Model_Impl* model,
                          bool keepHandle)
   : ShadingMaterial_Impl(other,model,keepHandle)
 {
   OS_ASSERT(other.iddObject().type() == Screen::iddObjectType());
 }
开发者ID:ORNL-BTRIC,项目名称:OpenStudio,代码行数:7,代码来源:Screen.cpp


示例9:

 ChillerAbsorptionIndirect_Impl::ChillerAbsorptionIndirect_Impl(const openstudio::detail::WorkspaceObject_Impl& other,
                                                                Model_Impl* model,
                                                                bool keepHandle)
   : WaterToWaterComponent_Impl(other,model,keepHandle)
 {
   OS_ASSERT(other.iddObject().type() == ChillerAbsorptionIndirect::iddObjectType());
 }
开发者ID:MatthewSteen,项目名称:OpenStudio,代码行数:7,代码来源:ChillerAbsorptionIndirect.cpp


示例10:

 PeopleDefinition_Impl::PeopleDefinition_Impl(const openstudio::detail::WorkspaceObject_Impl& other,
                                              Model_Impl* model,
                                              bool keepHandle)
   : SpaceLoadDefinition_Impl(other,model,keepHandle)
 {
   OS_ASSERT(other.iddObject().type() == PeopleDefinition::iddObjectType());
 }
开发者ID:ORNL-BTRIC,项目名称:OpenStudio,代码行数:7,代码来源:PeopleDefinition.cpp


示例11:

 GlareSensor_Impl::GlareSensor_Impl(const openstudio::detail::WorkspaceObject_Impl& other,
                                                  Model_Impl* model,
                                                  bool keepHandle)
   : SpaceItem_Impl(other,model,keepHandle)
 {
   OS_ASSERT(other.iddObject().type() == GlareSensor::iddObjectType());
 }
开发者ID:Anto-F,项目名称:OpenStudio,代码行数:7,代码来源:GlareSensor.cpp


示例12:

ControllerWaterCoil_Impl::ControllerWaterCoil_Impl(const openstudio::detail::WorkspaceObject_Impl& other,
                                                   Model_Impl* model,
                                                   bool keepHandle)
  : HVACComponent_Impl(other,model,keepHandle)
{
  BOOST_ASSERT(other.iddObject().type() == ControllerWaterCoil::iddObjectType());
}
开发者ID:Rahjou,项目名称:OpenStudio,代码行数:7,代码来源:ControllerWaterCoil.cpp


示例13:

 CurveFunctionalPressureDrop_Impl::CurveFunctionalPressureDrop_Impl(const openstudio::detail::WorkspaceObject_Impl& other,
                                                                    Model_Impl* model,
                                                                    bool keepHandle)
   : Curve_Impl(other,model,keepHandle)
 {
   BOOST_ASSERT(other.iddObject().type() == CurveFunctionalPressureDrop::iddObjectType());
 }
开发者ID:Rahjou,项目名称:OpenStudio,代码行数:7,代码来源:CurveFunctionalPressureDrop.cpp


示例14:

 ZoneHVACEnergyRecoveryVentilator_Impl::ZoneHVACEnergyRecoveryVentilator_Impl(const openstudio::detail::WorkspaceObject_Impl& other,
                                                                              Model_Impl* model,
                                                                              bool keepHandle)
   : ZoneHVACComponent_Impl(other,model,keepHandle)
 {
   OS_ASSERT(other.iddObject().type() == ZoneHVACEnergyRecoveryVentilator::iddObjectType());
 }
开发者ID:MatthewSteen,项目名称:OpenStudio,代码行数:7,代码来源:ZoneHVACEnergyRecoveryVentilator.cpp


示例15:

CoilHeatingGasMultiStage_Impl::CoilHeatingGasMultiStage_Impl(const openstudio::detail::WorkspaceObject_Impl& other,
        Model_Impl* model,
        bool keepHandle)
    : StraightComponent_Impl(other,model,keepHandle)
{
    OS_ASSERT(other.iddObject().type() == CoilHeatingGasMultiStage::iddObjectType());
}
开发者ID:BIMDataHub,项目名称:OpenStudio-IFC-Importer,代码行数:7,代码来源:CoilHeatingGasMultiStage.cpp


示例16:

 RefrigerationWalkInZoneBoundary_Impl::RefrigerationWalkInZoneBoundary_Impl(const openstudio::detail::WorkspaceObject_Impl& other,
                                                                            Model_Impl* model,
                                                                            bool keepHandle)
   : ModelObject_Impl(other,model,keepHandle)
 {
   OS_ASSERT(other.iddObject().type() == RefrigerationWalkInZoneBoundary::iddObjectType());
 }
开发者ID:Anto-F,项目名称:OpenStudio,代码行数:7,代码来源:RefrigerationWalkInZoneBoundary.cpp


示例17:

 CoilCoolingLowTempRadiantConstFlow_Impl::CoilCoolingLowTempRadiantConstFlow_Impl(const openstudio::detail::WorkspaceObject_Impl& other,
                                                                                  Model_Impl* model,
                                                                                  bool keepHandle)
   : StraightComponent_Impl(other,model,keepHandle)
 {
   BOOST_ASSERT(other.iddObject().type() == CoilCoolingLowTempRadiantConstFlow::iddObjectType());
 }
开发者ID:ORNL-BTRIC,项目名称:OpenStudio,代码行数:7,代码来源:CoilCoolingLowTempRadiantConstFlow.cpp


示例18:

 CoilCoolingDXVariableRefrigerantFlow_Impl::CoilCoolingDXVariableRefrigerantFlow_Impl(const openstudio::detail::WorkspaceObject_Impl& other,
                                                                                      Model_Impl* model,
                                                                                      bool keepHandle)
   : HVACComponent_Impl(other,model,keepHandle)
 {
   OS_ASSERT(other.iddObject().type() == CoilCoolingDXVariableRefrigerantFlow::iddObjectType());
 }
开发者ID:CUEBoxer,项目名称:OpenStudio,代码行数:7,代码来源:CoilCoolingDXVariableRefrigerantFlow.cpp


示例19:

 ShadingSurface_Impl::ShadingSurface_Impl(const openstudio::detail::WorkspaceObject_Impl& other,
                                          Model_Impl* model,
                                          bool keepHandle)
   : PlanarSurface_Impl(other,model,keepHandle)
 {
   OS_ASSERT(other.iddObject().type() == ShadingSurface::iddObjectType());
 }
开发者ID:Anto-F,项目名称:OpenStudio,代码行数:7,代码来源:ShadingSurface.cpp


示例20:

 HeatBalanceAlgorithm_Impl::HeatBalanceAlgorithm_Impl(const openstudio::detail::WorkspaceObject_Impl& other,
                                                      Model_Impl* model,
                                                      bool keepHandle)
   : ModelObject_Impl(other,model,keepHandle)
 {
   OS_ASSERT(other.iddObject().type() == HeatBalanceAlgorithm::iddObjectType());
 }
开发者ID:CUEBoxer,项目名称:OpenStudio,代码行数:7,代码来源:HeatBalanceAlgorithm.cpp



注:本文中的openstudio::detail::WorkspaceObject_Impl类示例由纯净天空整理自Github/MSDocs等源码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。


鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
C++ model::ModelObject类代码示例发布时间:2022-05-31
下一篇:
C++ openstudio::path类代码示例发布时间:2022-05-31
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap