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 zoom and pan and display informations when you click on a node/edge.
6
7 The code contains a step-by-step explanation of the process, please refer to classes documentation for more informations about their usage.