Draw_3D_API
Dr3D_gnuplot_api.hh File Reference
#include "Draw3D_api_interface.hh"
#include <list>
#include <map>
#include <utility>
#include <memory>
#include <mutex>
#include <thread>
Include dependency graph for Dr3D_gnuplot_api.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  drawNS::APIGnuPlot3D
 Implementation drawing 3D class using gnuplot Class implements proxy between gnuplot and C++ code. More...
 

Namespaces

 drawNS
 Namespace for drawing tools - abstract interface and 3D point Namespace for drawing tools - abstract interface and 3D point.
 

Typedefs

using shape_and_color = std::pair< std::list< std::list< drawNS::Point3D > >, std::string >
 

Typedef Documentation

using shape_and_color = std::pair<std::list<std::list<drawNS::Point3D> >,std::string>