Struct CC¶
Defined in File graspi_cc.hpp
Struct Documentation¶
-
struct
graspi
::
CC
¶ The class to store information about individual component.
Public Functions
-
CC
()¶ The constructor.
0 - does not connected, 1 - connected to bottom 2 - connected to top, 3 - connected to both
-
bool
if_connected_to_top_or_bottom
() const¶ Returns if given component is connected to both bottom OR top meta-vertex.
-
bool
if_connected_to_top_and_bottom
() const¶ Returns if given component is connected to both bottom AND top meta-vertex.
-
bool
if_connected_to_top
() const¶ Returns if given component is connected to top meta-vertex.
-
bool
if_connected_to_bottom
() const¶ Returns if given component is connected to bottom meta-vertex.
-