Home
last modified time | relevance | path

Searched refs:outNode1 (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/heimer/Heimer-3.0.0/src/unit_tests/serializer_test/
H A Dserializer_test.cpp229 auto outNode1 = std::make_shared<Node>(); in testNodeDeletion() local
230 outData.graph().addNode(outNode1); in testNodeDeletion()
235 outData.graph().addEdge(std::make_shared<Edge>(*outNode0, *outNode1)); in testNodeDeletion()
239 outData.graph().deleteNode(outNode1->index()); // Delete node in between in testNodeDeletion()
253 const auto outNode1 = std::make_shared<Node>(); in testSingleEdge() local
254 outData.graph().addNode(outNode1); in testSingleEdge()
256 const auto edge = std::make_shared<Edge>(*outNode0, *outNode1); in testSingleEdge()
/dports/biology/velvet/velvet_1.2.10/contrib/MetaVelvet-1.2.01/Common/
H A DSplitJudge.cc122 Node* outNode1 = VUtils::getMaxDensityNode( outNodes ); in calcNumInConsistentConnections() local
125 … + calcNumConnections( inNode2, outNode1 ) + calcNumConnections( getTwinNode(inNode2), outNode1 ); in calcNumInConsistentConnections()