Class Index Cross Index Namespace Index

Class GtkExtra::PlotSurface


Contained in: GtkExtra
Derived from: GtkExtra::PlotData
Derived by: GtkExtra::PlotCSurface

#include <gtk--/plotsurface.h>


public function member index:

explicit PlotSurface(GtkPlotFunc3D function)
PlotSurface()
gdouble* get_dx()
gdouble* get_dy()
gdouble* get_dz()
bool get_grid_visible()
bool get_mesh_visible()
gint get_nx()
gint get_ny()
void get_points(gdouble** x, gdouble** y, gdouble** z, gdouble** dx, gdouble** dy, gdouble** dz, gint& nx, gint& ny)
static GtkType get_type()
gdouble* get_x(gint& nx)
gdouble get_xstep()
gdouble* get_y(gint& ny)
gdouble get_ystep()
gdouble* get_z(gint& nx, gint& ny)
const GtkPlotSurface* gtkobj() const
GtkPlotSurface* gtkobj()
static bool isA(Gtk::Object* checkcast)
void set_ambient(gdouble ambient)
void set_color(const Gdk_Color& color)
void set_dx(gdouble* dx)
void set_dy(gdouble* dy)
void set_dz(gdouble* dz)
void set_grid_background(const Gdk_Color& background)
void set_grid_foreground(const Gdk_Color& foreground)
void set_grid_visible(bool visible)
void set_light(gdouble x, gdouble y, gdouble z)
void set_mesh_visible(bool visible)
void set_nx(gint nx)
void set_ny(gint ny)
void set_points(gdouble* x, gdouble* y, gdouble* z, gdouble* dx, gdouble* dy, gdouble* dz, gint nx, gint ny)
void set_shadow(const Gdk_Color& color)
void set_x(gdouble* x)
void set_xstep(gdouble xstep)
void set_y(gdouble* y)
void set_ystep(gdouble ystep)
void set_z(gdouble* z)
virtual ~PlotSurface()
 

protected function member index:

explicit PlotSurface(GtkPlotSurface* castitem)
void initialize_class()
 

private function member index:

PlotSurface(const PlotSurface&)
PlotSurface& operator =(const PlotSurface&)
 

Description:



Member Descriptions: