MeVisLab Scripting Reference
MLKeyFrameWrapper Class Reference

#include <mlKeyFrameWrapper.h>

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

Returns the position of the key frame.

◆ getTangent

QVariantList MLKeyFrameWrapper::getTangent ( ) const
slot

Returns the tangent vector of the key frame.

◆ getUp

QVariantList MLKeyFrameWrapper::getUp ( ) const
slot

Returns the up vector of the key frame.

◆ setTangent

void MLKeyFrameWrapper::setTangent ( QVariantList tangent)
slot

Sets the tangent vector of the key frame.

References tangent.

◆ setUp

void MLKeyFrameWrapper::setUp ( QVariantList up)
slot

Sets the up vector of the key frame.

References up.

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.

Referenced by setTangent().

◆ up

QVariantList MLKeyFrameWrapper::up
readwrite

The up vector of the key frame.

Referenced by setUp().