#include <H3DNetworkingUtils/RemoteMFVec3f.h>

Public Member Functions | |
| RemoteMFVec3f () | |
| Constructor. | |
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. | |
| virtual void | writeValue (vector< H3D::Vec3f > const &val) |
| Read the parts of a fields 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 RemoteMFVec3f::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, H3DNetworkingUtils::RemoteConnection::readH3DFloat(), and H3DNetworkingUtils::RemoteMF< H3D::MFVec3f >::received.
1.5.6