Home
last modified time | relevance | path

Searched defs:HandleArgSelectorImpl (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/vigra/vigra-8acd73a/include/vigra/
H A Daccumulator.hxx3296 struct HandleArgSelectorImpl struct
3298 static const int value = DEFAULT;
3299 typedef typename CoupledHandleCast<value, T>::type type;
3301 static const int size = type::dimensions;
3305 getHandle(CoupledHandle<U, NEXT> const & t) in getHandle()
3312 getValue(CoupledHandle<U, NEXT> const & t) in getValue()
3321 static const int value = IndexDefinition::value;
3322 typedef typename CoupledHandleCast<value, T>::type type;
3324 static const int size = type::dimensions;
3328 getHandle(CoupledHandle<U, NEXT> const & t) in getHandle()
[all …]