26#include <ArmarXCore/interface/observers/Filters.h>
27#include <ArmarXCore/interface/observers/ObserverInterface.h>
34 template <
class IceBaseClass,
class DerivedClass>
63 template <
typename Type>
64 static std::vector<Type>
67 std::vector<Type> values;
71 VariantPtr v2 = VariantPtr::dynamicCast(v.second);
72 values.push_back(v2->get<Type>());
75 std::sort(values.begin(), values.end());
This file offers overloads of toIce() and fromIce() functions for STL container types.
IceInternal::Handle< Variant > VariantPtr
std::deque< std::pair< long, VariantBasePtr > > TimeVariantBaseMap
::IceInternal::Handle<::armarx::VariantBase > VariantBasePtr