Gtkmm-PLplot 3.0
A scientific plotting library for Gtkmm
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Gtk::PLplot::PlotObject2DAuxData Struct Reference

class for auxiliary data to the drawing routine draw_plot_object() used from 2D plots More...

#include <gtkmm-plplot/plotobject2d.h>

Inheritance diagram for Gtk::PLplot::PlotObject2DAuxData:
Inheritance graph
[legend]

Public Member Functions

 PlotObject2DAuxData (double _world_range_x[2], double _world_range_y[2])
 

Public Attributes

double world_range_x [2]
 plot X-range, in world coordinates
 
double world_range_y [2]
 plot Y-range, in world coordinates
 

Detailed Description

class for auxiliary data to the drawing routine draw_plot_object() used from 2D plots

Constructor & Destructor Documentation

◆ PlotObject2DAuxData()

Gtk::PLplot::PlotObject2DAuxData::PlotObject2DAuxData ( double  _world_range_x[2],
double  _world_range_y[2] 
)
inline

Member Data Documentation

◆ world_range_x

double Gtk::PLplot::PlotObject2DAuxData::world_range_x[2]

plot X-range, in world coordinates

◆ world_range_y

double Gtk::PLplot::PlotObject2DAuxData::world_range_y[2]

plot Y-range, in world coordinates