MCPcopy Create free account
hub / github.com/chrxh/alien / isConnectedTo

Method isConnectedTo

source/EngineInterface/Descriptions.cpp:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81bool CellDescription::isConnectedTo(uint64_t id) const
82{
83 return std::find_if(connections.begin(), connections.end(), [&id](auto const& connection) { return connection.cellId == id; }) != connections.end();
84}
85
86RealVector2D ClusterDescription::getClusterPosFromCells() const
87{

Callers 1

reconnectCellsMethod · 0.80

Calls 2

beginMethod · 0.80
endMethod · 0.80

Tested by

no test coverage detected