|
MeVisLab Scripting Reference
|
#include <mlabVector3ListField.h>
Inherits MLABListField< T >.
Public Slots | |
| void | py_set_ndarray (PyObject *value) |
Scripting access. | |
| |
| void | setValue (const QString &value) |
| void | updateValue (const QString &value) |
| void | setListValue (const QVariantList &value) |
| void | updateListValue (const QVariantList &value) |
Signals | |
| void | valueChanged () |
Properties | |
| QVariantList | listValue |
| QString | value |
A field containing a list of Vector3.
The 'listValue' property of this field is a list of double value triples.
|
slot |
Sets value as a NumPy array.
|
slot |
Sets the list of double vectors.
|
inlineslot |
Sets the value as string (for backwards compatibility).
|
slot |
Sets the list of double vectors if different from the current list of values.
|
inlineslot |
Sets the value as string if different from the current value.
|
signal |
Signal that is emitted when the field's value changes.
|
readwrite |
Vector3 list value of the field.
|
readwrite |
String value of the field (for backwards compatibility reasons).