overview.h
来自「finite element mesh 参数化有限元网格划分」· C头文件 代码 · 共 15 行
H
15 行
/*! \page overview MeshMaker Overview
*
* The MeshMaker is built using the Microsoft Foundation Classes (MFC).
* There are 5 main classes in the project:
* - Renderer - A precompiled class, which handles the rendering functions and modes, such as backface culling, perspective/orthographic view, colors, highlights, transformations etc. \n
* A global instance of this class is available (as Renderer *renderer) and can be accessed from every page.\n\n
* - Mesh - A precompiled class, which handles the mesh functions, such as I/O, VRML export, mesh geometry functions etc.\n
* A global instance of this class is available (as Mesh *mesh) and can be accessed from every page. \n\n
* - Scenes - A precompiled class, which holds all the available defined scenes at the moment. A scene is made of a Mesh and a corresponding Renderer, and there can be as many scenes defined as the user wishes.
* Each scene is identified by a unique SceneID.\n\n
* - CMeshMakerView - An automatic class created by MFC which handles messages (usually created by a chosen menu item or a toolbar) related to the Renderer class (rendering modes, colors. etc.) and messages created by the mouse events. \n\n
* - CMeshMakerDoc - An automatic class created by MFC which handles messages (usually created by a chosen menu item or a toolbar) related to the Mesh class (opening/saving files etc.).
*
*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?