![]() |
Bsoft 2.1.4
Bernard's software package
|
Library routines to select atomic coordinates. More...
#include "rwmolecule.h"
#include "rwatomprop.h"
#include "rwresprop.h"
#include "mol_select.h"
#include "mol_util.h"
#include "seq_util.h"
#include "linked_list.h"
#include "random_numbers.h"
#include "Matrix.h"
#include "utilities.h"
Functions | |
long | molgroup_atoms_selected (Bmolgroup *molgroup) |
Returns the number of atoms selected. More... | |
long | molgroup_select (Bmolgroup *molgroup, Bstring selstr) |
Sets selection based on a specification. More... | |
long | molgroup_select_all (Bmolgroup *molgroup) |
Sets selection for all atoms. More... | |
long | molgroup_deselect_all (Bmolgroup *molgroup) |
Unsets selection for all atoms. More... | |
int | molgroup_select_chains (Bmolgroup *molgroup, Bstring chains) |
Selects molecules. More... | |
int | molgroup_coor_select_ring (Bmolgroup *molgroup, double rmin, double rmax) |
Selects atoms in a ring. More... | |
int | molgroup_coor_select (Bmolgroup *molgroup, Vector3< double > min, Vector3< double > max) |
Selects atoms within a box. More... | |
int | molgroup_select (Bmolgroup *molgroup, long number) |
Selects a number of atoms. More... | |
Variables | |
int | verbose |
Library routines to select atomic coordinates.
long molgroup_atoms_selected | ( | Bmolgroup * | molgroup | ) |
Returns the number of atoms selected.
*molgroup | molecule group structure. |
Selects atoms within a box.
*molgroup | molecule group structure. |
min | three-valued vector of minima. |
max | three-valued vector of maxima. |
int molgroup_coor_select_ring | ( | Bmolgroup * | molgroup, |
double | rmin, | ||
double | rmax | ||
) |
Selects atoms in a ring.
*molgroup | molecule group structure. |
rmin | minimum radius. |
rmax | maximum radius. |
long molgroup_deselect_all | ( | Bmolgroup * | molgroup | ) |
Unsets selection for all atoms.
*molgroup | molecule group structure. |
Sets selection based on a specification.
*molgroup | molecule group structure. |
selstr | selection specification. |
int molgroup_select | ( | Bmolgroup * | molgroup, |
long | number | ||
) |
Selects a number of atoms.
*molgroup | molecule group structure. |
number | number of atoms to select. |
long molgroup_select_all | ( | Bmolgroup * | molgroup | ) |
Sets selection for all atoms.
*molgroup | molecule group structure. |
Selects molecules.
*molgroup | molecule group structure. |
chains | comma-separated list of molecule ids. |
|
extern |