mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6524 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
62669509d6
commit
ad06e468c1
|
@ -143,11 +143,13 @@ class DumpImage : public DumpCustom {
|
||||||
void color_minmax();
|
void color_minmax();
|
||||||
|
|
||||||
void create_image();
|
void create_image();
|
||||||
|
|
||||||
|
// rasterizing methods
|
||||||
|
|
||||||
void draw_sphere(double *, double *, double);
|
void draw_sphere(double *, double *, double);
|
||||||
void draw_cylinder(double *, double *, double *, double, int);
|
void draw_cylinder(double *, double *, double *, double, int);
|
||||||
void draw_pixel(int, int, float, double *, double*);
|
void draw_pixel(int, int, float, double *, double*);
|
||||||
void compute_SSAO();
|
void compute_SSAO();
|
||||||
|
|
||||||
void write_JPG();
|
void write_JPG();
|
||||||
void write_PPM();
|
void write_PPM();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue