Bsoft 2.1.4
Bernard's software package
Bplot Class Reference

#include <Bplot.h>

Public Member Functions

 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)
 
Bstringtitle ()
 
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 ()
 
Bpagepage (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)
 

Constructor & Destructor Documentation

◆ Bplot() [1/4]

Bplot::Bplot ( )
inline

◆ Bplot() [2/4]

Bplot::Bplot ( long  npage,
long  nrow,
long  ncol 
)
inline

◆ Bplot() [3/4]

Bplot::Bplot ( Bstring filename)

◆ Bplot() [4/4]

Bplot::Bplot ( Bstring filename,
long  skip,
int  type 
)

◆ ~Bplot()

Bplot::~Bplot ( )
inline

Member Function Documentation

◆ add()

void Bplot::add ( Bplot p,
long  start = 0 
)
inline

◆ add_columns()

void Bplot::add_columns ( int  num)
inline

◆ bottom()

long Bplot::bottom ( )
inline

◆ columns() [1/2]

long Bplot::columns ( )
inline

◆ 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()

long Bplot::height ( )
inline

◆ left()

long Bplot::left ( )
inline

◆ limits()

void Bplot::limits ( )
inline

◆ 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]

long Bplot::pages ( )
inline

◆ 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]

long Bplot::rows ( )
inline

◆ rows() [2/2]

void Bplot::rows ( long  n)
inline

◆ size()

void Bplot::size ( long  w,
long  h 
)
inline

◆ title() [1/3]

Bstring & Bplot::title ( )
inline

◆ title() [2/3]

void Bplot::title ( const Bstring t)
inline

◆ title() [3/3]

void Bplot::title ( const char *  t)
inline

◆ width()

long Bplot::width ( )
inline

◆ write_tsv()

void Bplot::write_tsv ( Bstring filename)
inline

The documentation for this class was generated from the following files: