ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
NeighborPIDs Struct Reference

#include <cells.hpp>

+ Collaboration diagram for NeighborPIDs:

Public Member Functions

 NeighborPIDs ()=default
 
 NeighborPIDs (int _pid, std::vector< int > _neighbor_pids)
 

Public Attributes

int pid
 
std::vector< int > neighbor_pids
 

Detailed Description

Definition at line 92 of file cells.hpp.

Constructor & Destructor Documentation

◆ NeighborPIDs() [1/2]

NeighborPIDs::NeighborPIDs ( )
default

◆ NeighborPIDs() [2/2]

NeighborPIDs::NeighborPIDs ( int  _pid,
std::vector< int >  _neighbor_pids 
)
inline

Definition at line 94 of file cells.hpp.

Member Data Documentation

◆ neighbor_pids

std::vector<int> NeighborPIDs::neighbor_pids

Definition at line 98 of file cells.hpp.

Referenced by boost::serialization::serialize().

◆ pid

int NeighborPIDs::pid

Definition at line 97 of file cells.hpp.

Referenced by boost::serialization::serialize().


The documentation for this struct was generated from the following file: