Main Page   Compound List   File List   Compound Members   File Members  

trees_widthvec.h

00001 
00005 #ifndef TREES_WIDTHVEC_H
00006 #define TREES_WIDTHVEC_H 1
00007 
00008 #include "project_utilities.h"
00009 
00010 BEGIN_C_DECLARATIONS
00011 
00012 typedef struct Widthvec * widthvecp_t;
00013 
00014 struct Widthvec
00015 {
00016   int len;
00017   double *val;
00018 };
00019 
00020 void widthvec_destruct (void *data);
00021 
00022 END_C_DECLARATIONS
00023 
00024 #endif

Generated on Tue Jun 22 14:32:08 2004 for trees by doxygen1.2.18