Searched refs:constructorHelper (Results 1 – 1 of 1) sorted by relevance
1003 constructorHelper(var, &visited); in LeafNetwork()1006 void constructorHelper(const RandomVariableNode& var, std::set<RandomVariableNode>* visited) { in constructorHelper() function1008 constructorHelper(var->parent1, visited); in constructorHelper()1009 constructorHelper(var->parent2, visited); in constructorHelper()