|
MeVisLab Scripting Reference
|
#include <mlabRotationField.h>
Inherits MLABVector4Field.
Public Slots | |
Scripting access. | |
| |
| SbRotationd | inventorValue () |
| void | setValue (const SbRotationd &value) |
| void | setValue (const SbRotation &value) |
| void | updateValue (const SbRotationd &value) |
| void | updateValue (const SbRotation &value) |
Public Slots inherited from MLABVector4Field | |
| void | setValue (double a, double b, double c, double d) |
| void | updateValue (double a, double b, double c, double d) |
| SbVec4d | inventorValue () |
| void | setValue (const SbVec4d &value) |
| void | setValue (const SbVec4f &value) |
| void | updateValue (const SbVec4d &value) |
| void | updateValue (const SbVec4f &value) |
Public Slots inherited from MLABBaseDoubleVectorField | |
| virtual double | value (int i) |
| virtual QString | formattedStringValue (const QString &cformat, int i) |
Public Slots inherited from MLABVectorField | |
| void | setValue (const QVariantList &value) |
| void | updateVectorValue (const QVariantList &value) |
| void | updateValue (const QVariantList &value) |
Public Slots inherited from MLABField | |
| bool | isInventorField () |
| bool | isMLField () |
| QString | getType () const |
| QString | getName () const |
| virtual QString | stringValue () |
| virtual QString | persistentStringValue () |
| virtual void | setPersistentStringValue (const QString &value) |
| QString | truncatedStringValue (int maxChars=80) |
| virtual QString | stringValueForProfiling () |
| virtual void | touch () |
| MLABFieldOwner * | owner () |
| MLABField * | connectedField () |
| MLABField * | inputField () |
| bool | isConnected () |
| bool | isConnectedToFieldInSameNetwork () |
| int | outputCount () |
| MLABField * | outputField (int index) |
| QList< MLABField * > | outputFields () |
| bool | connectFrom (MLABField *field) |
| void | disconnect () |
| void | disconnectOutputs () |
| void | disconnectAll () |
| bool | connectFromUndoable (MLABField *field) |
| virtual bool | isConnectionPossible (MLABField *field) |
| bool | isConnectionInSameNetworkPossible (MLABField *field) |
| bool | isInSameNetwork (MLABField *field) |
| virtual QString | toolTipInfo () |
| void | setPriority (int aPriority) |
| int | priority () |
| void | setProxy (bool flag) |
| bool | isProxy () |
| void | setComment (const QString &comment) |
| QString | comment () |
| void | setTitle (const QString &title) |
| QString | title () |
| QString | fullName () const |
| bool | isHidden () |
| void | setHidden (bool flag) |
| bool | isIgnored () |
| void | setIgnored (bool flag) |
| bool | isFilePath () |
| void | setIsFilePath (bool flag) |
| bool | isInterfaceField () |
| bool | isParameterField () |
| bool | isInput () |
| bool | isOutput () |
| bool | isInOut () |
| QString | infoString () |
| bool | isPersistent () const |
| bool | isEditable () const |
| bool | triggersLoading () const |
| void | setTriggersLoading (bool flag) |
Additional Inherited Members | |
Signals inherited from MLABDoubleVectorField | |
| void | valueChanged () |
Public Member Functions inherited from MLABVector4Field | |
| QVariant | numPyValue () const override |
| void | setStringValue (const QString &value) override |
| void | setVectorValue (const QVariantList &value) override |
| int | size () override |
Public Member Functions inherited from MLABBaseDoubleVectorField | |
| QString | componentStringValue (int i) override |
| QVariantList | vectorValue () override |
Field containing a rotation given by 3D axis and an angle.
|
slot |
Returns value as Inventor value.
|
slot |
Sets value from Inventor value.
|
slot |
Sets value from Inventor value.
|
slot |
Updates value from Inventor value.
|
slot |
Updates value from Inventor value.