The fundamental type of node for the data graph. More...
Public Member Functions | |
DataNode (string name) | |
writeConnections (ostream out) | |
Writes to the indicated ostream a list of all the connections currently showing between this DataNode and its parent(s). | |
writeInputs (ostream out) | |
Writes to the indicated ostream a list of all the inputs this DataNode might expect to receive. | |
writeOutputs (ostream out) | |
Writes to the indicated ostream a list of all the outputs this DataNode might generate. | |
Static Public Member Functions | |
static TypeHandle | getClassType () |
The fundamental type of node for the data graph.
The DataNode class is itself primarily intended as an abstract class; it defines no inputs and no outputs. Most kinds of data nodes will derive from this to specify the inputs and outputs in the constructor.
DataNode does not attempt to cycle its data with a PipelineCycler. The data graph is intended to be used only within a single thread.
DataNode | ( | string | name | ) |
static TypeHandle getClassType | ( | ) | [static] |
Reimplemented from PandaNode.
Reimplemented in Transform2SG, Trackball, MouseWatcher, MouseSubregion, DriveInterface, MouseInterfaceNode, ButtonThrower, VirtualMouse, TrackerNode, MouseAndKeyboard, DialNode, ButtonNode, AnalogNode, and MouseRecorder.
writeConnections | ( | ostream | out | ) |
Writes to the indicated ostream a list of all the connections currently showing between this DataNode and its parent(s).
writeInputs | ( | ostream | out | ) |
Writes to the indicated ostream a list of all the inputs this DataNode might expect to receive.
writeOutputs | ( | ostream | out | ) |
Writes to the indicated ostream a list of all the outputs this DataNode might generate.