GNU Octave  6.2.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
octave::opengl_renderer Class Reference

#include "gl-render.h"

Inheritance diagram for octave::opengl_renderer:
Collaboration diagram for octave::opengl_renderer:

Classes

class  patch_tessellator
 

Public Member Functions

 opengl_renderer (const opengl_renderer &)=delete
 
 opengl_renderer (opengl_functions &glfcns)
 
virtual ~opengl_renderer (void)=default
 
virtual void draw (const graphics_object &go, bool toplevel=true)
 
void draw (const Matrix &hlist, bool toplevel=false)
 
virtual void draw_zoom_box (int width, int height, int x1, int y1, int x2, int y2, const Matrix &overlaycolor, double overlayalpha, const Matrix &bordercolor, double borderalpha, double borderwidth)
 
virtual void finish (void)
 
opengl_functionsget_opengl_functions (void) const
 
virtual uint8NDArray get_pixels (int width, int height)
 
virtual graphics_xform get_transform (void) const
 
virtual Matrix get_viewport_scaled (void) const
 
opengl_rendereroperator= (const opengl_renderer &)=delete
 
virtual void set_device_pixel_ratio (double dpr)
 
virtual void set_viewport (int w, int h)
 

Protected Member Functions

virtual void draw_axes (const axes::properties &props)
 
virtual void draw_figure (const figure::properties &props)
 
virtual void draw_hggroup (const hggroup::properties &props)
 
virtual void draw_image (const image::properties &props)
 
virtual void draw_light (const light::properties &props)
 
virtual void draw_line (const line::properties &props)
 
virtual void draw_marker (double x, double y, double z, const Matrix &lc, const Matrix &fc)
 
virtual void draw_patch (const patch::properties &props)
 
virtual void draw_surface (const surface::properties &props)
 
virtual void draw_text (const text::properties &props)
 
virtual void draw_text_background (const text::properties &props, bool do_rotate=false)
 
virtual void draw_uibuttongroup (const uibuttongroup::properties &props, const graphics_object &go)
 
virtual void draw_uipanel (const uipanel::properties &props, const graphics_object &go)
 
virtual void draw_zoom_rect (int x1, int y1, int x2, int y2)
 
virtual void end_marker (void)
 
virtual void init_gl_context (bool enhanced, const Matrix &backgroundColor)
 
virtual void init_marker (const std::string &m, double size, float width)
 
virtual void render_grid (const double linewidth, const std::string &gridstyle, const Matrix &gridcolor, const double gridalpha, const Matrix &ticks, double lim1, double lim2, double p1, double p1N, double p2, double p2N, int xyz, bool is_3D)
 
virtual Matrix render_text (const std::string &txt, double x, double y, double z, int halign, int valign, double rotation=0.0)
 
virtual void render_tickmarks (const Matrix &ticks, double lim1, double lim2, double p1, double p1N, double p2, double p2N, double dx, double dy, double dz, int xyz, bool doubleside)
 
virtual void render_ticktexts (const Matrix &ticks, const string_vector &ticklabels, double lim1, double lim2, double p1, double p2, int xyz, int ha, int va, int &wmax, int &hmax)
 
virtual void set_clipbox (double x1, double x2, double y1, double y2, double z1, double z2)
 
virtual void set_clipping (bool on)
 
virtual void set_color (const Matrix &c)
 
virtual void set_font (const base_properties &props)
 
virtual void set_interpreter (const caseless_str &interp)
 
virtual void set_linecap (const std::string &)
 
virtual void set_linejoin (const std::string &)
 
virtual void set_linestyle (const std::string &s, bool stipple=false, double linewidth=0.5)
 
virtual void set_linewidth (float w)
 
virtual void set_polygon_offset (bool on, float offset=0.0f)
 
virtual void set_selecting (bool on)
 
virtual void setup_opengl_transformation (const axes::properties &props)
 
virtual void text_to_pixels (const std::string &txt, uint8NDArray &pixels, Matrix &bbox, int halign=0, int valign=0, double rotation=0.0)
 
virtual void text_to_strlist (const std::string &txt, std::list< text_renderer::string > &lst, Matrix &bbox, int halign=0, int valign=0, double rotation=0.0)
 

