Referencia del Archivo vplot.h

#include "strl.hpp"
#include "graph.h"

Dependencia gráfica adjunta para vplot.h:

Gráfico de los archivos que directa o indirectamente incluyen a este archivo:

Ir al código fuente de este archivo.

Funciones

void gr_plot1D (int x1, int y1, int x2, int y2, double vec[], int n, const KVStrList &opts=KVStrList(""))
void gr_plot1D (int x1, int y1, int x2, int y2, float vec[], int n, const KVStrList &opts=KVStrList(""))
void gr_plot1D (int x1, int y1, int x2, int y2, int vec[], int n, const KVStrList &opts=KVStrList(""))
void gr_plot1D (int x1, int y1, int x2, int y2, short vec[], int n, const KVStrList &opts=KVStrList(""))
void gr_plot1D (int x1, int y1, int x2, int y2, long vec[], int n, const KVStrList &opts=KVStrList(""))
void gr_nplot1D (float x1, float y1, float x2, float y2, double vec[], int n, const KVStrList &opts=KVStrList(""))
void gr_nplot1D (float x1, float y1, float x2, float y2, float vec[], int n, const KVStrList &opts=KVStrList(""))
void gr_nplot1D (float x1, float y1, float x2, float y2, int vec[], int n, const KVStrList &opts=KVStrList(""))
void gr_nplot1D (float x1, float y1, float x2, float y2, short vec[], int n, const KVStrList &opts=KVStrList(""))
void gr_nplot1D (float x1, float y1, float x2, float y2, long vec[], int n, const KVStrList &opts=KVStrList(""))
void gr_wplot1D (float x1, float y1, float x2, float y2, double vec[], int n, const KVStrList &opts=KVStrList(""))
void gr_wplot1D (float x1, float y1, float x2, float y2, float vec[], int n, const KVStrList &opts=KVStrList(""))
void gr_wplot1D (float x1, float y1, float x2, float y2, int vec[], int n, const KVStrList &opts=KVStrList(""))
void gr_wplot1D (float x1, float y1, float x2, float y2, short vec[], int n, const KVStrList &opts=KVStrList(""))
void gr_wplot1D (float x1, float y1, float x2, float y2, long vec[], int n, const KVStrList &opts=KVStrList(""))
void gr_plot1D (int x1, int y1, int x2, int y2, double func(double), double xi, double xf, int n, const KVStrList &opts=KVStrList(""))
void gr_nplot1D (float x1, float y1, float x2, float y2, double func(double), double xi, double xf, int n, const KVStrList &opts=KVStrList(""))
void gr_wplot1D (float x1, float y1, float x2, float y2, double func(double), double xi, double xf, int n, const KVStrList &opts=KVStrList(""))


Documentación de las funciones

void gr_plot1D ( int  x1,
int  y1,
int  x2,
int  y2,
double  vec[],
int  n,
const KVStrList opts = KVStrList("") 
)

Definición en la línea 83 del archivo vplot.cpp.

void gr_plot1D ( int  x1,
int  y1,
int  x2,
int  y2,
float  vec[],
int  n,
const KVStrList opts = KVStrList("") 
)

Definición en la línea 101 del archivo vplot.cpp.

void gr_plot1D ( int  x1,
int  y1,
int  x2,
int  y2,
int  vec[],
int  n,
const KVStrList opts = KVStrList("") 
)

Definición en la línea 89 del archivo vplot.cpp.

void gr_plot1D ( int  x1,
int  y1,
int  x2,
int  y2,
short  vec[],
int  n,
const KVStrList opts = KVStrList("") 
)

Definición en la línea 95 del archivo vplot.cpp.

void gr_plot1D ( int  x1,
int  y1,
int  x2,
int  y2,
long  vec[],
int  n,
const KVStrList opts = KVStrList("") 
)

Definición en la línea 107 del archivo vplot.cpp.

void gr_nplot1D ( float  x1,
float  y1,
float  x2,
float  y2,
double  vec[],
int  n,
const KVStrList opts = KVStrList("") 
) [inline]

Definición en la línea 18 del archivo vplot.h.

void gr_nplot1D ( float  x1,
float  y1,
float  x2,
float  y2,
float  vec[],
int  n,
const KVStrList opts = KVStrList("") 
) [inline]

Definición en la línea 21 del archivo vplot.h.

void gr_nplot1D ( float  x1,
float  y1,
float  x2,
float  y2,
int  vec[],
int  n,
const KVStrList opts = KVStrList("") 
) [inline]

Definición en la línea 24 del archivo vplot.h.

void gr_nplot1D ( float  x1,
float  y1,
float  x2,
float  y2,
short  vec[],
int  n,
const KVStrList opts = KVStrList("") 
) [inline]

Definición en la línea 27 del archivo vplot.h.

void gr_nplot1D ( float  x1,
float  y1,
float  x2,
float  y2,
long  vec[],
int  n,
const KVStrList opts = KVStrList("") 
) [inline]

Definición en la línea 30 del archivo vplot.h.

void gr_wplot1D ( float  x1,
float  y1,
float  x2,
float  y2,
double  vec[],
int  n,
const KVStrList opts = KVStrList("") 
) [inline]

Definición en la línea 36 del archivo vplot.h.

void gr_wplot1D ( float  x1,
float  y1,
float  x2,
float  y2,
float  vec[],
int  n,
const KVStrList opts = KVStrList("") 
) [inline]

Definición en la línea 39 del archivo vplot.h.

void gr_wplot1D ( float  x1,
float  y1,
float  x2,
float  y2,
int  vec[],
int  n,
const KVStrList opts = KVStrList("") 
) [inline]

Definición en la línea 42 del archivo vplot.h.

void gr_wplot1D ( float  x1,
float  y1,
float  x2,
float  y2,
short  vec[],
int  n,
const KVStrList opts = KVStrList("") 
) [inline]

Definición en la línea 45 del archivo vplot.h.

void gr_wplot1D ( float  x1,
float  y1,
float  x2,
float  y2,
long  vec[],
int  n,
const KVStrList opts = KVStrList("") 
) [inline]

Definición en la línea 48 del archivo vplot.h.

void gr_plot1D ( int  x1,
int  y1,
int  x2,
int  y2,
double   funcdouble,
double  xi,
double  xf,
int  n,
const KVStrList opts = KVStrList("") 
)

void gr_nplot1D ( float  x1,
float  y1,
float  x2,
float  y2,
double   funcdouble,
double  xi,
double  xf,
int  n,
const KVStrList opts = KVStrList("") 
) [inline]

Definición en la línea 55 del archivo vplot.h.

void gr_wplot1D ( float  x1,
float  y1,
float  x2,
float  y2,
double   funcdouble,
double  xi,
double  xf,
int  n,
const KVStrList opts = KVStrList("") 
) [inline]

Definición en la línea 58 del archivo vplot.h.


Generado el Thu Mar 11 18:59:27 2010 para AhoLib por  doxygen 1.5.6