libmove3d  3.13.0
/home/slemaign/softs-local/BioMove3D-git/bio/BioCD/include/bcd_resize.h
00001 /****************************************************************************/
00008 #if !defined (BCD_RESIZE)
00009 #define BCD_RESIZE
00010 
00011 #include "P3d-pkg.h"
00012 
00013 void set_atom_type(p3d_poly *atom, enum atom_type atype);
00014 void bio_resize_molecules(double shrink);
00015 void bio_resize_molecule(int nrobot, double  shrink);
00016 void bio_true_resize_molecule(int nrobot);
00017 void bio_true_resize_molecules();
00018 void set_SUM_VDW_to_EBI();
00019 void set_SUM_VDW_to_usual();
00020 
00021 #ifndef HYDROGEN_BOND
00022 void bio_resize_rigid(int nrobot,int nrigid, double  shrink);
00023 void reduce_don_acep_mat(double scale);
00024 #endif
00025 
00026 
00027 
00028 /*developer */
00029 void write_wdw_radii(void);
00030 void write_SUM_VDW(void);
00031 #endif
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines