Tulip  4.4.0
Better Visualization Through Research
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Groups Pages
graph_display.h
1 /**
2  @example graph_display/graph_display.cpp
3  @brief This example gives a minimalistic approach of importing a graph and displaying it with Tulip OpenGL rendering engine
4 
5  In this example, we are making a standalone program that will load a graph file passed as argument to the program and display it into a new window.
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  **/