#include "vplot.h"#include "graph.h"#include "uti.h"

Ir al código fuente de este archivo.
Definiciones | |
| #define | SUPPORT_SMOOTHCLEAR |
| #define | F(i) func(linterpol(i,0,n-1,xi,xf)) |
Funciones | |
| template<class T> | |
| void | gr_xplot1D (int x1, int y1, int x2, int y2, T vec[], int n, KVStrList &opts) |
| void | gr_plot1D (int x1, int y1, int x2, int y2, double vec[], int n, const KVStrList &opts) |
| void | gr_plot1D (int x1, int y1, int x2, int y2, int vec[], int n, const KVStrList &opts) |
| void | gr_plot1D (int x1, int y1, int x2, int y2, short vec[], int n, const KVStrList &opts) |
| void | gr_plot1D (int x1, int y1, int x2, int y2, float vec[], int n, const KVStrList &opts) |
| void | gr_plot1D (int x1, int y1, int x2, int y2, long vec[], int n, const KVStrList &opts) |
| void | gr_xplot1D (int x1, int y1, int x2, int y2, double func(double), double xi, double xf, int n, const KVStrList &opts) |
| void gr_xplot1D | ( | int | x1, | |
| int | y1, | |||
| int | x2, | |||
| int | y2, | |||
| T | vec[], | |||
| int | n, | |||
| KVStrList & | opts | |||
| ) | [inline] |
| void gr_plot1D | ( | int | x1, | |
| int | y1, | |||
| int | x2, | |||
| int | y2, | |||
| double | vec[], | |||
| int | n, | |||
| const KVStrList & | opts | |||
| ) |
| void gr_plot1D | ( | int | x1, | |
| int | y1, | |||
| int | x2, | |||
| int | y2, | |||
| int | vec[], | |||
| int | n, | |||
| const KVStrList & | opts | |||
| ) |
| void gr_plot1D | ( | int | x1, | |
| int | y1, | |||
| int | x2, | |||
| int | y2, | |||
| short | vec[], | |||
| int | n, | |||
| const KVStrList & | opts | |||
| ) |
| void gr_plot1D | ( | int | x1, | |
| int | y1, | |||
| int | x2, | |||
| int | y2, | |||
| float | vec[], | |||
| int | n, | |||
| const KVStrList & | opts | |||
| ) |
| void gr_plot1D | ( | int | x1, | |
| int | y1, | |||
| int | x2, | |||
| int | y2, | |||
| long | vec[], | |||
| int | n, | |||
| const KVStrList & | opts | |||
| ) |
| void gr_xplot1D | ( | int | x1, | |
| int | y1, | |||
| int | x2, | |||
| int | y2, | |||
| double | funcdouble, | |||
| double | xi, | |||
| double | xf, | |||
| int | n, | |||
| const KVStrList & | opts | |||
| ) |
1.5.6