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 <SurgSim/DataStructures/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)

Member Data Documentation

◆ elements

template<typename T, size_t N>
std::vector<T> SurgSim::DataStructures::Grid< T, N >::CellContent::elements

◆ neighbors

template<typename T, size_t N>
std::vector<T> SurgSim::DataStructures::Grid< T, N >::CellContent::neighbors

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