|
RepastHPC
2.3.1
|
Serializable packet that can contain projection information of a specific kind using the template parameter. More...
#include <Projection.h>
Public Member Functions | |
| SpecializedProjectionInfoPacket (AgentId agentId) | |
| SpecializedProjectionInfoPacket (AgentId agentId, std::vector< Datum > projectionData) | |
| SpecializedProjectionInfoPacket (AgentId agentId, std::set< Datum > projectionData) | |
| template<class Archive > | |
| void | serialize (Archive &ar, const unsigned int version) |
| virtual bool | isEmpty () |
Public Member Functions inherited from repast::ProjectionInfoPacket | |
| ProjectionInfoPacket (AgentId agentId) | |
| template<class Archive > | |
| void | serialize (Archive &ar, const unsigned int version) |
Public Attributes | |
| std::vector< Datum > | data |
Public Attributes inherited from repast::ProjectionInfoPacket | |
| AgentId | id |
Friends | |
| class | boost::serialization::access |
Serializable packet that can contain projection information of a specific kind using the template parameter.
1.8.17