00001 /* 00002 * Please do not edit this file. 00003 * It was generated using PAB's VML system. 00004 */ 00005 00006 #ifndef _APE_SMEAR_ARG_H_RPCGEN 00007 #define _APE_SMEAR_ARG_H_RPCGEN 00008 00009 #include <config.h> 00010 #include <util/vml/types.h> 00011 #include <util/vml/vml.h> 00012 #include <util/enum.h> 00013 #include <util/defines.h> 00014 CPS_START_NAMESPACE 00015 00016 class VML; 00017 class ApeSmearArg { 00018 public: 00019 bool Encode(char *filename,char *instance); 00020 bool Decode(char *filename,char *instance); 00021 bool Vml(VML *vmls,char *instance); 00022 Float tolerance; 00023 int orthog; 00024 Float coef; 00025 ApeSmearArg ( ) ; 00026 }; 00027 00028 /* the xdr functions */ 00029 00030 #ifdef __cplusplus 00031 extern "C" { 00032 #endif 00033 00034 #if defined(__STDC__) || defined(__cplusplus) 00035 extern bool_t vml_ApeSmearArg (VML *, char *instance, ApeSmearArg*); 00036 00037 #else /* K&R C */ 00038 extern bool_t vml_ApeSmearArg (VML *, char *instance, ApeSmearArg*); 00039 00040 #endif /* K&R C */ 00041 00042 #ifdef __cplusplus 00043 } 00044 #endif 00045 CPS_END_NAMESPACE 00046 00047 #endif /* !_APE_SMEAR_ARG_H_RPCGEN */
1.3.9.1