opensurgsim
Public Attributes | List of all members
SurgSim::DataStructures::Grid< T, N >::CellContent Struct Reference

Data structure for a cell's content (the list of elements and the list of all the neighbors) More...

#include <Grid.h>

Public Attributes

std::vector< T > elements
 
std::vector< T > neighbors
 

Detailed Description

template<typename T, size_t N>
struct SurgSim::DataStructures::Grid< T, N >::CellContent

Data structure for a cell's content (the list of elements and the list of all the neighbors)


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