MeshKit
1.0
|
Go to the source code of this file.
Classes | |
class | MyScheme |
Functions | |
int | main (int argc, char **argv) |
Variables | |
RegisterMeshOp< MyScheme > | INIT |
Test the MeshOp graph code in MeshKit. Do this by building a graph which looks like:
R / \ A B / \ | C D / \ | / \|/ L and traversing it using BFS and RBFS (reverse BFS). Do this by registering a MeshOp that does nothing but print its name during the setup/execute functions.
Definition in file test_graph.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 66 of file test_graph.cpp.
Definition at line 63 of file test_graph.cpp.