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