Node visitor - see drawable_graph_t::visit_nodes()
More...
#include <graph.hpp>
◆ ~graph_node_visitor_t()
virtual graph_node_visitor_t::~graph_node_visitor_t |
( |
| ) |
|
|
inlinevirtual |
◆ reinit()
void idaapi graph_node_visitor_t::reinit |
( |
void | | ) |
|
|
inline |
◆ set_visited()
void idaapi graph_node_visitor_t::set_visited |
( |
int | n | ) |
|
|
inline |
◆ is_visited()
bool idaapi graph_node_visitor_t::is_visited |
( |
int | n | ) |
const |
|
inline |
Have we already visited the given node?
◆ visit_node()
virtual int idaapi graph_node_visitor_t::visit_node |
( |
int | | ) |
|
|
inlinevirtual |
Implements action to take when a node is visited.
◆ is_forbidden_edge()
virtual bool idaapi graph_node_visitor_t::is_forbidden_edge |
( |
int | , |
|
|
int | ) const |
|
inlinevirtual |
Should the edge between 'n' and 'm' be ignored?
The documentation for this class was generated from the following file: