|
Class Summary |
| BufferedInSlot |
InSlot that buffers values. |
| Codec |
Contains meta information about Encoders and Decoders. |
| Color |
Helper class for exchanging RGB colors of three float components. |
| ColorRGBA |
Helper class for exchanging RGBA colors of four float components. |
| Data |
Helper class that combines a data value with a timestamp. |
| Decoder |
Abstract superclass of all classes that decode data values. |
| Encoder |
Abstract superclass of all classes that encode data values. |
| Field |
Keeps information about Node fields. |
| Image |
Helper class for exchanging images. |
| InlineNode |
A simple Node that loads its contents from a file. |
| InSlot |
Allows to receive data values from other software components. |
| Matrix3d |
Helper class for exchanging 3x3 matrices of double values. |
| Matrix3f |
Helper class for exchanging 3x3 matrices of float values. |
| Matrix4d |
Helper class for exchanging 4x4 matrices of double values. |
| Matrix4f |
Helper class for exchanging 4x4 matrices of float values. |
| Namespace |
Container for InSlots and OutSlots. |
| NetworkNode |
Exports slots to and imports slots from other software components
on the network. |
| Node |
Superclass of all Nodes. |
| NodeType |
Keeps meta information about Nodes. |
| OutSlot |
Allows to send data values to other software components. |
| Root |
The root namespace. |
| Rotation |
Helper class for exchanging Rotations/Orientations. |
| Slot |
Abstract superclass of OutSlots and InSlots. |
| StateKeeperXML |
Writes the current state of namespaces as XML to an output stream
or reads the state of namespaces as XML from an input stream. |
| Vec2d |
Helper class for exchanging vectors of two double components. |
| Vec2f |
Helper class for exchanging vectors of two float components. |
| Vec3d |
Helper class for exchanging vectors of three double components. |
| Vec3f |
Helper class for exchanging vectors of three float components. |
| Vec4d |
Helper class for exchanging vectors of four double components. |
| Vec4f |
Helper class for exchanging vectors of four float components. |
| WebNode |
Allows to control the InstantIO system simply by using a
web browser. |