?? exm110633_1_mainhg.cpp
字號:
//
// MATLAB Compiler: 2.2
// Date: Tue Jun 25 10:54:12 2002
// Arguments: "-B" "macro_default" "-O" "all" "-O" "fold_scalar_mxarrays:on"
// "-O" "fold_non_scalar_mxarrays:on" "-O" "optimize_integer_for_loops:on" "-O"
// "array_indexing:on" "-O" "optimize_conditionals:on" "-B" "sglcpp" "-p" "-W"
// "main" "-L" "Cpp" "-t" "-T" "link:exe" "-h" "libmmfile.mlib" "-W" "mainhg"
// "libmwsglm.mlib" "exm110633_1"
//
#include "libmatlb.hpp"
#include "libsglinit.hpp"
#include "exm110633_1.hpp"
#include "comet3.hpp"
#include "shading.hpp"
#include "shg.hpp"
#include "sphere.hpp"
#include "surf.hpp"
#include "libmmfile.hpp"
static mexFunctionTableEntry function_table[6]
= { { "exm110633_1", mlxExm110633_1, 0, 0,
&_local_function_table_exm110633_1 },
{ "comet3", mlxComet3, 4, 0, &_local_function_table_comet3 },
{ "shading", mlxShading, 2, 0, &_local_function_table_shading },
{ "shg", mlxShg, 0, 0, &_local_function_table_shg },
{ "sphere", mlxSphere, 1, 3, &_local_function_table_sphere },
{ "surf", mlxSurf, -1, 1, &_local_function_table_surf } };
static _mexcppInitTermTableEntry init_term_table[7]
= { { libmmfileInitialize, libmmfileTerminate },
{ InitializeModule_exm110633_1, TerminateModule_exm110633_1 },
{ InitializeModule_comet3, TerminateModule_comet3 },
{ InitializeModule_shading, TerminateModule_shading },
{ InitializeModule_shg, TerminateModule_shg },
{ InitializeModule_sphere, TerminateModule_sphere },
{ InitializeModule_surf, TerminateModule_surf } };
static _mexcpp_information _main_info
= { 1, 6, function_table, 0, NULL, 0, NULL, 7, init_term_table };
//
// The function "main" is a Compiler-generated main wrapper, suitable for
// building a stand-alone application. It calls a library function to perform
// initialization, call the main function, and perform library termination.
//
int main(int argc, const char * * argv) {
return mwMainhg(argc, argv, mlxExm110633_1, 0, &_main_info);
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -