#include <geometric_shapes.h>
Public Member Functions | |
unsigned char const & | count () const |
bool | operator!= (const Neighbors &other) const |
bool | operator== (const Neighbors &other) const |
unsigned int & | operator[] (int i) |
unsigned int const & | operator[] (int i) const |
Public Attributes | |
unsigned char | count_ |
unsigned int * | n_ |
Definition at line 626 of file shape/geometric_shapes.h.