forked from QuantStack/xplot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathxmarks.cpp
More file actions
53 lines (43 loc) · 2.63 KB
/
Copy pathxmarks.cpp
File metadata and controls
53 lines (43 loc) · 2.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
#include "xplot/xmarks.hpp"
template class XPLOT_API xw::xmaterialize<xpl::xlines>;
template class XPLOT_API xw::xtransport<xw::xmaterialize<xpl::xlines>>;
template class XPLOT_API xw::xgenerator<xpl::xlines>;
template class XPLOT_API xw::xtransport<xw::xgenerator<xpl::xlines>>;
template class XPLOT_API xw::xmaterialize<xpl::xscatter>;
template class XPLOT_API xw::xtransport<xw::xmaterialize<xpl::xscatter>>;
template class XPLOT_API xw::xgenerator<xpl::xscatter>;
template class XPLOT_API xw::xtransport<xw::xgenerator<xpl::xscatter>>;
template class XPLOT_API xw::xmaterialize<xpl::xpie>;
template xw::xmaterialize<xpl::xpie>::xmaterialize();
template class XPLOT_API xw::xtransport<xw::xmaterialize<xpl::xpie>>;
template class XPLOT_API xw::xgenerator<xpl::xpie>;
template xw::xgenerator<xpl::xpie>::xgenerator();
template class XPLOT_API xw::xtransport<xw::xgenerator<xpl::xpie>>;
template class XPLOT_API xw::xmaterialize<xpl::xlabel>;
template class XPLOT_API xw::xtransport<xw::xmaterialize<xpl::xlabel>>;
template class XPLOT_API xw::xgenerator<xpl::xlabel>;
template class XPLOT_API xw::xtransport<xw::xgenerator<xpl::xlabel>>;
template class XPLOT_API xw::xmaterialize<xpl::xhist>;
template class XPLOT_API xw::xtransport<xw::xmaterialize<xpl::xhist>>;
template class XPLOT_API xw::xgenerator<xpl::xhist>;
template class XPLOT_API xw::xtransport<xw::xgenerator<xpl::xhist>>;
template class XPLOT_API xw::xmaterialize<xpl::xboxplot>;
template class XPLOT_API xw::xtransport<xw::xmaterialize<xpl::xboxplot>>;
template class XPLOT_API xw::xgenerator<xpl::xboxplot>;
template class XPLOT_API xw::xtransport<xw::xgenerator<xpl::xboxplot>>;
template class XPLOT_API xw::xmaterialize<xpl::xbars>;
template class XPLOT_API xw::xtransport<xw::xmaterialize<xpl::xbars>>;
template class XPLOT_API xw::xgenerator<xpl::xbars>;
template class XPLOT_API xw::xtransport<xw::xgenerator<xpl::xbars>>;
template class XPLOT_API xw::xmaterialize<xpl::xheat_map>;
template class XPLOT_API xw::xtransport<xw::xmaterialize<xpl::xheat_map>>;
template class XPLOT_API xw::xgenerator<xpl::xheat_map>;
template class XPLOT_API xw::xtransport<xw::xgenerator<xpl::xheat_map>>;
template class XPLOT_API xw::xmaterialize<xpl::xgrid_heat_map>;
template class XPLOT_API xw::xtransport<xw::xmaterialize<xpl::xgrid_heat_map>>;
template class XPLOT_API xw::xgenerator<xpl::xgrid_heat_map>;
template class XPLOT_API xw::xtransport<xw::xgenerator<xpl::xgrid_heat_map>>;
template class XPLOT_API xw::xmaterialize<xpl::xmap>;
template class XPLOT_API xw::xtransport<xw::xmaterialize<xpl::xmap>>;
template class XPLOT_API xw::xgenerator<xpl::xmap>;
template class XPLOT_API xw::xtransport<xw::xgenerator<xpl::xmap>>;