GCMC Simulation
A C++ and Python-based Monte Carlo simulation framework for interacting particles.
Loading...
Searching...
No Matches
CellListNode Struct Reference

#include <simulation.h>

Public Member Functions

 CellListNode (int idx)
 

Public Attributes

int particleIndex
 Index of the particle in the particles vector.
 
CellListNodenext
 Pointer to the next node in the linked list.
 

Constructor & Destructor Documentation

◆ CellListNode()

CellListNode::CellListNode ( int idx)
inline

Member Data Documentation

◆ next

CellListNode* CellListNode::next

Pointer to the next node in the linked list.

◆ particleIndex

int CellListNode::particleIndex

Index of the particle in the particles vector.


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