| 822 | } |
| 823 | |
| 824 | chart3d_impl::chart3d_impl() |
| 825 | :AbstractChart(0.0933f, 0.03701f, 0.1077f, 0.0085f) { |
| 826 | generateChartData(); |
| 827 | generateTickLabels(); |
| 828 | } |
| 829 | |
| 830 | void chart3d_impl::render(const int pWindowId, |
| 831 | const int pX, const int pY, const int pVPW, const int pVPH, |
nothing calls this directly
no outgoing calls
no test coverage detected