MCPcopy Create free account
hub / github.com/Kitware/VTK / PreExtendForUnion

Function PreExtendForUnion

Common/DataModel/vtkDataSetAttributesFieldList.cxx:212–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210 }
211
212 void PreExtendForUnion(int count)
213 {
214 this->Location.insert(this->Location.begin(), count, -1);
215
216 std::array<bool, vtkDataSetAttributes::NUM_ATTRIBUTES> curattrs;
217 std::fill(curattrs.begin(), curattrs.end(), false);
218 this->AttributeTypes.insert(this->AttributeTypes.begin(), count, curattrs);
219 }
220 ///@}
221};
222

Callers

nothing calls this directly

Calls 4

fillFunction · 0.50
insertMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected