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

Method objectListFields

src/utilities/idf/IdfObject.cpp:1037–1042  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1035 }
1036
1037 std::vector<unsigned> IdfObject_Impl::objectListFields() const {
1038 UnsignedVector result = m_iddObject.objectListFields();
1039 result = trimFieldIndices(result);
1040 result = repeatExtensibleIndices(result);
1041 return result;
1042 }
1043
1044 bool IdfObject_Impl::isDataField(unsigned index) const {
1045 if (index >= numFields()) {

Callers 8

popExtensibleGroupMethod · 0.45
objectListFieldsEqualMethod · 0.45
swapMethod · 0.45
nominallyRemoveObjectMethod · 0.45
objectListFieldsEqualMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36