GClasses

GClasses::GBayesianNetworkChildIterator Class Reference

Iterates through all the children of the specified node in a Bayesian network. More...

#include <GBayesianNetwork.h>

List of all members.

Public Member Functions

 GBayesianNetworkChildIterator (GBayesianNetworkNode *pNode)
 ~GBayesianNetworkChildIterator ()
GBayesianNetworkNodeGetNextChild ()

Detailed Description

Iterates through all the children of the specified node in a Bayesian network.


Constructor & Destructor Documentation

GClasses::GBayesianNetworkChildIterator::GBayesianNetworkChildIterator ( GBayesianNetworkNode pNode)
GClasses::GBayesianNetworkChildIterator::~GBayesianNetworkChildIterator ( )

Member Function Documentation

GBayesianNetworkNode* GClasses::GBayesianNetworkChildIterator::GetNextChild ( )