Go to the source code of this file.
|
template<class T , int S> |
void | RTT::extras::decomposeProperty (base::PropertyIntrospection *pi, const Property< MultiVector< S, T > > &c) |
| A decomposeProperty method for decomposing a Property< MultiVector<S,T> > into a PropertyBag with Property<T>'s. More...
|
|
template<class T , int S> |
void | RTT::extras::decomposeProperty (base::PropertyIntrospection *pi, const Property< const MultiVector< S, T > & > &c) |
|
template<class T , int S> |
bool | RTT::extras::composeProperty (const PropertyBag &bag, Property< MultiVector< S, T > > &result) |
| A composeProperty method for composing a property of a MultiVector<S, T> More...
|
|