Searched refs:AccumulatorTags (Results 1 – 2 of 2) sorted by relevance
/dports/graphics/vigra/vigra-8acd73a/vigranumpy/src/core/ |
H A D | pythonaccumulator.hxx | 389 typedef typename BaseType::AccumulatorTags AccumulatorTags; typedef 438 … acc_detail::ApplyVisitorToTag<AccumulatorTags>::exec((BaseType &)*this, resolveAlias(tag), v); in get()
|
/dports/graphics/vigra/vigra-8acd73a/include/vigra/ |
H A D | accumulator.hxx | 2049 …edef typename acc_detail::ConfigureAccumulatorChain<T, Selected, dynamic>::TagList AccumulatorTags; typedef in vigra::acc::AccumulatorChain 2114 acc_detail::CollectAccumulatorNames<AccumulatorTags>::exec(n); in collectTagNames() 2162 typedef typename DynamicAccumulatorChain::AccumulatorTags AccumulatorTags; typedef in vigra::acc::DynamicAccumulatorChain 2226 return acc_detail::ApplyVisitorToTag<AccumulatorTags>::exec(*this, in activateImpl() 2232 return acc_detail::ApplyVisitorToTag<AccumulatorTags>::exec(*this, normalizeString(tag), v); in isActiveImpl() 2387 typedef typename Creator::TagList AccumulatorTags; typedef in vigra::acc::AccumulatorChainArray 2517 acc_detail::CollectAccumulatorNames<AccumulatorTags>::exec(n); in collectTagNames() 2554 typedef typename DynamicAccumulatorChainArray::AccumulatorTags AccumulatorTags; typedef in vigra::acc::DynamicAccumulatorChainArray 2614 return acc_detail::ApplyVisitorToTag<AccumulatorTags>::exec(this->next_, in activateImpl() 2620 … return acc_detail::ApplyVisitorToTag<AccumulatorTags>::exec(this->next_, normalizeString(tag), v); in isActiveImpl()
|