MeVisLab Scripting Reference
|
#include <mlXMarkerWrapper.h>
Inherits QObject.
Properties | |
QVariantList | pos |
float | x |
float | y |
float | z |
float | c |
float | t |
float | u |
QVariantList | vec |
float | vx |
float | vy |
float | vz |
int | type |
int | id |
QString | name |
A class that wraps XMarker objects for use in Python.
|
readwrite |
C value of position.
|
readwrite |
Marker ID.
|
readwrite |
Marker name.
|
readwrite |
Marker position (pos
).
|
readwrite |
T value of position.
|
readwrite |
Marker type.
|
readwrite |
U value of position.
|
readwrite |
Marker vector (vec
).
|
readwrite |
X value of the vector.
|
readwrite |
Y value of the vector.
|
readwrite |
Z value of the vector.
|
readwrite |
X value of position.
|
readwrite |
Y value of position.
|
readwrite |
Z value of position.