#include <SampleComposition.hpp>
Public Member Functions | |
bool | composeTypeImpl (const PropertyBag &bag, WeightedSample< T > &result) const |
bool | decomposeTypeImpl (const WeightedSample< T > &weightedSample, PropertyBag &targetbag) const |
WeightedSampleTypeInfo (std::string name) |
Definition at line 284 of file SampleComposition.hpp.
BFL::WeightedSampleTypeInfo< T >::WeightedSampleTypeInfo | ( | std::string | name | ) | [inline] |
Definition at line 287 of file SampleComposition.hpp.
bool BFL::WeightedSampleTypeInfo< T >::composeTypeImpl | ( | const PropertyBag & | bag, |
WeightedSample< T > & | result | ||
) | const [inline] |
Definition at line 298 of file SampleComposition.hpp.
bool BFL::WeightedSampleTypeInfo< T >::decomposeTypeImpl | ( | const WeightedSample< T > & | weightedSample, |
PropertyBag & | targetbag | ||
) | const [inline] |
Definition at line 292 of file SampleComposition.hpp.