MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / getElementMap

Method getElementMap

src/App/ComplexGeoData.cpp:329–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327}
328
329std::vector<MappedElement> ComplexGeoData::getElementMap() const
330{
331 flushElementMap();
332 if (!_elementMap) {
333 return {};
334 }
335 return _elementMap->getAll();
336}
337
338ElementMapPtr ComplexGeoData::elementMap(bool flush) const
339{

Callers 15

setValueMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
elementMapFunction · 0.45
elementsMatchFunction · 0.45
allElementsMatchFunction · 0.45
TEST_FFunction · 0.45
elementMapFunction · 0.45

Calls 1

getAllMethod · 0.80

Tested by 3

elementMapFunction · 0.36
elementsMatchFunction · 0.36
allElementsMatchFunction · 0.36