mbsim-env / mbsim

A multi-body simulation software
https://www.mbsim-env.de
GNU Lesser General Public License v2.1
42 stars 16 forks source link

Function[123]_* cleanup #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The Function[123] interface in MBSim uses now also fixed size vector (e.g. 
Vec3) arguments. The XML interface and ObjectFactory should use 
Function[123]_VV3S for these (add the fixed size after the V). This is 
currently done only partial and inconsitently. Fix it.

Original issue reported on code.google.com by friedrich.at.gc@googlemail.com on 26 Apr 2013 at 6:39

GoogleCodeExporter commented 9 years ago
Just started with a complete redesign of the ObjectFactory in MBSim. This will 
make the ObjectFactory much easier to use and multiple fmatvec::Vector types 
for a single XML Element name will be possible later with this approach. This 
will remove the Vec3 Vec<Ref> and Vec<Var> differentiation in the 
Function[123]_* concept (at least in XML) (hopefully).

Original comment by friedrich.at.gc@googlemail.com on 21 May 2013 at 2:32

GoogleCodeExporter commented 9 years ago
Done with r2499.
Cleanup requried: Move all class registrations from dummyof.cc to the 
corresponding file of the defintion of the class.

Original comment by friedrich.at.gc@googlemail.com on 25 May 2013 at 8:34