Class connect_relevant_meta_vertex¶
Defined in File graspi_predicates.hpp
Class Documentation¶
-
class
graspi
::
connect_relevant_meta_vertex
¶ The predicate to filter the graph where vertices are screened if the path towards relevant meta-vertex exists.
Public Functions
-
connect_relevant_meta_vertex
()¶ The default constructor.
-
void
change_color
(unsigned int c)¶
-
connect_relevant_meta_vertex
(const graph_t &G, const vertex_colors_t &C, const vertex_ccs_t &vCC, const ccs_t &CC, unsigned int color)¶ The default constructor
- Parameters
G
: is the reference to the graph to be filteredC
: is the reference to the vector storing the labels/colors of vertices in the graph GvCC
: is the vector storing indices of the connected components (CC) of each vector in the graphcolor
: is the vertices og this color to be checked
-