|
MeshKit
1.0
|
#include "meshkit/RegisterMeshOp.hpp"
Go to the source code of this file.
Namespaces | |
| namespace | MeshKit |
Defines | |
| #define | REGISTER_MESH_OP(NAME) RegisterMeshOp<NAME> NAME ## _GLOBAL_PROXY |
| Register a MeshOp type during initialization. | |
Functions | |
| int | register_extern_mesh_ops () |
| Dummy function to force load from static library. | |
| #define REGISTER_MESH_OP | ( | NAME | ) | RegisterMeshOp<NAME> NAME ## _GLOBAL_PROXY |
Register a MeshOp type during initialization.
| NAME | Class name for MeshOp subclass |
Definition at line 33 of file register_extern.cpp.