#include <H3DNetworkingUtils/RemoteMFInt32.h>
Static Public Attributes | |
static H3D::H3DNodeDatabase | database |
X3D interface. | |
Protected Member Functions | |
virtual void | readValue () |
Read the parts of a field's value into the received field. |
It inherits most of its funtionality from its parent class. This class adds a X3D database and the details of how to read and write the field data.
Use the toBeSent and received fields of the base class.
Examples:
void RemoteMFInt32::readValue | ( | ) | [protected, virtual] |
Read the parts of a field's value into the received field.
Must be supplied for specific instantiations, to receive the correct parts of the value.
Implements H3DNetworkingUtils::RemoteField.
References H3DNetworkingUtils::RemoteConnection::closeRequested(), H3DNetworkingUtils::RemoteField::conP, and H3DNetworkingUtils::RemoteMF< H3D::MFInt32 >::received.