Draw_3D_API
|
#include "Draw3D_api_interface.hh"
#include <list>
#include <map>
#include <utility>
#include <memory>
#include <mutex>
#include <thread>
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 > |
using shape_and_color = std::pair<std::list<std::list<drawNS::Point3D> >,std::string> |