atomes 1.1.15
atomes: an atomic scale modeling tool box
Loading...
Searching...
No Matches
read_bond.c File Reference

Function to read bonding information in the atomes project file format. More...

#include "global.h"
#include "project.h"
#include "glview.h"
+ Include dependency graph for read_bond.c:

Go to the source code of this file.

Functions

void new_coord_menus (project *this_proj, coord_info *coord, int new_spec, int nmols, gboolean *showcoord[2], gboolean *showpoly[2], gboolean *showfrag, gboolean update_it, gboolean update_mol)
 
int read_bonding (FILE *fp)
 read bonding information from file
 

Detailed Description

Function to read bonding information in the atomes project file format.

Author
Sébastien Le Roux sebas.nosp@m.tien.nosp@m..lero.nosp@m.ux@i.nosp@m.pcms..nosp@m.unis.nosp@m.tra.f.nosp@m.r

Definition in file read_bond.c.

Function Documentation

◆ new_coord_menus()

void new_coord_menus ( project * this_proj,
coord_info * coord,
int new_spec,
int nmols,
gboolean * showcoord[2],
gboolean * showpoly[2],
gboolean * showfrag,
gboolean update_it,
gboolean update_mol )
extern

Definition at line 419 of file atom_coord.c.

◆ read_bonding()

int read_bonding ( FILE * fp)

read bonding information from file

Parameters
fpthe file pointer

Definition at line 52 of file read_bond.c.