19 setlocale(LC_ALL,
"C");
46 catch(
const std::exception& e)
48 std::cout << std::endl <<
"An exception has occurred in the Graph examples: " << e.what() << std::endl;
54 std::cout << std::endl <<
"An unexpected exception has occurred in the Graph examples!" << std::endl;
void CreateMSTGraph(bool draw)
Creates a MST GRAPH.
An utility class to control the startup and cleanup of the TerraLib Platform and its resources...
Include files for Core Plugin Library.
A singleton class used to manage tasks progresses and their viewers.
A progress viewer implementation for the console.
static PluginManager & instance()
Access the singleton.
void finalize()
It finalizes the TerraLib Platform.
static TerraLib & getInstance()
It returns a reference to the singleton instance.
void initialize()
It initializes the TerraLib Platform.
These routines show how to use the Graph module.
void clear()
Stop and unload all plugins, then clear the internal list of plugins.
void LoadModules()
Load terralib modules.