Protected Attributes

double m_devpixratio
 
opengl_functionsm_glfcns
 
graphics_xform xform
 
double xmax
 
double xmin
 
double ymax
 
double ymin
 
double zmax
 
double zmin
 

Private Member Functions

uint8_t clip_code (double x, double y, double z) const
 
void draw_all_lights (const base_properties &props, std::list< graphics_object > &obj_list)
 
void draw_axes_boxes (const axes::properties &props)
 
void draw_axes_children (const axes::properties &props)
 
void draw_axes_grids (const axes::properties &props)
 
void draw_axes_planes (const axes::properties &props)
 
void draw_axes_x_grid (const axes::properties &props)
 
void draw_axes_y_grid (const axes::properties &props)
 
void draw_axes_z_grid (const axes::properties &props)
 
std::string get_string (unsigned int id) const
 
void init_maxlights (void)
 
bool is_nan_or_inf (double x, double y, double z) const
 
unsigned int make_marker_list (const std::string &m, double size, bool filled) const
 
double points_to_pixels (const double val) const
 
void set_normal (int bfl_mode, const NDArray &n, int j, int i)
 

Private Attributes

ColumnVector camera_dir
 
ColumnVector camera_pos
 
unsigned int filled_marker_id
 
caseless_str interpreter
 
unsigned int m_current_light
 
unsigned int m_max_lights
 
bool m_printing
 
unsigned int marker_id
 
bool selecting
 
graphics_toolkit toolkit
 
text_renderer txt_renderer
 
ColumnVector view_vector
 
double xZ1
 
double xZ2
 

Detailed Description

Definition at line 38 of file gl-render.h.

Constructor & Destructor Documentation

◆ opengl_renderer() [1/2]

octave::opengl_renderer::opengl_renderer ( opengl_functions glfcns)

Definition at line 688 of file gl-render.cc.

References err_disabled_feature(), and error().

◆ opengl_renderer() [2/2]

octave::opengl_renderer::opengl_renderer ( const opengl_renderer )
delete

◆ ~opengl_renderer()

virtual octave::opengl_renderer::~opengl_renderer ( void  )
virtualdefault

Member Function Documentation

◆ clip_code()

uint8_t octave::opengl_renderer::clip_code ( double  x,
double  y,
double  z 
) const
inlineprivate

Definition at line 173 of file gl-render.h.

References octave::is_nan_or_inf(), x, xmax(), and xmin().

Referenced by draw_line(), draw_patch(), draw_surface(), and draw_text().

◆ draw() [1/2]

◆ draw() [2/2]

void octave::opengl_renderer::draw ( const Matrix hlist,
bool  toplevel = false 
)

◆ draw_all_lights()

◆ draw_axes()

◆ draw_axes_boxes()

◆ draw_axes_children()

◆ draw_axes_grids()

◆ draw_axes_planes()

◆ draw_axes_x_grid()

◆ draw_axes_y_grid()

◆ draw_axes_z_grid()

◆ draw_figure()

void octave::opengl_renderer::draw_figure ( const figure::properties props)
protectedvirtual

Definition at line 777 of file gl-render.cc.

References draw(), base_properties::get_all_children(), get_string(), init_gl_context(), and m_printing.

Referenced by draw().

◆ draw_hggroup()

void octave::opengl_renderer::draw_hggroup ( const hggroup::properties props)
protectedvirtual

Definition at line 3735 of file gl-render.cc.

References draw(), and base_properties::get_children().

Referenced by draw().

◆ draw_image()

◆ draw_light()

void octave::opengl_renderer::draw_light ( const light::properties props)
protectedvirtual

◆ draw_line()

◆ draw_marker()

◆ draw_patch()

void octave::opengl_renderer::draw_patch ( const patch::properties props)
protectedvirtual

Definition at line 3159 of file gl-render.cc.

