COPASI API  4.40.278
CLayoutState.cpp File Reference

Macros

#define STATE_SET_POSITIONS(objectMap, it, endIt)
 

Functions

void tagKey (CLGraphicalObject *element)
 

Macro Definition Documentation

◆ STATE_SET_POSITIONS

#define STATE_SET_POSITIONS (   objectMap,
  it,
  endIt 
)
Value:
{\
for (;it != endIt; ++it)\
{\
const std::string& key = (it->getTag());\
StringBoundMap::const_iterator boundIt = objectMap.find(key);\
if (boundIt == objectMap.end()) \
continue; \
CLBoundingBox* current = boundIt->second;\
it->setPosition(current->getPosition());\
}\
}

Function Documentation

◆ tagKey()

void tagKey ( CLGraphicalObject element)