本文整理汇总了C++中openstudio::detail::WorkspaceObject_Impl::iddObject方法的典型用法代码示例。如果您正苦于以下问题:C++ WorkspaceObject_Impl::iddObject方法的具体用法?C++ WorkspaceObject_Impl::iddObject怎么用?C++ WorkspaceObject_Impl::iddObject使用的例子?那么, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类openstudio::detail::WorkspaceObject_Impl
的用法示例。
在下文中一共展示了WorkspaceObject_Impl::iddObject方法的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的C++代码示例。
示例1:
DefaultConstructionSet_Impl::DefaultConstructionSet_Impl(const openstudio::detail::WorkspaceObject_Impl& other,
Model_Impl* model,
bool keepHandle)
: ResourceObject_Impl(other,model,keepHandle)
{
OS_ASSERT(other.iddObject().type() == DefaultConstructionSet::iddObjectType());
}
示例2:
SetpointManagerSingleZoneHumidityMaximum_Impl::SetpointManagerSingleZoneHumidityMaximum_Impl(const openstudio::detail::WorkspaceObject_Impl& other,
Model_Impl* model,
bool keepHandle)
: SetpointManager_Impl(other,model,keepHandle)
{
OS_ASSERT(other.iddObject().type() == SetpointManagerSingleZoneHumidityMaximum::iddObjectType());
}
示例3:
DistrictCooling_Impl::DistrictCooling_Impl(const openstudio::detail::WorkspaceObject_Impl& other,
Model_Impl* model,
bool keepHandle)
: StraightComponent_Impl(other,model,keepHandle)
{
OS_ASSERT(other.iddObject().type() == DistrictCooling::iddObjectType());
}
示例4:
ThermalStorageIceDetailed_Impl::ThermalStorageIceDetailed_Impl(const openstudio::detail::WorkspaceObject_Impl& other,
Model_Impl* model,
bool keepHandle)
: StraightComponent_Impl(other,model,keepHandle)
{
OS_ASSERT(other.iddObject().type() == ThermalStorageIceDetailed::iddObjectType());
}
示例5:
CurveQuadratic_Impl::CurveQuadratic_Impl(const openstudio::detail::WorkspaceObject_Impl& other,
Model_Impl* model,
bool keepHandle)
: Curve_Impl(other,model,keepHandle)
{
BOOST_ASSERT(other.iddObject().type() == CurveQuadratic::iddObjectType());
}
示例6:
AirflowNetworkEquivalentDuct_Impl::AirflowNetworkEquivalentDuct_Impl(const openstudio::detail::WorkspaceObject_Impl& other,
Model_Impl* model,
bool keepHandle)
: AirflowNetworkComponent_Impl(other,model,keepHandle)
{
OS_ASSERT(other.iddObject().type() == AirflowNetworkEquivalentDuct::iddObjectType());
}
示例7:
CurveExponentialSkewNormal_Impl::CurveExponentialSkewNormal_Impl(const openstudio::detail::WorkspaceObject_Impl& other,
Model_Impl* model,
bool keepHandle)
: Curve_Impl(other,model,keepHandle)
{
OS_ASSERT(other.iddObject().type() == CurveExponentialSkewNormal::iddObjectType());
}
示例8:
ProgramControl_Impl::ProgramControl_Impl(const openstudio::detail::WorkspaceObject_Impl& other,
Model_Impl* model,
bool keepHandle)
: ModelObject_Impl(other,model,keepHandle)
{
BOOST_ASSERT(other.iddObject().type() == ProgramControl::iddObjectType());
}
示例9:
EnergyManagementSystemProgramCallingManager_Impl::EnergyManagementSystemProgramCallingManager_Impl(const openstudio::detail::WorkspaceObject_Impl& other,
Model_Impl* model,
bool keepHandle)
: ModelObject_Impl(other,model,keepHandle)
{
OS_ASSERT(other.iddObject().type() == EnergyManagementSystemProgramCallingManager::iddObjectType());
}
示例10:
SetpointManagerFollowGroundTemperature_Impl::SetpointManagerFollowGroundTemperature_Impl(const openstudio::detail::WorkspaceObject_Impl& other,
Model_Impl* model,
bool keepHandle)
: SetpointManager_Impl(other,model,keepHandle)
{
OS_ASSERT(other.iddObject().type() == SetpointManagerFollowGroundTemperature::iddObjectType());
}
示例11:
ExteriorLightsDefinition_Impl::ExteriorLightsDefinition_Impl(const openstudio::detail::WorkspaceObject_Impl& other,
Model_Impl* model,
bool keepHandle)
: ResourceObject_Impl(other,model,keepHandle)
{
OS_ASSERT(other.iddObject().type() == ExteriorLightsDefinition::iddObjectType());
}
示例12:
PortList_Impl::PortList_Impl(const openstudio::detail::WorkspaceObject_Impl& other,
Model_Impl* model,
bool keepHandle)
: ModelObject_Impl(other,model,keepHandle)
{
OS_ASSERT(other.iddObject().type() == PortList::iddObjectType());
}
示例13:
CurveRectangularHyperbola2_Impl::CurveRectangularHyperbola2_Impl(const openstudio::detail::WorkspaceObject_Impl& other,
Model_Impl* model,
bool keepHandle)
: Curve_Impl(other,model,keepHandle)
{
OS_ASSERT(other.iddObject().type() == CurveRectangularHyperbola2::iddObjectType());
}
示例14:
CurveFunctionalPressureDrop_Impl::CurveFunctionalPressureDrop_Impl(const openstudio::detail::WorkspaceObject_Impl& other,
Model_Impl* model,
bool keepHandle)
: Curve_Impl(other,model,keepHandle)
{
OS_ASSERT(other.iddObject().type() == CurveFunctionalPressureDrop::iddObjectType());
}
示例15:
SizingParameters_Impl::SizingParameters_Impl(const openstudio::detail::WorkspaceObject_Impl& other,
Model_Impl* model,
bool keepHandle)
: ModelObject_Impl(other,model,keepHandle)
{
OS_ASSERT(other.iddObject().type() == SizingParameters::iddObjectType());
}