cppyabm  1.0.17
An agent-based library to integrate C++ and Python
Public Attributes | List of all members
MESH_ITEM Struct Reference

A class for mesh items. More...

#include <mesh.h>

Public Attributes

unsigned index
 
vector< double > coords
 Coordinates. More...
 
std::vector< unsigned > neighbors_indices
 Neighbor mesh indices. More...
 
unsigned layer_index
 The layer in which the mesh resides. More...
 
bool on_border = false
 Whether the mesh is located on the border. More...
 

Detailed Description

A class for mesh items.

Definition at line 10 of file mesh.h.

Member Data Documentation

◆ coords

vector< double > MESH_ITEM::coords

Coordinates.

Definition at line 12 of file mesh.h.

◆ index

unsigned MESH_ITEM::index

Definition at line 11 of file mesh.h.

◆ layer_index

unsigned MESH_ITEM::layer_index

The layer in which the mesh resides.

Definition at line 14 of file mesh.h.

◆ neighbors_indices

std::vector< unsigned > MESH_ITEM::neighbors_indices

Neighbor mesh indices.

Definition at line 13 of file mesh.h.

◆ on_border

bool MESH_ITEM::on_border = false

Whether the mesh is located on the border.

Definition at line 15 of file mesh.h.


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