[Bug 812] New: Feature requests for scripting support of types

http://bugs.orocos.org/show_bug.cgi?id=812

Summary: Feature requests for scripting support of types
Product: Toolchain
Version: 2.0.2
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P5
Component: RTT
AssignedTo: orocos-dev [..] ...
ReportedBy: tinne [dot] delaet [..] ...
CC: orocos-dev [..] ...
Estimated Hours: 0.0

The following features would be nice to include in the scripting support for my
typekit:

* support for bracketing with two arguments, e.g. for indexing matrices m(1,1)
* support for dot operators with arguments, e.g. for resizing a matrix
m.resize(2,4)
* support for = operator, e.g. for matrix = double (assigns the double to all
entries of the matrix).

Tinne