ra4_draw  4bd0201e3d922d42bd545d4b045ed44db33454a4
figure.cpp
Go to the documentation of this file.
1 #include "core/figure.hpp"
2 
3 #include "core/utilities.hpp"
4 
5 using namespace std;
6 
8  const shared_ptr<Process> &process):
9  figure_(figure),
10  process_(process),
11  mutex_(){
12 }
STL namespace.