Tulip  4.4.0
Better Visualization Through Research
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Groups Pages
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 zoom and pan and display information 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 information about their usage.
8  **/
9