#include <rtt/Property.hpp>
#include <rtt/PropertyBag.hpp>
#include <rtt/TemplateTypeInfo.hpp>
#include <rtt/Types.hpp>
#include <rtt/Logger.hpp>
#include <rtt/DataSources.hpp>
#include <ostream>
#include <sstream>
#include <vector>
#include "../../sample/sample.h"
#include "../../sample/weightedsample.h"
Go to the source code of this file.
Classes | |
struct | BFL::Sample_ctor< T > |
struct | BFL::SampleTypeInfo< T > |
struct | BFL::WeightedSample_ctor< T > |
struct | BFL::WeightedSampleTypeInfo< T > |
Namespaces | |
namespace | BFL |
Functions | |
template<class T > | |
bool | BFL::composeProperty (const PropertyBag &bag, Sample< T > &sample) |
template<class T > | |
bool | BFL::composeProperty (const PropertyBag &bag, WeightedSample< T > &weightedSample) |
template<class T > | |
void | BFL::decomposeProperty (const Sample< T > &sample, PropertyBag &targetbag) |
template<class T > | |
void | BFL::decomposeProperty (const WeightedSample< T > &weightedSample, PropertyBag &targetbag) |