Home
last modified time | relevance | path

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

/dports/graphics/vigra/vigra-8acd73a/include/vigra/
H A Daccumulator-grammar.hxx515 struct ShouldBeWeighted struct
517 typedef VigraFalseType type;
518 static const bool value = false;
522 struct ShouldBeWeighted<ArgMinWeight> struct
524 typedef VigraTrueType type;
525 static const bool value = true;
529 struct ShouldBeWeighted<ArgMaxWeight> struct
531 typedef VigraTrueType type;
532 static const bool value = true;
536 struct ShouldBeWeighted<B<A> > struct