struct Gambit::Printers::VBIDpair
[No description available] More…
#include <new_mpi_datatypes.hpp>
Public Functions
Name | |
---|---|
VBIDpair() =default | |
VBIDpair(const int v, const int i) |
Public Attributes
Name | |
---|---|
int | vertexID |
int | index |
Detailed Description
struct Gambit::Printers::VBIDpair;
vertexID / sub-print index pair Identifies individual buffers (I call them VertexBuffer, but actually there can be more than one per vertex)
Public Functions Documentation
function VBIDpair
VBIDpair() =default
function VBIDpair
inline VBIDpair(
const int v,
const int i
)
Public Attributes Documentation
variable vertexID
int vertexID;
variable index
int index;
Updated on 2024-07-18 at 13:53:32 +0000