#include <MFVec2f.h>
Inheritance diagram for MFVec2f:

Public Member Functions | |
| MFVec2f () | |
| MFVec2f (const float values[], int len) | |
| virtual | ~MFVec2f () |
| virtual int | getType () const |
| virtual const char * | getTypeName () const |
| virtual int | getStride () const |
| virtual bool | equals (const FieldValue *value) const |
| virtual FieldValue * | copy () |
| virtual FieldValue * | getSFValue (int index) const |
| virtual void | setSFValue (int index, FieldValue *value) |
| MFVec2f::MFVec2f | ( | ) |
| MFVec2f::MFVec2f | ( | const float | values[], | |
| int | len | |||
| ) |
| virtual MFVec2f::~MFVec2f | ( | ) | [inline, virtual] |
| virtual int MFVec2f::getType | ( | ) | const [inline, virtual] |
Reimplemented from MFFloat.
| virtual const char* MFVec2f::getTypeName | ( | ) | const [inline, virtual] |
Reimplemented from MFFloat.
| virtual int MFVec2f::getStride | ( | ) | const [inline, virtual] |
Reimplemented from MFFloat.
| bool MFVec2f::equals | ( | const FieldValue * | value | ) | const [virtual] |
Reimplemented from MFFloat.
| virtual FieldValue* MFVec2f::copy | ( | ) | [inline, virtual] |
Reimplemented from MFFloat.
| FieldValue * MFVec2f::getSFValue | ( | int | index | ) | const [virtual] |
Reimplemented from MFFloat.
| void MFVec2f::setSFValue | ( | int | index, | |
| FieldValue * | value | |||
| ) | [virtual] |
Reimplemented from MFFloat.
1.5.1-p1