Tulip  6.0.0
Large graphs analysis and drawing
tlp::ImportGraphObserver Class Referenceabstract

#include <Graph.h>

Public Member Functions

virtual void graphImported (Graph *g)=0
 

Detailed Description

new graph observation.

This is a simple class with only one virtual method which is called each time a new graph is imported (tlp::importGraph(), tlp::newGraph()).

Definition at line 166 of file Graph.h.