1 #ifndef ldpk_table_generator_sdv 2 #define ldpk_table_generator_sdv 4 #include <ldpk/tde4_ld_plugin.h> 25 { _nx = nx;_ny = ny; }
29 void out_svg(std::ostream& out);
void out_svg(std::ostream &out)
Generate svg-grid, including styles.
void set_grid_size(int nx, int ny)
Number of grid points per dimension.
Definition: ldpk_table_generator.h:24
The namespace of (most of the) things related to the Lens Distortion Plugin Kit.
Definition: ldpk.h:180
Generate table data from plugin for visualization.
Definition: ldpk_table_generator.h:13
Lens Distortion Plugin Base Class.
Definition: tde4_ld_plugin.h:29
void out_gnuplot(std::ostream &out)
Generate table data (use command 'plot "file" with vector' in gnuplot)
Definition: ldpk_table_generator.C:8