#include <Bplot.h>
|
| Bplot () |
|
| Bplot (long npage, long nrow, long ncol) |
|
| Bplot (Bstring &filename) |
|
| Bplot (Bstring &filename, long skip, int type) |
|
| ~Bplot () |
|
void | reset (long npage, long nrow, long ncol) |
|
double & | operator[] (long i) |
|
Bstring & | title () |
|
void | title (const Bstring &t) |
|
void | title (const char *t) |
|
void | page_size (long w, long h) |
|
long | page_width () |
|
long | page_height () |
|
void | size (long w, long h) |
|
long | width () |
|
long | height () |
|
void | origin (long l, long b) |
|
long | left () |
|
long | bottom () |
|
void | pages (long n) |
|
long | pages () |
|
void | rows (long n) |
|
long | rows () |
|
void | columns (long n) |
|
long | columns () |
|
Bpage & | page (long i) |
|
double * | data_pointer () |
|
void | add_columns (int num) |
|
void | limits () |
|
void | add (Bplot *p, long start=0) |
|
void | multiply (double d) |
|
double | cut (long icol, double threshold, int dir=1) |
|
void | write_tsv (Bstring &filename) |
|
void | resolution_display (vector< double > &fsccut, vector< double > &dprcut) |
|
◆ Bplot() [1/4]
◆ Bplot() [2/4]
Bplot::Bplot |
( |
long |
npage, |
|
|
long |
nrow, |
|
|
long |
ncol |
|
) |
| |
|
inline |
◆ Bplot() [3/4]
◆ Bplot() [4/4]
Bplot::Bplot |
( |
Bstring & |
filename, |
|
|
long |
skip, |
|
|
int |
type |
|
) |
| |
◆ ~Bplot()
◆ add()
void Bplot::add |
( |
Bplot * |
p, |
|
|
long |
start = 0 |
|
) |
| |
|
inline |
◆ add_columns()
void Bplot::add_columns |
( |
int |
num | ) |
|
|
inline |
◆ bottom()
◆ columns() [1/2]
◆ columns() [2/2]
void Bplot::columns |
( |
long |
n | ) |
|
|
inline |
◆ cut()
double Bplot::cut |
( |
long |
icol, |
|
|
double |
threshold, |
|
|
int |
dir = 1 |
|
) |
| |
|
inline |
◆ data_pointer()
double * Bplot::data_pointer |
( |
| ) |
|
|
inline |
◆ height()
◆ left()
◆ limits()
◆ multiply()
void Bplot::multiply |
( |
double |
d | ) |
|
|
inline |
◆ operator[]()
double & Bplot::operator[] |
( |
long |
i | ) |
|
|
inline |
◆ origin()
void Bplot::origin |
( |
long |
l, |
|
|
long |
b |
|
) |
| |
|
inline |
◆ page()
Bpage & Bplot::page |
( |
long |
i | ) |
|
|
inline |
◆ page_height()
long Bplot::page_height |
( |
| ) |
|
|
inline |
◆ page_size()
void Bplot::page_size |
( |
long |
w, |
|
|
long |
h |
|
) |
| |
|
inline |
◆ page_width()
long Bplot::page_width |
( |
| ) |
|
|
inline |
◆ pages() [1/2]
◆ pages() [2/2]
void Bplot::pages |
( |
long |
n | ) |
|
|
inline |
◆ reset()
void Bplot::reset |
( |
long |
npage, |
|
|
long |
nrow, |
|
|
long |
ncol |
|
) |
| |
|
inline |
◆ resolution_display()
void Bplot::resolution_display |
( |
vector< double > & |
fsccut, |
|
|
vector< double > & |
dprcut |
|
) |
| |
◆ rows() [1/2]
◆ rows() [2/2]
void Bplot::rows |
( |
long |
n | ) |
|
|
inline |
◆ size()
void Bplot::size |
( |
long |
w, |
|
|
long |
h |
|
) |
| |
|
inline |
◆ title() [1/3]
◆ title() [2/3]
void Bplot::title |
( |
const Bstring & |
t | ) |
|
|
inline |
◆ title() [3/3]
void Bplot::title |
( |
const char * |
t | ) |
|
|
inline |
◆ width()
◆ write_tsv()
void Bplot::write_tsv |
( |
Bstring & |
filename | ) |
|
|
inline |
The documentation for this class was generated from the following files:
- /Users/heymannb/b20/bsoft/include/Bplot.h
- /Users/heymannb/b20/bsoft/src/util/Bplot.cpp