Home
last modified time | relevance | path

Searched refs:roots_key_ (Results 1 – 4 of 4) sorted by relevance

/dports/science/py-rmf/rmf-1.3.1/include/RMF/decorator/
H A Dalternatives.h31 IntsKey roots_key_; variable
33 : Decorator(nh), types_key_(types_key), roots_key_(roots_key) {} in AlternativesConst()
78 IntsKey roots_key_; variable
85 return Alternatives(nh, types_key_, roots_key_); in get()
88 return AlternativesConst(nh, types_key_, roots_key_); in get()
/dports/science/rmf/rmf-1.3.1/include/RMF/decorator/
H A Dalternatives.h31 IntsKey roots_key_; variable
33 : Decorator(nh), types_key_(types_key), roots_key_(roots_key) {} in AlternativesConst()
78 IntsKey roots_key_; variable
85 return Alternatives(nh, types_key_, roots_key_); in get()
88 return AlternativesConst(nh, types_key_, roots_key_); in get()
/dports/science/py-rmf/rmf-1.3.1/src/decorator/
H A Dalternatives.cpp51 roots_key_(fh.get_key<IntsTag>(cat_, "roots")) {} in AlternativesFactory()
56 roots_key_(fh.get_key<IntsTag>(cat_, "roots")) {} in AlternativesFactory()
66 Ints roots = get_node().get_value(roots_key_); in get_alternative_impl()
81 return NodeID(get_node().get_value(roots_key_).get()[closest_index]); in get_alternative_impl()
90 if (get_node().get_has_value(roots_key_)) { in get_alternatives_impl()
91 Ints roots = get_node().get_value(roots_key_).get(); in get_alternatives_impl()
128 ->access_static_value(get_node().get_id(), roots_key_) in add_alternative()
151 Ints roots = get_node().get_value(roots_key_); in get_representation_type()
/dports/science/rmf/rmf-1.3.1/src/decorator/
H A Dalternatives.cpp51 roots_key_(fh.get_key<IntsTag>(cat_, "roots")) {} in AlternativesFactory()
56 roots_key_(fh.get_key<IntsTag>(cat_, "roots")) {} in AlternativesFactory()
66 Ints roots = get_node().get_value(roots_key_); in get_alternative_impl()
81 return NodeID(get_node().get_value(roots_key_).get()[closest_index]); in get_alternative_impl()
90 if (get_node().get_has_value(roots_key_)) { in get_alternatives_impl()
91 Ints roots = get_node().get_value(roots_key_).get(); in get_alternatives_impl()
128 ->access_static_value(get_node().get_id(), roots_key_) in add_alternative()
151 Ints roots = get_node().get_value(roots_key_); in get_representation_type()