Tulip  5.3.0
Large graphs analysis and drawing
interactor_plugin.h
1 /**
2  @example interactor_plugin/interactor_plugin.cpp
3  @brief This example gives a minimalistic approach of interaction with a graph
4 
5  In this example, we are making an interactor plugin for Node link diagram view that will activate
6  zoom and pan and display information when you click on a node/edge.
7 
8  The code contains a step-by-step explanation of the process, please refer to classes documentation
9  for more information about their usage.
10  **/