![]() |
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 |
Data structure for a cell's content (the list of elements and the list of all the neighbors)
std::vector<T> SurgSim::DataStructures::Grid< T, N >::CellContent::elements |
std::vector<T> SurgSim::DataStructures::Grid< T, N >::CellContent::neighbors |