Class to check if the edge can be created or not. More...
#include <grid_sm.hpp>
Static Public Member Functions | |
| static bool | valid (size_t v_id, size_t sz) |
| No check is performed. More... | |
Class to check if the edge can be created or not.
Class to check if the edge can be created or not, in this case no check is implemented
Definition at line 58 of file grid_sm.hpp.
|
inlinestatic |
No check is performed.
No check is performed
| v_id | Vertex id |
| sz | Size limit for the vertex id |
Definition at line 69 of file grid_sm.hpp.