Helper to copy an object while applying thinning. More...
Namespaces | |
namespace | SG |
Constructor from a payload object. | |
Functions | |
template<class CONTAINER > | |
CONTAINER * | SG::copyThinned1 (const CONTAINER &orig, const void *dummy, IThinningSvc *svc) |
Helper to copy an object while applying thinning. | |
template<class CONTAINER > | |
CONTAINER * | SG::copyThinned1 (const CONTAINER &orig, const DataVector< typename CONTAINER::base_value_type > *dummy, IThinningSvc *svc) |
Helper to copy an object while applying thinning. | |
template<class CONTAINER > | |
CONTAINER * | SG::copyThinned1 (const CONTAINER &orig, const SG::IAuxStore *dummy, IThinningSvc *svc) |
Helper to copy an object while applying thinning. | |
template<class CONTAINER > | |
CONTAINER * | SG::copyThinned (const CONTAINER &orig, IThinningSvc *svc) |
Helper to copy an object while applying thinning. |
Helper to copy an object while applying thinning.