-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathxscales.cpp
More file actions
37 lines (28 loc) · 1.82 KB
/
Copy pathxscales.cpp
File metadata and controls
37 lines (28 loc) · 1.82 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
#include "xplot/xscales.hpp"
template class XPLOT_API xw::xmaterialize<xpl::xlinear_scale>;
template xw::xmaterialize<xpl::xlinear_scale>::xmaterialize();
template class XPLOT_API xw::xtransport<xw::xmaterialize<xpl::xlinear_scale>>;
template class XPLOT_API xw::xmaterialize<xpl::xlog_scale>;
template xw::xmaterialize<xpl::xlog_scale>::xmaterialize();
template class XPLOT_API xw::xtransport<xw::xmaterialize<xpl::xlog_scale>>;
template class XPLOT_API xw::xmaterialize<xpl::xcolor_scale>;
template xw::xmaterialize<xpl::xcolor_scale>::xmaterialize();
template class XPLOT_API xw::xtransport<xw::xmaterialize<xpl::xcolor_scale>>;
template class XPLOT_API xw::xmaterialize<xpl::xordinal_scale>;
template xw::xmaterialize<xpl::xordinal_scale>::xmaterialize();
template class XPLOT_API xw::xtransport<xw::xmaterialize<xpl::xordinal_scale>>;
template class XPLOT_API xw::xmaterialize<xpl::xordinal_color_scale>;
template xw::xmaterialize<xpl::xordinal_color_scale>::xmaterialize();
template class XPLOT_API xw::xtransport<xw::xmaterialize<xpl::xordinal_color_scale>>;
template class XPLOT_API xw::xmaterialize<xpl::xmercator>;
template xw::xmaterialize<xpl::xmercator>::xmaterialize();
template class XPLOT_API xw::xtransport<xw::xmaterialize<xpl::xmercator>>;
template class XPLOT_API xw::xmaterialize<xpl::xorthographic>;
template xw::xmaterialize<xpl::xorthographic>::xmaterialize();
template class XPLOT_API xw::xtransport<xw::xmaterialize<xpl::xorthographic>>;
template class XPLOT_API xw::xmaterialize<xpl::xalbers>;
template xw::xmaterialize<xpl::xalbers>::xmaterialize();
template class XPLOT_API xw::xtransport<xw::xmaterialize<xpl::xalbers>>;
template class XPLOT_API xw::xmaterialize<xpl::xalbers_usa>;
template xw::xmaterialize<xpl::xalbers_usa>::xmaterialize();
template class XPLOT_API xw::xtransport<xw::xmaterialize<xpl::xalbers_usa>>;