Definition at line 14 of file noderef.
◆ noderef() [1/2]
tools::sg::noderef::noderef |
( |
node & |
a_node | ) |
|
|
inline |
◆ ~noderef()
virtual tools::sg::noderef::~noderef |
( |
| ) |
|
|
inlinevirtual |
◆ noderef() [2/2]
tools::sg::noderef::noderef |
( |
const noderef & |
a_from | ) |
|
|
inline |
◆ bbox()
virtual void tools::sg::noderef::bbox |
( |
bbox_action & |
a_action | ) |
|
|
inlinevirtual |
◆ event()
virtual void tools::sg::noderef::event |
( |
event_action & |
a_action | ) |
|
|
inlinevirtual |
◆ get_matrix()
◆ is_visible()
virtual void tools::sg::noderef::is_visible |
( |
visible_action & |
a_action | ) |
|
|
inlinevirtual |
◆ node() [1/2]
◆ node() [2/2]
const sg::node& tools::sg::noderef::node |
( |
| ) |
const |
|
inline |
◆ operator=()
Definition at line 48 of file noderef.
49 parent::operator=(a_from);
◆ pick()
virtual void tools::sg::noderef::pick |
( |
pick_action & |
a_action | ) |
|
|
inlinevirtual |
◆ render()
virtual void tools::sg::noderef::render |
( |
render_action & |
a_action | ) |
|
|
inlinevirtual |
Reimplemented from tools::sg::node.
Definition at line 18 of file 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;
◆ search()
virtual void tools::sg::noderef::search |
( |
search_action & |
a_action | ) |
|
|
inlinevirtual |
Reimplemented from tools::sg::node.
Definition at line 31 of file noderef.
32 if(a_action.do_path()) a_action.path_push(
this);
34 if(a_action.done())
return;
35 if(a_action.do_path()) a_action.path_pop();
◆ write()
virtual bool tools::sg::noderef::write |
( |
write_action & |
a_action | ) |
|
|
inlinevirtual |
◆ m_node
The documentation for this class was generated from the following file:
- /Users/barrand/private/dev/softinex/g4tools/g4tools/tools/sg/noderef