00001 #pragma once 00002 00003 #ifndef MLF_V2 00004 #define MLF_V2 1 00005 #endif 00006 00007 #include "libmatlb.h" 00008 00009 #ifdef __cplusplus 00010 extern "C" { 00011 #endif 00012 00013 extern _mexLocalFunctionTable _local_function_table_clustering_dispatch; 00014 00015 __declspec(dllexport) void InitializeModule_clustering_dispatch(void); 00016 __declspec(dllexport) void TerminateModule_clustering_dispatch(void); 00017 __declspec(dllexport) mex_information mexLibrary(void); 00018 00019 void mlxClustering_dispatch(int nlhs, mxArray * plhs[], int nrhs, mxArray * prhs[]); 00020 mxArray * clustering_dispatch(int nargout_, mxArray * name, mxArray * param, mxArray * param2); 00021 00022 #ifdef __cplusplus 00023 } 00024 #endif