Qualia  0.2
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
oNBehaviorTree
|oCBehaviorTreeNodeAbstract base clase for Behavior Tree Nodes
|oCBehaviorTreeInternalNodeAbstract base class for Behavior Tree nodes with children
|oCBehaviorTreeDecoratorNodeAbstract base class for Behavior Tree nodes with exactly one child
|oCAlwaysRunningAlways returns the BT_RUNNING status
|oCAlwaysSuccessAlways returns the BT_SUCCESS status
|oCAlwaysFailureAlways returns the BT_FAILURE status
|oCSuccessAfterReturns BT_RUNNING for the specified number of iterations, then returns BT_SUCCESS after that
|oCFailureAfterReturns BT_RUNNING for the specified number of iterations, then returns BT_FAILURE after that
|oCBehaviorTreeUtil
|oCBoolConditionWraps a function or member pointer that returns a boolean value into a conditional node
|oCNoClass
|oCCountLimitNodeLimit the number of times this tree section can execute before it becomes blocked off
|oCFloatConditionWraps a function or member pointer that returns a float value into a conditional node
|oCFunctionCallWraps a function or member pointer into a Behavior Tree Node
|oCIntConditionWraps a function or member pointer that returns an integer value into a conditional node
|oCParallelNodeExecute behaviors in parallel
|oCPriorityNodeExecutes behaviors in priority order until one of them is successful
|oCWeightedBehaviorTreeNode
|oCProbabilityNodeExecutes behaviors randomly, based on a given set of weights
|oCRepeatNodeA node that repeats its child a specified number of times
|\CSequentialNodeExecutes behaviors in order
oCAction
oCActionProperties
oCAgent
oCAlloc
oCAllocator
oCBatchRLTrainer
oCBehaviorTreeAgent
oCBinaryChromosome
oCBinaryChromosomeProperties
oCBoolCmdOption
oCChromosome
oCCmdLine
oCCmdOption
oCDataSet
oCDataSetTrainer
oCDiskXFile
oCDiskXFileDataSet
oCEnvironment
oCFileExportEnvironment
oCFunction
oCGradientFunction
oCIntCmdOption
oCMapperBasicEnvironment
oCMapperConnector
|\CSignalData
oCMapperEnvironment
oCMapperRLEnvironment
oCMemoryDataSet
oCMovingAverage
oCMTRand
oCMTRand53
oCMTRand_closed
oCMTRand_int32
oCMTRand_open
oCMultiAgent
oCMultiDataSet
oCNeuralNetwork
|\CLayerLayer structure
oCObservation
oCObservationAction
oCOscAgent
oCOscBasicAgent
oCOscBasicEnvironment
oCOscEnvironment
oCOscManager
oCOscRLEnvironment
oCPolicy
oCPrint
oCPrintable
oCQFunction
oCQLearningAgent
oCQLearningEDecreasingPolicy
oCQLearningEGreedyPolicy
oCQLearningSoftmaxPolicy
oCQualia
oCRealCmdOption
oCReward
oCRewardEnvironment
oCRLObservation
oCRLQualia
oCStaticAllocator
oCStochasticDataSetTrainer
oCStream
oCStringCmdOption
oCSubDataSet
oCTDTrainer
oCTrainer
oCTupleDataSet
oCXFile
\CXFileDataSet