Main Page | Class List | File List | Class Members | File Members

eval_ehrhart.h

Go to the documentation of this file.
00001 /*
00002  *   This file was automatically generated by version 1.7 of cextract.
00003  *   Manual editing not recommended.
00004  *
00005  *   Created: Mon Mar 30 11:33:23 1998
00006  */
00007 #ifndef _eval_ehrhart_H_
00008 #define _eval_ehrhart_H_
00009 #if (defined(__STDC__) || defined(__cplusplus))
00010 
00011 #if defined(__cplusplus)
00012 extern "C" {
00013 #endif
00014 
00015 extern double compute_evalue ( evalue *e, Value *list_args );
00016 extern Value *compute_poly (Enumeration *en, Value *list_args);
00017 extern int in_domain(Polyhedron *P, Value *list_args);
00018 
00019 #if defined(__cplusplus)
00020 }
00021 #endif
00022 
00023 #else /* (defined(__STDC__) || defined(__cplusplus)) */
00024 
00025 extern double compute_evalue (/* evalue *e, Value *list_args */);
00026 extern Value *compute_poly (/* Enumeration *en, Value *list_args */);
00027 extern int in_domain(/* Polyhedron *P, Value *list_args */);
00028 
00029 #endif /* (defined(__STDC__) || defined(__cplusplus)) */
00030 #endif /* _eval_ehrhart_H_ */
00031 
00032 
00033 

Generated on Mon Sep 12 14:48:28 2005 for polylib by doxygen 1.3.5