|
Bsoft 2.1.4
Bernard's software package
|
Functions for (reading and) writing postscript image files. More...
Functions | |
| int | writePostScriptSlice (ofstream *fimg, Bimage *p, long n, long z, double tx, double ty, long m) |
| Writing an image slice to a postscript file. More... | |
| int | writePostScriptImage (Bimage *p) |
| Writing a postscript image. More... | |
| int | writePostScriptImage (Bimage *p, vector< Vector3< double > > &t) |
| Writing the slices arranged in a postscript image. More... | |
Variables | |
| int | verbose |
Functions for (reading and) writing postscript image files.
| int writePostScriptImage | ( | Bimage * | p | ) |
Writing a postscript image.
| *p | the image structure. |
Every sub-image is drawn on its own page One-dimensional images are written as graphs. Three-dimensional images are montaged with all the slices of each sub-image arrayed on a page.
Writing the slices arranged in a postscript image.
| *p | the image structure. |
| &t | array of slice locations. |
Every sub-image is drawn on its own page One-dimensional images are written as graphs. Three-dimensional images are montaged with all the slices of each sub-image arrayed on a page.
| int writePostScriptSlice | ( | ofstream * | fimg, |
| Bimage * | p, | ||
| long | n, | ||
| long | z, | ||
| double | tx, | ||
| double | ty, | ||
| long | m | ||
| ) |
Writing an image slice to a postscript file.
| *fimg | output stream. |
| *p | the image structure. |
| n | sub-image. |
| z | slice within the sub-image. |
| tx | translation in x. |
| ty | translation in y. |
| m | slice number. |
Every sub-image is drawn on its own page One-dimensional images are written as graphs. Three-dimensional images are montaged with all the slices of each sub-image arrayed on a page.
|
extern |