ThunderEgg
1.0.0
|
Represents information about a patch's neighbor. More...
#include <NbrInfo.h>
Additional Inherited Members | |
Public Member Functions inherited from ThunderEgg::NbrInfoBase | |
virtual | ~NbrInfoBase ()=default |
Destroy the NbrInfo object. | |
virtual NbrType | getNbrType () const =0 |
Get the NbrType. | |
virtual void | getNbrIds (std::deque< int > &nbr_ids) const =0 |
Add to a deque of neighbor ids. | |
virtual void | getNbrRanks (std::deque< int > &nbr_ranks) const =0 |
Add to a deque of neighbor ranks. | |
virtual void | setGlobalIndexes (const std::map< int, int > &rev_map)=0 |
Set the local indexes in the NbrInfo objects. More... | |
virtual void | setLocalIndexes (const std::map< int, int > &rev_map)=0 |
Set the global indexes in the NbrInfo objects. More... | |
virtual std::unique_ptr< NbrInfoBase > | clone () const =0 |
get a clone of this object (equivalent to copy constructor) More... | |
Public Member Functions inherited from ThunderEgg::Serializable | |
virtual | ~Serializable ()=default |
Destroy the Serializable object. | |
virtual int | serialize (char *buffer) const =0 |
Serialize object into buffer. More... | |
virtual int | deserialize (char *buffer)=0 |
Deserialize an object. More... | |
Represents information about a patch's neighbor.
Includes information like neighbor id and and indexes.