![]() |
Tulip
4.6.0
Better Visualization Through Research
|
00001 /** 00002 @example interactor_plugin/interactor_plugin.cpp 00003 @brief This example gives a minimalistic approach of interaction with a graph 00004 00005 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. 00006 00007 The code contains a step-by-step explanation of the process, please refer to classes documentation for more information about their usage. 00008 **/ 00009