References octave::opengl_tessellator::add_vertex(), octave::vertex_data::vertex_data_rep::ambient, octave::opengl_tessellator::begin_contour(), octave::opengl_tessellator::begin_polygon(), clip_code(), octave::vertex_data::vertex_data_rep::color, Array< T >::columns(), octave::vertex_data::vertex_data_rep::coords, patch::properties::coplanar_last_idx, Array< T >::data(), octave::vertex_data::vertex_data_rep::diffuse, draw_marker(), octave::opengl_tessellator::end_contour(), end_marker(), octave::opengl_tessellator::end_polygon(), octave::f(), octave::FLAT, Array< T >::fortran_vec(), patch::properties::get_color_data(), patch::properties::get_do_lighting(), octave::opengl_functions::glBegin(), octave::opengl_functions::glColor3dv(), octave::opengl_functions::glColor4d(), octave::opengl_functions::glDisable(), octave::opengl_functions::glEnable(), octave::opengl_functions::glEnd(), octave::opengl_functions::glMaterialf(), octave::opengl_functions::glMaterialfv(), octave::opengl_functions::glShadeModel(), octave::opengl_functions::glVertex3d(), octave::GOURAUD, patch::properties::has_bad_data(), init_marker(), octave::INTERP, is_nan_or_inf(), Array< T >::isempty(), octave::math::isnan(), LIGHT_MODE, m, m_glfcns, octave_value::matrix_value(), Array< T >::numel(), panic_impossible, Matrix::resize(), Array< T >::rows(), graphics_xform::scale(), selecting, set_linecap(), set_linejoin(), set_linestyle(), set_linewidth(), octave::vertex_data::vertex_data_rep::specular, octave::vertex_data::vertex_data_rep::specular_color_refl, octave::UNIFORM, view_vector, warning(), and xform.

Referenced by draw().

◆ draw_surface()

◆ draw_text()

◆ draw_text_background()

◆ draw_uibuttongroup()

void octave::opengl_renderer::draw_uibuttongroup ( const uibuttongroup::properties props,
const graphics_object go 
)
protectedvirtual

◆ draw_uipanel()

void octave::opengl_renderer::draw_uipanel ( const uipanel::properties props,
const graphics_object go 
)
protectedvirtual

◆ draw_zoom_box()

◆ draw_zoom_rect()

void octave::opengl_renderer::draw_zoom_rect ( int  x1,
int  y1,
int  x2,
int  y2 
)
protectedvirtual

Definition at line 1127 of file gl-render.cc.

References octave::opengl_functions::glVertex2d(), m_glfcns, and panic_impossible.

Referenced by draw_zoom_box().

◆ end_marker()

◆ finish()

void octave::opengl_renderer::finish ( void  )
virtual

Definition at line 1255 of file gl-render.cc.

References octave::opengl_functions::glFinish(), m_glfcns, and panic_impossible.

◆ get_opengl_functions()

opengl_functions& octave::opengl_renderer::get_opengl_functions ( void  ) const
inline

Definition at line 54 of file gl-render.h.

◆ get_pixels()

◆ get_string()

std::string octave::opengl_renderer::get_string ( unsigned int  id) const
private

Definition at line 4374 of file gl-render.cc.

References octave::opengl_functions::glGetString(), m_glfcns, and panic_impossible.

Referenced by draw_figure().

◆ get_transform()

virtual graphics_xform octave::opengl_renderer::get_transform ( void  ) const
inlinevirtual

Definition at line 66 of file gl-render.h.

References xform().

Referenced by draw_text_background(), and octave::opengl_selector::fake_text().

◆ get_viewport_scaled()

Matrix octave::opengl_renderer::get_viewport_scaled ( void  ) const
virtual

◆ init_gl_context()

◆ init_marker()

◆ init_maxlights()

void octave::opengl_renderer::init_maxlights ( void  )
private

◆ is_nan_or_inf()

bool octave::opengl_renderer::is_nan_or_inf ( double  x,
double  y,
double  z 
) const
inlineprivate

Definition at line 165 of file gl-render.h.

References octave::math::isinf(), octave::math::isnan(), and x.

Referenced by draw_patch(), and draw_surface().

◆ make_marker_list()

unsigned int octave::opengl_renderer::make_marker_list ( const std::string &  m,
double  size,
bool  filled 
) const
private

◆ operator=()

