TuttleOFX  1
TuttleOFX/libraries/tuttle/tests/graph/graph.cpp File Reference
#include <tuttle/test/unit_test.hpp>
#include <tuttle/host/Graph.hpp>
#include <tuttle/host/Node.hpp>
#include <iostream>
Include dependency graph for graph.cpp:

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (create_node)
 BOOST_AUTO_TEST_CASE (graph_copy)
 BOOST_AUTO_TEST_CASE (graph_NodeInit)
 BOOST_AUTO_TEST_CASE (graph_unconnect)
 BOOST_AUTO_TEST_CASE (graph_replaceNodeConnections)
 BOOST_AUTO_TEST_CASE (create_processGraph)
 BOOST_AUTO_TEST_CASE (graph_compute)

Function Documentation

BOOST_AUTO_TEST_CASE ( create_node  )

Definition at line 13 of file graph.cpp.

References tuttle::host::Graph::createNode(), and TUTTLE_LOG_INFO.

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( graph_copy  )
BOOST_AUTO_TEST_CASE ( graph_NodeInit  )

Definition at line 43 of file graph.cpp.

References tuttle::host::compute(), and TUTTLE_LOG_INFO.

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( graph_compute  )