The o2scl_acol::acol_manager class header. More...
#include <iostream>
#include <string>
#include <vector>
#include <fnmatch.h>
#include <o2scl/misc.h>
#include <o2scl/cli.h>
#include <o2scl/fit_nonlin.h>
#include <o2scl/table_units.h>
#include <o2scl/table3d.h>
#include <o2scl/format_float.h>
#include <o2scl/hdf_file.h>
#include <o2scl/hdf_io.h>
#include <o2scl/lib_settings.h>
#include <o2scl/contour.h>
Go to the source code of this file.
Classes | |
class | o2scl_acol::acol_manager |
The driver for 'acol' command-line utility. More... | |
struct | o2scl_acol::acol_manager::iter_parms |
Parameters for iterate_func() More... | |
Namespaces | |
o2scl_acol | |
A namespace for objects associated with the command-line utility 'acol'. | |
Functions | |
void * | o2scl_create_acol_manager () |
Create an o2scl_acol::acol_manager object. | |
void | o2scl_free_acol_manager (void *vp) |
Free memory associated with a o2scl_acol::acol_manager object. | |
std::vector< std::string > | o2scl_acol_parse_arrays (int n_entries, int *sizes, char *str) |
Construct a string vector from the data in n_entries , sizes , and str . | |
void | o2scl_acol_parse (void *vp, int n_entries, int *sizes, char *str) |
Parse the set of commands in n_entries , sizes and str . | |
int | o2scl_acol_get_column (void *vp, char *col_name, int &n, double *&ptr) |
Return the size and a pointer to the column named col_name in a table object. | |
int | o2scl_acol_get_hist_reps (void *vp, int &n, double *&ptr) |
Return the size and a pointer to the column named col_name in a table object. | |
int | o2scl_acol_get_hist_wgts (void *vp, int &n, double *&ptr) |
Return the size and a pointer to the column named col_name in a table object. | |
int | o2scl_acol_contours_n (void *vp) |
Desc. | |
double | o2scl_acol_contours_line (void *vp, int i, int &n, double *&ptrx, double *&ptry) |
Desc. | |
void | o2scl_acol_get_type (void *vp, int &n, char *&str) |
Desc. | |
int | o2scl_acol_get_slice (void *vp, char *slice_name, int &nx, double *&xptr, int &ny, double *&yptr, double *&data) |
Return the size and a pointer to the column named col_name in a table object. | |
int | o2scl_acol_get_hist_2d (void *vp, int &nx, double *&xptr, int &ny, double *&yptr, double *&data) |
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).