Home
last modified time | relevance | path

Searched refs:av_cell_id (Results 1 – 4 of 4) sorted by relevance

/dports/biology/avida/avida-2.12.4-src/avida-core/source/main/
H A DcPopulationInterface.cc1684 void cPopulationInterface::AddPredPreyAV(int av_cell_id) in AddPredPreyAV() argument
1688 sIO_avatar predAV(av_cell_id, 0, -1, true, false); in AddPredPreyAV()
1693 sIO_avatar preyAV(av_cell_id, 0, -1, false, true); in AddPredPreyAV()
1729 if (tmpAV.av_cell_id >= 0) { in RemoveAllAV()
1759 return m_avatars[av_num].av_cell_id; in GetAVCellID()
1783 const int cell_id = m_avatars[av_num].av_cell_id; in GetAVNumNeighbors()
1923 if (m_avatars[av_num].av_cell_id == av_cell_id) return false; in SetAVCellID()
1926 if (m_avatars[av_num].av_cell_id > -1) { in SetAVCellID()
1945 m_avatars[av_num].av_cell_id = av_cell_id; in SetAVCellID()
1969 const int old_cell_id = m_avatars[av_num].av_cell_id; in SetAVFacedCellID()
[all …]
H A DcPopulationInterface.h265 int av_cell_id; member
270 …sIO_avatar() : av_cell_id(-1), av_facing(0), av_faced_cell(-1), av_input(false), av_output(false) … in sIO_avatar()
271 …sIO_avatar(int av_cell_id, int av_facing, int av_faced_cell, bool input, bool output) : av_cell_id in sIO_avatar()
282 void AddIOAV(int av_cell_id, int av_facing, bool input, bool output);
283 void AddPredPreyAV(int av_cell_id);
300 bool SetAVCellID(int av_cell_id, int av_num = 0);
H A DcOrgInterface.h210 virtual void AddIOAV(int av_cell_id, int av_facing, bool input, bool output) = 0;
211 virtual void AddPredPreyAV(int av_cell_id) = 0;
228 virtual bool SetAVCellID(int av_cell_id, int av_num = 0) = 0;
237 virtual tArray<cOrganism*> GetCellAVs(int av_cell_id, int av_num=0) =0;
/dports/biology/avida/avida-2.12.4-src/avida-core/source/cpu/
H A DcTestCPUInterface.h207 void AddIOAV(int av_cell_id, int av_facing, bool input, bool output) { ; } in AddIOAV() argument
208 void AddPredPreyAV(int av_cell_id) { ; } in AddPredPreyAV() argument
225 bool SetAVCellID(int av_cell_id, int av_num = 0) { return false; }