MeshKit  1.0
test_graph.cpp File Reference
Include dependency graph for test_graph.cpp:

Go to the source code of this file.

Classes

class  MyScheme

Functions

int main (int argc, char **argv)

Variables

RegisterMeshOp< MySchemeINIT

Detailed Description

Test:

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.


Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 66 of file test_graph.cpp.


Variable Documentation

Examples:
example_graph.cpp.

Definition at line 63 of file test_graph.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines