当前位置: 首页>>代码示例>>C++>>正文


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

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


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


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