Sha256: 8f3278793e61c892478b9db5153b85679d027d14c5b93d3f1017ada8d53e5749

Contents?: true

Size: 1.3 KB

Versions: 14

Compression:

Stored size: 1.3 KB

Contents

/*
  rb_gsl_graph.h
  Ruby/GSL: Ruby extension library for GSL (GNU Scientific Library)
    (C) Copyright 2001-2004 by Yoshiki Tsunesada

  Ruby/GSL is free software: you can redistribute it and/or modify it
  under the terms of the GNU General Public License.
  This library is distributed in the hope that it will be useful, but
  WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or CHEBNESS FOR A PARTICULAR PURPOSE.
*/

#ifndef ___RB_GSL_GRAPH_H___
#define ___RB_GSL_GRAPH_H___

#include "rb_gsl.h"
#include "rb_gsl_array.h"
#include "rb_gsl_common.h"

typedef struct __rb_gsl_plot {
  VALUE xdata, ydata;
  VALUE T;
  VALUE E;
  VALUE f;
  VALUE F;
  VALUE g;
  VALUE h;
  VALUE k;
  VALUE K;
  VALUE l;
  VALUE L;
  VALUE N;
  VALUE r;
  VALUE R;
  VALUE s;
  VALUE t;
  VALUE u;
  VALUE w;
  VALUE x;
  VALUE y;
  VALUE bg;
  VALUE bitmap_size;
  VALUE frame;
  VALUE frame_line_width;
  VALUE max_line_length;
  VALUE page_size;
  VALUE pen_colors;
  VALUE rotation;
  VALUE title_font_name;
  VALUE title_font_size;
  VALUE rotate_y_label;
  VALUE I;
  VALUE B;
  VALUE m;
  VALUE S;
  VALUE W;
  VALUE q;
  VALUE C;
  VALUE symbol_font_name;
  VALUE reposition;
  VALUE blankout;
  VALUE O;
  VALUE X, Y; 
  
} gsl_graph;

gsl_graph* gsl_graph_new();
void gsl_graph_free(gsl_graph *g);

#endif

Version data entries

14 entries across 14 versions & 5 rubygems

Version Path
gsl-nmatrix-1.15.3.2 include/rb_gsl_graph.h
romanbsd-gsl-1.11.2.2 include/rb_gsl_graph.h
gsl-nmatrix-1.15.3.1 include/rb_gsl_graph.h
rb-gsl-1.16.0 include/rb_gsl_graph.h
rb-gsl-1.15.3.2 include/rb_gsl_graph.h
rb-gsl-1.15.3.1 include/rb_gsl_graph.h
blackwinter-gsl-1.15.3.2 include/rb_gsl_graph.h
gsl-nmatrix-1.15.3.0 include/rb_gsl_graph.h
gsl-1.15.3 include/rb_gsl_graph.h
gsl-1.14.7 include/rb_gsl_graph.h
gsl-1.14.6 include/rb_gsl_graph.h
gsl-1.14.5 include/rb_gsl_graph.h
gsl-1.12.109 include/rb_gsl_graph.h
gsl-1.12.108 include/rb_gsl_graph.h