opengl_renderer& octave::opengl_renderer::operator= ( const opengl_renderer )
delete

◆ points_to_pixels()

double octave::opengl_renderer::points_to_pixels ( const double  val) const
private

◆ render_grid()

void octave::opengl_renderer::render_grid ( const double  linewidth,
const std::string &  gridstyle,
const Matrix gridcolor,
const double  gridalpha,
const Matrix ticks,
double  lim1,
double  lim2,
double  p1,
double  p1N,
double  p2,
double  p2N,
int  xyz,
bool  is_3D 
)
protectedvirtual

◆ render_text()

Matrix octave::opengl_renderer::render_text ( const std::string &  txt,
double  x,
double  y,
double  z,
int  halign,
int  valign,
double  rotation = 0.0 
)
protectedvirtual

◆ render_tickmarks()

void octave::opengl_renderer::render_tickmarks ( const Matrix ticks,
double  lim1,
double  lim2,
double  p1,
double  p1N,
double  p2,
double  p2N,
double  dx,
double  dy,
double  dz,
int  xyz,
bool  doubleside 
)
protectedvirtual

◆ render_ticktexts()

void octave::opengl_renderer::render_ticktexts ( const Matrix ticks,
const string_vector ticklabels,
double  lim1,
double  lim2,
double  p1,
double  p2,
int  xyz,
int  ha,
int  va,
int &  wmax,
int &  hmax 
)
protectedvirtual

◆ set_clipbox()

void octave::opengl_renderer::set_clipbox ( double  x1,
double  x2,
double  y1,
double  y2,
double  z1,
double  z2 
)
protectedvirtual

◆ set_clipping()

void octave::opengl_renderer::set_clipping ( bool  on)
protectedvirtual

◆ set_color()

◆ set_device_pixel_ratio()

virtual void octave::opengl_renderer::set_device_pixel_ratio ( double  dpr)
inlinevirtual

Definition at line 64 of file gl-render.h.

Referenced by QtHandles::GLCanvas::do_getPixels(), and QtHandles::GLCanvas::draw().

◆ set_font()

void octave::opengl_renderer::set_font ( const base_properties props)
protectedvirtual

◆ set_interpreter()

virtual void octave::opengl_renderer::set_interpreter ( const caseless_str interp)
inlineprotectedvirtual

Definition at line 102 of file gl-render.h.

Referenced by draw_axes_grids().

◆ set_linecap()

virtual void octave::opengl_renderer::set_linecap ( const std::string &  )
inlineprotectedvirtual

Definition at line 109 of file gl-render.h.

Referenced by draw_axes_boxes(), draw_axes_grids(), draw_line(), draw_patch(), and draw_surface().

◆ set_linejoin()

virtual void octave::opengl_renderer::set_linejoin ( const std::string &  )
inlineprotectedvirtual

Definition at line 110 of file gl-render.h.

Referenced by draw_line(), draw_patch(), and draw_surface().

◆ set_linestyle()

void octave::opengl_renderer::set_linestyle ( const std::string &  s,
bool  stipple = false,
double  linewidth = 0.5 
)
protectedvirtual

◆ set_linewidth()

void octave::opengl_renderer::set_linewidth ( float  w)
protectedvirtual

◆ set_normal()

void octave::opengl_renderer::set_normal ( int  bfl_mode,
const NDArray n,
int  j,
int  i 
)
private

Definition at line 4402 of file gl-render.cc.

References d, octave::opengl_functions::glNormal3d(), m_glfcns, n, panic_impossible, view_vector, and x.

Referenced by draw_surface().

◆ set_polygon_offset()

void octave::opengl_renderer::set_polygon_offset ( bool  on,
float  offset = 0.0f 
)
protectedvirtual

◆ set_selecting()

virtual void octave::opengl_renderer::set_selecting ( bool  on)
inlineprotectedvirtual

Definition at line 112 of file gl-render.h.

Referenced by octave::opengl_selector::draw().

◆ set_viewport()

void octave::opengl_renderer::set_viewport ( int  w,
int  h 
)
virtual

◆ setup_opengl_transformation()

◆ text_to_pixels()

