H3D API
2.4.1
|
SFReleasePosition specializes SFVec3d to go set the release position of the contained haptics device. More...
#include <H3D/ForceDimensionDevice.h>
Public Member Functions | |
SFReleasePosition () | |
Constructor. | |
![]() | |
SField () | |
Constructor. | |
SField (const Vec3d &_value) | |
Constructor. | |
virtual int | setValueFromVoidPtr (const void *data, unsigned int len, int id=0) |
Set the value of the field given a pointer to where the value of the field is. More... | |
virtual int | getValueAsVoidPtr (void *data, unsigned int len, int id=0) |
Get the value of the data copied into a memory buffer. More... | |
virtual unsigned int | valueTypeSize () |
Returns the size in bytes of the value type the sfield encapsulates. | |
virtual void | setValue (const Vec3d &v, int id=0) |
Set the value of the field. | |
virtual const Vec3d & | getValue (int id=0) |
Get the value of the field. | |
virtual void | setValueFromString (const string &s) |
Set the value of the field given a string. More... | |
virtual string | getValueAsString (const string &=" ") |
Get the value of the field as a string. | |
virtual string | getTypeName () |
Returns a string name for this field type e.g. SFInt32. | |
![]() | |
virtual | ~SFieldClass () |
Virtual destructor. | |
virtual int | setValueFromVoidPtr (void *data, unsigned int size, int id=0) |
Public Attributes | |
bool | value_is_set |
Just a flag used to check if the value was set before the hapi_device pointer was set. | |
Additional Inherited Members | |
![]() | |
typedef Vec3d | value_type |
The type of the value member. | |
![]() | |
static string | classTypeName () |
Returns a string name for this field type e.g. SFInt32. | |
![]() | |
virtual void | onNewValue (const typename SF::value_type &new_value)=0 |
This function is called when the field is updated to a value. | |
virtual void | update () |
![]() | |
void | checkFieldType (Field *f, int index) |
Function for checking that a field is of a correct type given type specification according to the TypedField template arguments. More... | |
void | checkTemplateArguments () |
Function for checking that a field given TypedField type specification is valid. More... | |
![]() | |
Vec3d | value |
The encapsulated value. | |
SFReleasePosition specializes SFVec3d to go set the release position of the contained haptics device.