Home
last modified time | relevance | path

Searched refs:read_bonds (Results 1 – 25 of 29) sorted by relevance

12

/dports/science/gromacs/gromacs-2021.4/scripts/
H A Dmake_gromos_rtp.pl35 $read_bonds = 0; $k = 0;
59 $read_atoms = 0; $read_bonds = 1; $skip = 1; #skip next line
63 $read_bonds = 0; $read_angles = 1; $skip = 1; #skip next line
82 if (!($read_atoms || $read_bonds || $read_angles || $read_dihedrals
92 if ($read_bonds) {
/dports/science/py-rmf/rmf-1.3.1/plugins/vmd/
H A Dinit.cpp75 boost::bind(&RMF_vmd::Data::read_bonds, _1, nbonds, fromptr, toptr, in read_rmf_bonds()
105 plugin.read_bonds = read_rmf_bonds; in init_plugin()
H A DData_read.cpp71 int Data::read_bonds(int *nbonds, int **fromptr, int **toptr, in read_bonds() function in RMF_vmd::Data
H A DData.h122 int read_bonds(int *nbonds, int **fromptr, int **toptr, float **bondorderptr,
/dports/science/rmf/rmf-1.3.1/plugins/vmd/
H A Dinit.cpp75 boost::bind(&RMF_vmd::Data::read_bonds, _1, nbonds, fromptr, toptr, in read_rmf_bonds()
105 plugin.read_bonds = read_rmf_bonds; in init_plugin()
H A DData_read.cpp71 int Data::read_bonds(int *nbonds, int **fromptr, int **toptr, in read_bonds() function in RMF_vmd::Data
H A DData.h122 int read_bonds(int *nbonds, int **fromptr, int **toptr, float **bondorderptr,
/dports/science/gromacs/gromacs-2021.4/src/external/vmd_molfile/
H A Dmolfile_plugin.h569 int (*read_bonds)(void *, int *nbonds, int **from, int **to, float **bondorder, member
572 int (*read_bonds)(void *, int *nbonds, int **from, int **to, float **bondorder); member
/dports/science/py-rmf/rmf-1.3.1/plugins/vmd/include/
H A Dmolfile_plugin.h627 int (*read_bonds)(void *, int *nbonds, int **from, int **to, member
631 int (*read_bonds)(void *, int *nbonds, int **from, int **to, member
/dports/science/rmf/rmf-1.3.1/plugins/vmd/include/
H A Dmolfile_plugin.h627 int (*read_bonds)(void *, int *nbonds, int **from, int **to, member
631 int (*read_bonds)(void *, int *nbonds, int **from, int **to, member
/dports/science/py-pymol/pymol-open-source-2.4.0/contrib/uiuc/plugins/molfile_plugin/src/
H A Dpdbplugin.c203 static int read_bonds(void *v, int *nbonds, int **fromptr, int **toptr, in read_bonds() function
590 plugin.read_bonds = read_bonds; in VMDPLUGIN_init()
H A Dparmplugin.cpp141 plugin.read_bonds = read_parm_bonds; in VMDPLUGIN_init()
H A Dparm7plugin.cpp167 plugin.read_bonds = read_parm7_bonds; in VMDPLUGIN_init()
H A Dpsfplugin.c469 static int read_bonds(void *v, int *nbonds, int **fromptr, int **toptr, in read_bonds() function
1096 plugin.read_bonds = read_bonds; in VMDPLUGIN_init()
H A Dmaeffplugin.cpp1807 int read_bonds(void *v, int *nbonds, int **from, int **to, float** order, function
1810 int read_bonds(void *v, int *nbonds, int **from, int **to, float** order) {
2041 maeff.read_bonds = read_bonds;
2088 if (read_bonds(v, &nbonds, &from, &to, &order) !=MOLFILE_SUCCESS) return 1;
H A Dmdfplugin.cpp410 plugin.read_bonds = read_mdf_bonds; in VMDPLUGIN_init()
H A Dpdbxplugin.cpp1371 static int read_bonds(void *v, int *nbonds, int **fromptr, int **toptr, in read_bonds() function
1454 plugin.read_bonds = read_bonds; in VMDPLUGIN_init()
H A Dvtfplugin.c1239 vsfplugin.read_bonds = vtf_read_bonds; in VMDPLUGIN_init()
1273 vtfplugin.read_bonds = vtf_read_bonds; in VMDPLUGIN_init()
H A Dmol2plugin.cpp595 plugin.read_bonds = read_mol2_bonds; in VMDPLUGIN_init()
H A Dbgfplugin.cpp653 plugin.read_bonds = read_bgf_bonds; in VMDPLUGIN_init()
/dports/science/plumed/plumed2-2.7.2/src/molfile/
H A Dpdbplugin.cpp238 static int read_bonds(void *v, int *nbonds, int **fromptr, int **toptr, in read_bonds() function
625 plugin.read_bonds = read_bonds; in VMDPLUGIN_init()
H A Dmolfile_plugin.h702 int (*read_bonds)(void *, int *nbonds, int **from, int **to, float **bondorder, member
/dports/science/py-pymol/pymol-open-source-2.4.0/contrib/uiuc/plugins/include/
H A Dmolfile_plugin.h661 int (*read_bonds)(void *, int *nbonds, int **from, int **to, float **bondorder, member
/dports/science/lammps/lammps-stable_29Sep2021/lib/molfile/
H A Dmolfile_plugin.h706 int (*read_bonds)(void *, int *nbonds, int **from, int **to, float **bondorder, member
/dports/science/py-pymol/pymol-open-source-2.4.0/layer3/
H A DPlugIOManager.cpp700 if (plugin->read_bonds && in PlugIOManagerLoadMol()
701 plugin->read_bonds(file_handle, &nbonds, &from, &to, &order, in PlugIOManagerLoadMol()

12