MeVisLab Scripting Reference
TransformationProviderMappingPathWrapper Class Reference

Inherits QObject.

Public Slots

QVariant at (int index)
 
int length () const
 

Detailed Description

This class wraps the class ml::TransformationProvider::MappingPath.

This object stores the path used to create the resulting transformation in a call to TransformationProvider::getTransformation and can be used to check if the transformation has changed in a TransformationChangedEvent.

Member Function Documentation

◆ at

QVariant TransformationProviderMappingPathWrapper::at ( int  index)
slot

Return an entry of the path.

An entry consist of a pair of coordinate system references, which are dictionaries as described in class MLTransformationProviderWrapper.

◆ length

int TransformationProviderMappingPathWrapper::length ( ) const
inlineslot

Return length of path.