|
RepastHPC
2.3.1
|
This is the complete list of members for repast::SharedContext< T >, including all inherited members.
| addAgent(T *agent) | repast::Context< T > | |
| addProjection(Projection< T > *projection) | repast::SharedContext< T > | virtual |
| addValueLayer(BaseValueLayer *valueLayer) | repast::Context< T > | |
| begin(filterLocalFlag local) | repast::SharedContext< T > | |
| repast::Context::begin() const | repast::Context< T > | inline |
| byTypeBegin(filterLocalFlag local, int type) | repast::SharedContext< T > | |
| repast::Context::byTypeBegin(int typeId) const | repast::Context< T > | inline |
| byTypeEnd(filterLocalFlag local, int type) | repast::SharedContext< T > | |
| repast::Context::byTypeEnd(int typeId) const | repast::Context< T > | inline |
| byTypeFilteredBegin(filterLocalFlag local, int type, filterStruct &fStruct) | repast::SharedContext< T > | |
| repast::Context::byTypeFilteredBegin(const int type, const filterStruct &fStruct) | repast::Context< T > | |
| byTypeFilteredEnd(filterLocalFlag local, int type, filterStruct &fStruct) | repast::SharedContext< T > | |
| repast::Context::byTypeFilteredEnd(const int type, const filterStruct &fStruct) | repast::Context< T > | |
| cleanProjectionInfo(std::set< AgentId > &agentsToKeep) (defined in repast::Context< T >) | repast::Context< T > | |
| const_bytype_iterator typedef (defined in repast::Context< T >) | repast::Context< T > | |
| const_iterator typedef (defined in repast::Context< T >) | repast::Context< T > | |
| const_local_iterator typedef (defined in repast::SharedContext< T >) | repast::SharedContext< T > | |
| const_state_aware_bytype_iterator typedef (defined in repast::SharedContext< T >) | repast::SharedContext< T > | |
| const_state_aware_iterator typedef (defined in repast::SharedContext< T >) | repast::SharedContext< T > | |
| contains(const AgentId &id) | repast::Context< T > | |
| Context() (defined in repast::Context< T >) | repast::Context< T > | |
| decrementProjRefCount(const AgentId &id) | repast::SharedContext< T > | |
| end(filterLocalFlag local) | repast::SharedContext< T > | |
| repast::Context::end() const | repast::Context< T > | inline |
| filteredBegin(filterLocalFlag local, filterStruct &fStruct) | repast::SharedContext< T > | |
| repast::Context::filteredBegin(const filterStruct &fStruct) | repast::Context< T > | |
| filteredEnd(filterLocalFlag local, filterStruct &fStruct) | repast::SharedContext< T > | |
| repast::Context::filteredEnd(const filterStruct &fStruct) | repast::Context< T > | |
| filterLocalFlag enum name (defined in repast::SharedContext< T >) | repast::SharedContext< T > | |
| getAgent(const AgentId &id) | repast::Context< T > | |
| getAgentStatusInfoExchangePartners(std::set< int > &sends, std::set< int > &recvs) (defined in repast::SharedContext< T >) | repast::SharedContext< T > | |
| getAgentsToPushProjOrder (defined in repast::SharedContext< T >) | repast::SharedContext< T > | |
| getAgentsToPushToOtherProcesses(std::map< int, std::set< AgentId > > &agentsToPush) (defined in repast::SharedContext< T >) | repast::SharedContext< T > | |
| getContinuousValueLayer(const std::string &valueLayerName) | repast::Context< T > | |
| getDiscreteValueLayer(const std::string &valueLayerName) | repast::Context< T > | |
| getNonlocalAgentsToDrop(std::set< AgentId > &agentsToKeep, std::set< AgentId > &agentsToDrop, RADIUS radius=Projection< T >::PRIMARY) | repast::SharedContext< T > | |
| getProjection(const std::string &name) | repast::Context< T > | |
| getProjectionInfo(AgentRequest req, std::map< std::string, std::vector< repast::ProjectionInfoPacket * > > &map, bool secondaryInfo=false, std::set< AgentId > *secondaryIds=0, int destProc=-1) | repast::Context< T > | |
| getProjInfoExchangePartners(std::set< int > &sends, std::set< int > &recvs) (defined in repast::SharedContext< T >) | repast::SharedContext< T > | |
| getRandomAgents(const int count, std::vector< T * > &agents) | repast::Context< T > | |
| getRequiredAgents(std::set< AgentId > &agentsToTest, std::set< AgentId > &agentsToKeep, RADIUS radius=Projection< T >::PRIMARY) | repast::SharedContext< T > | |
| importedAgentRemoved(const AgentId &id) | repast::SharedContext< T > | |
| incrementProjRefCount(const AgentId &id) | repast::SharedContext< T > | |
| keepsAgentsOnSyncProj() | repast::SharedContext< T > | |
| LOCAL enum value (defined in repast::SharedContext< T >) | repast::SharedContext< T > | |
| LOCAL_FILTER (defined in repast::SharedContext< T >) | repast::SharedContext< T > | |
| localBegin() const | repast::SharedContext< T > | |
| localEnd() const | repast::SharedContext< T > | |
| localPredicate (defined in repast::SharedContext< T >) | repast::SharedContext< T > | |
| NON_LOCAL enum value (defined in repast::SharedContext< T >) | repast::SharedContext< T > | |
| NON_LOCAL_FILTER (defined in repast::SharedContext< T >) | repast::SharedContext< T > | |
| projections (defined in repast::Context< T >) | repast::Context< T > | protected |
| RADIUS typedef (defined in repast::SharedContext< T >) | repast::SharedContext< T > | |
| removeAgent(const AgentId id) | repast::SharedContext< T > | |
| removeAgent(T *agent) | repast::SharedContext< T > | |
| selectAgents(filterLocalFlag localOrNonLocalOnly, std::set< T * > &selectedAgents, bool remove=false, int popSize=-1) | repast::SharedContext< T > | |
| selectAgents(filterLocalFlag localOrNonLocalOnly, std::vector< T * > &selectedAgents, bool remove=false, int popSize=-1) | repast::SharedContext< T > | |
| selectAgents(filterLocalFlag localOrNonLocalOnly, int count, std::set< T * > &selectedAgents, bool remove=false, int popSize=-1) | repast::SharedContext< T > | |
| selectAgents(filterLocalFlag localOrNonLocalOnly, int count, std::vector< T * > &selectedAgents, bool remove=false, int popSize=-1) | repast::SharedContext< T > | |
| selectAgents(filterLocalFlag localOrNonLocalOnly, std::set< T * > &selectedAgents, int type, bool remove=false, int popSize=-1) | repast::SharedContext< T > | |
| selectAgents(filterLocalFlag localOrNonLocalOnly, std::vector< T * > &selectedAgents, int type, bool remove=false, int popSize=-1) | repast::SharedContext< T > | |
| selectAgents(filterLocalFlag localOrNonLocalOnly, int count, std::set< T * > &selectedAgents, int type, bool remove=false, int popSize=-1) | repast::SharedContext< T > | |
| selectAgents(filterLocalFlag localOrNonLocalOnly, int count, std::vector< T * > &selectedAgents, int type, bool remove=false, int popSize=-1) | repast::SharedContext< T > | |
| selectAgents(filterLocalFlag localOrNonLocalOnly, std::set< T * > &selectedAgents, filterStruct &filter, bool remove=false, int popSize=-1) | repast::SharedContext< T > | |
| selectAgents(filterLocalFlag localOrNonLocalOnly, std::vector< T * > &selectedAgents, filterStruct &filter, bool remove=false, int popSize=-1) | repast::SharedContext< T > | |
| selectAgents(filterLocalFlag localOrNonLocalOnly, int count, std::set< T * > &selectedAgents, filterStruct &filter, bool remove=false, int popSize=-1) | repast::SharedContext< T > | |
| selectAgents(filterLocalFlag localOrNonLocalOnly, int count, std::vector< T * > &selectedAgents, filterStruct &filter, bool remove=false, int popSize=-1) | repast::SharedContext< T > | |
| selectAgents(filterLocalFlag localOrNonLocalOnly, std::set< T * > &selectedAgents, int type, filterStruct &filter, bool remove=false, int popSize=-1) | repast::SharedContext< T > | |
| selectAgents(filterLocalFlag localOrNonLocalOnly, std::vector< T * > &selectedAgents, int type, filterStruct &filter, bool remove=false, int popSize=-1) | repast::SharedContext< T > | |
| selectAgents(filterLocalFlag localOrNonLocalOnly, int count, std::set< T * > &selectedAgents, int type, filterStruct &filter, bool remove=false, int popSize=-1) | repast::SharedContext< T > | |
| selectAgents(filterLocalFlag localOrNonLocalOnly, int count, std::vector< T * > &selectedAgents, int type, filterStruct &filter, bool remove=false, int popSize=-1) | repast::SharedContext< T > | |
| repast::Context::selectAgents(std::set< T * > &selectedAgents, bool remove=false) | repast::Context< T > | |
| repast::Context::selectAgents(std::vector< T * > &selectedAgents, bool remove=false) | repast::Context< T > | |
| repast::Context::selectAgents(int count, std::set< T * > &selectedAgents, bool remove=false) | repast::Context< T > | |
| repast::Context::selectAgents(int count, std::vector< T * > &selectedAgents, bool remove=false) | repast::Context< T > | |
| repast::Context::selectAgents(std::set< T * > &selectedAgents, int type, bool remove=false, int popSize=-1) | repast::Context< T > | |
| repast::Context::selectAgents(std::vector< T * > &selectedAgents, int type, bool remove=false, int popSize=-1) | repast::Context< T > | |
| repast::Context::selectAgents(int count, std::set< T * > &selectedAgents, int type, bool remove=false, int popSize=-1) | repast::Context< T > | |
| repast::Context::selectAgents(int count, std::vector< T * > &selectedAgents, int type, bool remove=false, int popSize=-1) | repast::Context< T > | |
| repast::Context::selectAgents(std::set< T * > &selectedAgents, filterStruct &filter, bool remove=false, int popSize=-1) | repast::Context< T > | |
| repast::Context::selectAgents(std::vector< T * > &selectedAgents, filterStruct &filter, bool remove=false, int popSize=-1) | repast::Context< T > | |
| repast::Context::selectAgents(int count, std::set< T * > &selectedAgents, filterStruct &filter, bool remove=false, int popSize=-1) | repast::Context< T > | |
| repast::Context::selectAgents(int count, std::vector< T * > &selectedAgents, filterStruct &filter, bool remove=false, int popSize=-1) | repast::Context< T > | |
| repast::Context::selectAgents(std::set< T * > &selectedAgents, int type, filterStruct &filter, bool remove=false, int popSize=-1) | repast::Context< T > | |
| repast::Context::selectAgents(std::vector< T * > &selectedAgents, int type, filterStruct &filter, bool remove=false, int popSize=-1) | repast::Context< T > | |
| repast::Context::selectAgents(int count, std::set< T * > &selectedAgents, int type, filterStruct &filter, bool remove=false, int popSize=-1) | repast::Context< T > | |
| repast::Context::selectAgents(int count, std::vector< T * > &selectedAgents, int type, filterStruct &filter, bool remove=false, int popSize=-1) | repast::Context< T > | |
| sendsSecondaryDataOnStatusExchange() (defined in repast::SharedContext< T >) | repast::SharedContext< T > | |
| setProjectionInfo(std::map< std::string, std::vector< repast::ProjectionInfoPacket * > > &projInfo) | repast::Context< T > | |
| SharedContext(boost::mpi::communicator *comm) (defined in repast::SharedContext< T >) | repast::SharedContext< T > | |
| size() const | repast::Context< T > | inline |
| ~Context() | repast::Context< T > | virtual |
| ~SharedContext() (defined in repast::SharedContext< T >) | repast::SharedContext< T > | virtual |
1.8.17