| 78 | inline const tList<tBuffer<int> >& GetNeighborhoodOutputBuffers() { return m_other_output_buffers; } |
| 79 | inline const Apto::Array<int, Apto::Smart>& GetExtendedMemory() const { return m_ext_mem; } |
| 80 | inline tBuffer<int>* GetReceivedMessages() { return m_received_messages; } |
| 81 | inline int GetLogicId() const { return m_logic_id; } |
| 82 | inline void SetLogicId(int v) { m_logic_id = v; } |
| 83 | inline bool GetOnDivide() const { return m_on_divide; } |