#include <aiscore.h>
Inheritance diagram for AI_SKANode:
Public Member Functions | |
void | copy_to (AI_SKANode *skanode) |
Deep copy to a scorekeeper analysis node. | |
Static Public Member Functions | |
void | init (AI_SKANode *skanode) |
Initializer. | |
Public Attributes | |
int | kind |
Identify the kind of node. | |
AI_SKANode * | next |
Pointer to next node. |
Abstract base struct for the various kinds of nodes. Maintains a various kinds of entities pertaining to scorekeeper analysis.
|
Deep copy to a scorekeeper analysis node.
|
|
Initializer.
|
|
Identify the kind of node.
|
|
Pointer to next node.
|