libmove3d  3.13.0
/home/slemaign/softs-local/BioMove3D-git/bio/BioStructures/include/psf_util.h
00001 #ifndef PSF_UTIL
00002 #define PSF_UTIL
00003 
00004 typedef double matrix4[4][4];
00005 typedef double vector4[4];
00006 
00007 typedef struct {
00008   int nb_file_name;
00009   const char** name_list;
00010 } file_name_list;
00011 
00012 #endif
00013 
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines