#include <ExtensibleIndex.hpp>
Public Member Functions | |
ExtensibleIndex (unsigned groupIndex, unsigned fieldIndex) | |
Public Attributes | |
unsigned | field |
unsigned | group |
Index pair for IdfObject fields in extensible groups.
For example, in
extIndex can be used to access the 3rd field in an object's 2nd extensible group. extIndex.group == 1, extIndex.field == 2.
openstudio::ExtensibleIndex::ExtensibleIndex | ( | unsigned | groupIndex, |
unsigned | fieldIndex | ||
) |
unsigned openstudio::ExtensibleIndex::field |
unsigned openstudio::ExtensibleIndex::group |