Go to the documentation of this file.
4 #ifndef tools_sg_nodekit
5 #define tools_sg_nodekit
25 const std::vector<pick_t>& pks =
action.picks();
26 std::vector<pick_t>::const_iterator it;
27 for(it=pks.begin();it!=pks.end();++it) {
28 a_action.
add_pick(*a_node,(*it).zs(),(*it).ws(),(*it).state());
52 parent::search(a_action);
53 if(a_action.
done())
return;
81 parent::operator=(a_from);
#define TOOLS_HEADER(a__class, a__sclass, a__parent)