MeVisLab Scripting Reference
MLKeyFrameWrapper Class Reference

Inherits QObject.

Public Slots

QVariantList getPos () const
 
QVariantList getTangent () const
 
QVariantList getUp () const
 
void setTangent (QVariantList tangent)
 
void setUp (QVariantList up)
 

Properties

QVariantList pos
 
QVariantList tangent
 
QVariantList up
 

Detailed Description

A class that wraps KeyFrame objects for use in Scripting.

Member Function Documentation

◆ getPos

QVariantList MLKeyFrameWrapper::getPos ( ) const
slot

Get the position of the key frame.

◆ getTangent

QVariantList MLKeyFrameWrapper::getTangent ( ) const
slot

Get the tangent vector of the key frame.

◆ getUp

QVariantList MLKeyFrameWrapper::getUp ( ) const
slot

Get the up vector of the key frame.

◆ setTangent

void MLKeyFrameWrapper::setTangent ( QVariantList  tangent)
slot

Set the tangent vector of the key frame.

◆ setUp

void MLKeyFrameWrapper::setUp ( QVariantList  up)
slot

Set the up vector of the key frame.

Property Documentation

◆ pos

QVariantList MLKeyFrameWrapper::pos
read

The position of the key frame, read-only.

◆ tangent

QVariantList MLKeyFrameWrapper::tangent
readwrite

the tangent vector of the key frame

◆ up

QVariantList MLKeyFrameWrapper::up
readwrite

The up vector of the key frame.