spot
0.8.2
|
Factory for connected_component_hash_set. More...
#include <tgbaalgos/gtec/explscc.hh>
Public Member Functions | |
virtual connected_component_hash_set * | build () const |
Create an explicit_connected_component. | |
Static Public Member Functions | |
static const connected_component_hash_set_factory * | instance () |
Get the unique instance of this class. | |
Protected Member Functions | |
virtual | ~connected_component_hash_set_factory () |
connected_component_hash_set_factory () | |
Construction is forbiden. |
Factory for connected_component_hash_set.
This class is a singleton. Retrieve the instance using instance().
virtual spot::connected_component_hash_set_factory::~connected_component_hash_set_factory | ( | ) | [inline, protected, virtual] |
Construction is forbiden.
virtual connected_component_hash_set* spot::connected_component_hash_set_factory::build | ( | ) | const [virtual] |
Create an explicit_connected_component.
Implements spot::explicit_connected_component_factory.
static const connected_component_hash_set_factory* spot::connected_component_hash_set_factory::instance | ( | ) | [static] |
Get the unique instance of this class.