Home
last modified time | relevance | path

Searched refs:PPM_Image (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/megapov/megapov-1.2.1/source/
H A Dppm.h52 class PPM_Image : public Image_File_Class
55 PPM_Image(char *filename, int width, int height, int mode, int line = 0);
56 ~PPM_Image();
H A Dppm.cpp99 PPM_Image::PPM_Image(char *name, int w, int h, int m, int l) in PPM_Image() function in PPM_Image
230 PPM_Image::~PPM_Image() in ~PPM_Image()
273 void PPM_Image::Write_Line(COLOUR *line_data) in Write_Line()
371 int PPM_Image::Read_Line(COLOUR *line_data) in Read_Line()
H A Drenderio.cpp584 i = new PPM_Image(filename, w, h, m, l); in Open_Image()
/dports/graphics/povray36/povray-3.6.1/source/
H A Dppm.h47 class PPM_Image : public Image_File_Class
50 PPM_Image(char *filename, int width, int height, int mode, int line = 0);
51 ~PPM_Image();
H A Dppm.cpp94 PPM_Image::PPM_Image(char *name, int w, int h, int m, int l) in PPM_Image() function in PPM_Image
225 PPM_Image::~PPM_Image() in ~PPM_Image()
268 void PPM_Image::Write_Line(COLOUR *line_data) in Write_Line()
354 int PPM_Image::Read_Line(COLOUR *line_data) in Read_Line()
H A Drenderio.cpp513 i = new PPM_Image(filename, w, h, m, l); in Open_Image()