![]() |
Bsoft 2.1.4
Bernard's software package
|
Postscript output for views. More...
Functions | |
int | ps_views (Bstring &filename, Bstring &symmetry_string, View *view, int flags) |
Generates postscript plot of views on the unit sphere. More... | |
int | ps_views (ofstream *fps, Bstring &symmetry_string, View *view, int flags) |
int | ps_views2 (ofstream *fps, string &symmetry_string, list< View2< float > > &view, int flags) |
int | ps_views (Bstring &filename, View *view) |
Generates postscript plot of views projected as phi and theta. More... | |
int | ps_views (ofstream *fps, View *view) |
Generates postscript plot of views projected as phi and theta. More... | |
int | ps_sets_of_views (Bstring &filename, Bstring &title, int nv, View *views, int ns, double *fom) |
Postscript plot of the distribution of sets of views. More... | |
int | ps_phi_theta_plot (ofstream *fps, int left, int bottom, int width, int height, int ncol) |
Generates postscript plot of projected phi and theta. More... | |
Variables | |
int | verbose |
Postscript output for views.
int ps_phi_theta_plot | ( | ofstream * | fps, |
int | left, | ||
int | bottom, | ||
int | width, | ||
int | height, | ||
int | ncol | ||
) |
Generates postscript plot of projected phi and theta.
*fps | postscript file stream. |
left | left edge of plot. |
bottom | bottom edge of plot. |
width | width of plot. |
height | height of plot. |
ncol | number of columns in the Data table. |
The plotting options are determined by the flags argument: 0 = plot views 1 = plot numbered views 2 = plot views with shading according to occurrence. The gray level indicates an estimated increase in signal-to-noise ratio.
int ps_sets_of_views | ( | Bstring & | filename, |
Bstring & | title, | ||
int | nv, | ||
View * | views, | ||
int | ns, | ||
double * | fom | ||
) |
Postscript plot of the distribution of sets of views.
&filename | output postscript file name. |
&title | title. |
nv | number of views. |
*views | list of views. |
ns | number of sets. |
*fom | FOM values (nv*ns values). |
Generates postscript plot of views on the unit sphere.
&filename | output postscript file name. |
&symmetry_string | symmetry string to print at the top of the page. |
*view | linked list of views. |
flags | flags. |
The plotting options are determined by the flags argument: 0 = plot views 1 = plot numbered views 2 = plot views with shading according to occurrence. The gray level indicates an estimated increase in signal-to-noise ratio.
Generates postscript plot of views projected as phi and theta.
&filename | output postscript file name. |
*view | linked list of views. |
int ps_views | ( | ofstream * | fps, |
View * | view | ||
) |
Generates postscript plot of views projected as phi and theta.
*fps | output postscript file stream. |
*view | linked list of views. |
int ps_views2 | ( | ofstream * | fps, |
string & | symmetry_string, | ||
list< View2< float > > & | view, | ||
int | flags | ||
) |
|
extern |