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

#include <ExtensibleIndex.hpp>

Public Member Functions

 ExtensibleIndex (unsigned groupIndex, unsigned fieldIndex)
 

Public Attributes

unsigned field
 
unsigned group
 

Detailed Description

Index pair for IdfObject fields in extensible groups.

For example, in

ExtensibleIndex extIndex(1,2)
Index pair for IdfObject fields in extensible groups.
Definition ExtensibleIndex.hpp:22

extIndex can be used to access the 3rd field in an object's 2nd extensible group. extIndex.group == 1, extIndex.field == 2.

Constructor & Destructor Documentation

◆ ExtensibleIndex()

openstudio::ExtensibleIndex::ExtensibleIndex ( unsigned groupIndex,
unsigned fieldIndex )

Member Data Documentation

◆ field

unsigned openstudio::ExtensibleIndex::field

◆ group

unsigned openstudio::ExtensibleIndex::group