GNU Octave  8.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
gl2ps-print.h File Reference
#include "octave-config.h"
#include <string>
#include "graphics.h"
Include dependency graph for gl2ps-print.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

OCTINTERP_API void gl2ps_print (opengl_functions &glfcns, const graphics_object &fig, const std::string &stream, const std::string &term)
 

Function Documentation

◆ gl2ps_print()

OCTINTERP_API void gl2ps_print ( opengl_functions glfcns,
const graphics_object &  fig,
const std::string &  stream,
const std::string &  term 
)

Definition at line 1597 of file gl2ps-print.cc.

Referenced by GLCanvas::do_print().