MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / isDataField

Method isDataField

src/utilities/idf/IdfObject.cpp:1044–1049  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1042 }
1043
1044 bool IdfObject_Impl::isDataField(unsigned index) const {
1045 if (index >= numFields()) {
1046 return false;
1047 }
1048 return (!isObjectListField(index) && (index > 0 || !m_iddObject.hasHandleField()));
1049 }
1050
1051 std::vector<unsigned> IdfObject_Impl::dataFields() const {
1052 UnsignedVector result;

Callers

nothing calls this directly

Calls 1

hasHandleFieldMethod · 0.80

Tested by

no test coverage detected