void octave::opengl_renderer::text_to_pixels ( const std::string &  txt,
uint8NDArray pixels,
Matrix bbox,
int  halign = 0,
int  valign = 0,
double  rotation = 0.0 
)
protectedvirtual

◆ text_to_strlist()

void octave::opengl_renderer::text_to_strlist ( const std::string &  txt,
std::list< text_renderer::string > &  lst,
Matrix bbox,
int  halign = 0,
int  valign = 0,
double  rotation = 0.0 
)
protectedvirtual

Definition at line 4647 of file gl-render.cc.

References octave::text_renderer::text_to_strlist(), and txt_renderer.

Member Data Documentation

◆ camera_dir

ColumnVector octave::opengl_renderer::camera_dir
private

Definition at line 231 of file gl-render.h.

◆ camera_pos

ColumnVector octave::opengl_renderer::camera_pos
private

Definition at line 231 of file gl-render.h.

◆ filled_marker_id

unsigned int octave::opengl_renderer::filled_marker_id
private

Definition at line 228 of file gl-render.h.

Referenced by draw_marker(), end_marker(), and init_marker().

◆ interpreter

caseless_str octave::opengl_renderer::interpreter
private

Definition at line 234 of file gl-render.h.

◆ m_current_light

unsigned int octave::opengl_renderer::m_current_light
private

Definition at line 239 of file gl-render.h.

Referenced by draw_all_lights(), draw_axes_children(), and draw_light().

◆ m_devpixratio

double octave::opengl_renderer::m_devpixratio
protected

◆ m_glfcns

◆ m_max_lights

unsigned int octave::opengl_renderer::m_max_lights
private

Definition at line 240 of file gl-render.h.

Referenced by draw_all_lights(), draw_axes_children(), and init_maxlights().

◆ m_printing

bool octave::opengl_renderer::m_printing
private

Definition at line 246 of file gl-render.h.

Referenced by draw_figure(), and points_to_pixels().

◆ marker_id

unsigned int octave::opengl_renderer::marker_id
private

Definition at line 228 of file gl-render.h.

Referenced by draw_marker(), end_marker(), and init_marker().

◆ selecting

bool octave::opengl_renderer::selecting
private

◆ toolkit

graphics_toolkit octave::opengl_renderer::toolkit
private

Definition at line 222 of file gl-render.h.

Referenced by draw().

◆ txt_renderer

text_renderer octave::opengl_renderer::txt_renderer
private

Definition at line 236 of file gl-render.h.

Referenced by render_text(), set_color(), set_font(), text_to_pixels(), and text_to_strlist().

◆ view_vector

ColumnVector octave::opengl_renderer::view_vector
private

Definition at line 231 of file gl-render.h.

Referenced by draw_axes_children(), draw_patch(), and set_normal().

◆ xform

◆ xmax

double octave::opengl_renderer::xmax
protected

Definition at line 209 of file gl-render.h.

Referenced by set_clipbox().

◆ xmin

double octave::opengl_renderer::xmin
protected

Definition at line 209 of file gl-render.h.

Referenced by set_clipbox().

◆ xZ1

double octave::opengl_renderer::xZ1
private

Definition at line 225 of file gl-render.h.

Referenced by draw_text_background(), init_marker(), and setup_opengl_transformation().

◆ xZ2

double octave::opengl_renderer::xZ2
private

Definition at line 225 of file gl-render.h.

Referenced by draw_text_background(), init_marker(), and setup_opengl_transformation().

◆ ymax

double octave::opengl_renderer::ymax
protected

Definition at line 210 of file gl-render.h.

Referenced by set_clipbox().

◆ ymin

double octave::opengl_renderer::ymin
protected

Definition at line 210 of file gl-render.h.

Referenced by set_clipbox().

◆ zmax

double octave::opengl_renderer::zmax
protected

Definition at line 211 of file gl-render.h.

Referenced by draw_line(), and set_clipbox().

◆ zmin

double octave::opengl_renderer::zmin
protected

Definition at line 211 of file gl-render.h.

Referenced by draw_line(), and set_clipbox().


The documentation for this class was generated from the following files: