OpenStudio:utilities/idd
Loading...
Searching...
No Matches
openstudio::Wall_InterzoneFields Class Reference

#include <Wall_Interzone_FieldEnums.hxx>

+ Inheritance diagram for openstudio::Wall_InterzoneFields:

Public Types

enum  domain {
  Name , ConstructionName , ZoneName , SpaceName ,
  OutsideBoundaryConditionObject , AzimuthAngle , TiltAngle , StartingXCoordinate ,
  StartingYCoordinate , StartingZCoordinate , Length , Height
}
 

Public Member Functions

domain value () const
 
 Wall_InterzoneFields ()
 
 Wall_InterzoneFields (const std::string &t_name)
 
 Wall_InterzoneFields (int t_value)
 

Static Public Member Functions

static std::string enumName ()
 

Detailed Description

Enumeration of Wall:Interzone's Idd and Idf non-extensible fields.

This enumeration provides readable, and semi-robust tags to use instead of bare unsigned integer field indices. (The enumeration value names are more likely to be valid across EnergyPlus and OpenStudio releases, and will break if they become invalid.) See the OPENSTUDIO_ENUM documentation in utilities/core/Enum.hpp. The actual macro call is:

Member Enumeration Documentation

◆ domain

Enumerator
Name 
ConstructionName 
ZoneName 
SpaceName 
OutsideBoundaryConditionObject 
AzimuthAngle 
TiltAngle 
StartingXCoordinate 
StartingYCoordinate 
StartingZCoordinate 
Length 
Height 

Constructor & Destructor Documentation

◆ Wall_InterzoneFields() [1/3]

openstudio::Wall_InterzoneFields::Wall_InterzoneFields ( )
inline

◆ Wall_InterzoneFields() [2/3]

openstudio::Wall_InterzoneFields::Wall_InterzoneFields ( const std::string & t_name)
inline

◆ Wall_InterzoneFields() [3/3]

openstudio::Wall_InterzoneFields::Wall_InterzoneFields ( int t_value)
inline

Member Function Documentation

◆ enumName()

static std::string openstudio::Wall_InterzoneFields::enumName ( )
inlinestatic

◆ value()

domain openstudio::Wall_InterzoneFields::value ( ) const
inline