Milena (Olena)  User documentation 2.0a Id
 All Classes Namespaces Functions Variables Typedefs Enumerator Groups Pages
mln::graph::attribute::card_t Struct Reference

Compute the cardinality of every component in a graph. More...

#include <card.hh>

Public Types

typedef util::array< unsigned > result
 Type of the computed value.
 

Detailed Description

Compute the cardinality of every component in a graph.

Returns
An array with the cardinality for each component. Components are labeled from 0.

Definition at line 61 of file graph/attribute/card.hh.

Member Typedef Documentation

Type of the computed value.

Definition at line 64 of file graph/attribute/card.hh.