Go to the documentation of this file.
4 #ifndef tools_sg_noderef
5 #define tools_sg_noderef
19 #ifdef TOOLS_SG_NODEREF_DEBUG
20 std::ostream& out = a_action.
out();
21 out <<
"debug : tools::sg::noderef::render : " <<
m_node.
s_cls() <<
" begin : " << std::endl;
23 out <<
"debug : tools::sg::noderef::render : " <<
m_node.
s_cls() <<
" end," << std::endl;
34 if(a_action.
done())
return;
49 parent::operator=(a_from);
63 clrref(NODE& a_node):parent(a_node){}
65 NODE* _node = safe_cast<sg::node,NODE>(
m_node);
66 if(_node) _node->clear();
71 parent::operator=(a_from);
#define TOOLS_NODE(a__class, a__sclass, a__parent)
#define TOOLS_NODE_T(a__T, a__class, a__sclass, a__parent)