|
Bsoft 2.1.4
Bernard's software package
|
Header file for reading and writing Chimera BILD files. More...
#include "rwmodel.h"Functions | |
| Bmodel * | read_model_bild (Bstring *file_list) |
| Reads Chimera BILD model parameters. More... | |
| int | write_model_bild (Bstring &filename, Bmodel *model, int split) |
| Writes Chimera BILD model parameters. More... | |
| int | model_to_bild_orientations (Bstring &filename, Bmodel *model, int vec_type, int color_type) |
| Converts a model into a representation with views. More... | |
| int | model_to_bild_view_sphere (Bstring &filename, Bmodel *model, int color_type) |
| Converts a model into a representation with views. More... | |
| int | model_to_bild_force_vectors (Bstring &filename, Bmodel *model, int color_type) |
| Converts a model into a representation with views. More... | |
| int | model_to_bild_view_polygons (Bstring &filename, Bmodel *model, int order, int color_type) |
| Converts a model into a representation with view polygons. More... | |
| int | model_to_bild_polygons (Bstring &filename, Bmodel *model, int color_type) |
| Converts a model into a bild polygon representation. More... | |
| int | model_to_bild_neighbor_planes (Bstring &filename, Bmodel *model, int color_type) |
| Converts a model into a bild neighbor plane representation. More... | |
Header file for reading and writing Chimera BILD files.
Converts a model into a representation with views.
| &filename | bild format file name. |
| *model | model structure. |
| color_type | flag to color components. |
A sphere is drawn for every component with a cylinder indicating its view.
Converts a model into a bild neighbor plane representation.
| &filename | bild format file name. |
| *model | model structure. |
| color_type | flag to color planes. |
Color scheme types:
1 spectrum/rainbow.
2 fom.
Converts a model into a representation with views.
| &filename | bild format file name. |
| *model | model structure. |
| vec_type | 0=views, 1=vectors, 2=velocity vectors. |
| color_type | flag to color components. |
A sphere is drawn for every component with a cylinder indicating its view.
Converts a model into a bild polygon representation.
| &filename | bild format file name. |
| *model | model structure. |
| color_type | flag to color polygons. |
Color scheme types:
1 spectrum/rainbow.
2 fom.
Converts a model into a representation with view polygons.
| &filename | bild format file name. |
| *model | model structure. |
| order | polygon order. |
| color_type | flag to color components. |
A sphere is drawn for every component with a cylinder indicating its view.
Converts a model into a representation with views.
| &filename | bild format file name. |
| *model | model structure. |
| color_type | flag to color components. |
A sphere is drawn for every component with a cylinder indicating its view.
Reads Chimera BILD model parameters.
| *file_list | list of model parameter file names. |