H3D API  2.4.1
List of all members
H3D::H3DFrictionalSurfaceNode::UpdateStaticFriction Class Reference

Specialized field which sets the static_friction variable in H3DFrictionalSurfaceNode when the staticFriction field of H3DFrictionalSurfaceNode is changed. More...

#include <H3D/H3DFrictionalSurfaceNode.h>

Inheritance diagram for H3D::H3DFrictionalSurfaceNode::UpdateStaticFriction:
Inheritance graph

Additional Inherited Members

- Public Types inherited from H3D::SField< H3DFloat >
typedef H3DFloat value_type
 The type of the value member.
 
- Public Member Functions inherited from H3D::AutoUpdate< OnValueChangeSField< SFFloat > >
virtual void propagateEvent (Field::Event e)
 Receive an event from another field. More...
 
- Public Member Functions inherited from H3D::SField< H3DFloat >
 SField ()
 Constructor.
 
 SField (const H3DFloat &_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 H3DFloat &v, int id=0)
 Set the value of the field.
 
virtual const H3DFloatgetValue (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.
 
- Public Member Functions inherited from H3D::SFieldClass
virtual ~SFieldClass ()
 Virtual destructor.
 
virtual int setValueFromVoidPtr (void *data, unsigned int size, int id=0)
 
- Static Public Member Functions inherited from H3D::SField< H3DFloat >
static string classTypeName ()
 Returns a string name for this field type e.g. SFInt32.
 
- Protected Member Functions inherited from H3D::OnValueChangeSField< SFFloat >
virtual void onValueChange (const typename SF::value_type &new_value)=0
 This function is called when the value in the field has changed.
 
virtual void update ()
 
- Protected Member Functions inherited from H3D::TypedField< BaseField, RequiredArgTypes, OptionalArgTypes >
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...
 
- Protected Attributes inherited from H3D::SField< H3DFloat >
H3DFloat value
 The encapsulated value.
 

Detailed Description

Specialized field which sets the static_friction variable in H3DFrictionalSurfaceNode when the staticFriction field of H3DFrictionalSurfaceNode is changed.


The documentation for this class was generated from the following files: