OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
CheckExistence Class Reference

Class to check if the edge can be created or not. More...

Detailed Description

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 51 of file grid_sm.hpp.

#include <grid_sm.hpp>

Static Public Member Functions

static bool valid (size_t v_id, size_t sz)
 Check if vertex exist. More...
 

Member Function Documentation

static bool CheckExistence::valid ( size_t  v_id,
size_t  sz 
)
inlinestatic

Check if vertex exist.

Check if exist

Parameters
v_idVertex id
szSize limit for the vertex id
Returns
true if exist

Definition at line 64 of file grid_sm.hpp.


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