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

#include <Shading_Fin_FieldEnums.hxx>

+ Inheritance diagram for openstudio::Shading_FinFields:

Public Types

enum  domain {
  Name , WindoworDoorName , LeftExtensionfromWindow_Door , LeftDistanceAboveTopofWindow ,
  LeftDistanceBelowBottomofWindow , LeftTiltAnglefromWindow_Door , LeftDepth , RightExtensionfromWindow_Door ,
  RightDistanceAboveTopofWindow , RightDistanceBelowBottomofWindow , RightTiltAnglefromWindow_Door , RightDepth
}
 

Public Member Functions

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

Static Public Member Functions

static std::string enumName ()
 

Detailed Description

Enumeration of Shading:Fin'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 
WindoworDoorName 
LeftExtensionfromWindow_Door 
LeftDistanceAboveTopofWindow 
LeftDistanceBelowBottomofWindow 
LeftTiltAnglefromWindow_Door 
LeftDepth 
RightExtensionfromWindow_Door 
RightDistanceAboveTopofWindow 
RightDistanceBelowBottomofWindow 
RightTiltAnglefromWindow_Door 
RightDepth 

Constructor & Destructor Documentation

◆ Shading_FinFields() [1/3]

openstudio::Shading_FinFields::Shading_FinFields ( )
inline

◆ Shading_FinFields() [2/3]

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

◆ Shading_FinFields() [3/3]

openstudio::Shading_FinFields::Shading_FinFields ( int t_value)
inline

Member Function Documentation

◆ enumName()

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

◆ value()

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