#include <graph.h>
|
enum | termtype {
SOURCE = 0
, SINK = 1
, SOURCE = 0
, SINK = 1
,
SOURCE = 0
, SINK = 1
} |
|
enum | termtype {
SOURCE = 0
, SINK = 1
, SOURCE = 0
, SINK = 1
,
SOURCE = 0
, SINK = 1
} |
|
enum | termtype {
SOURCE = 0
, SINK = 1
, SOURCE = 0
, SINK = 1
,
SOURCE = 0
, SINK = 1
} |
|
typedef short | captype |
|
typedef int | flowtype |
|
typedef void * | node_id |
|
typedef int | node_id |
|
typedef short | captype |
|
typedef int | flowtype |
|
typedef void * | node_id |
|
|
| Graph (void(*err_function)(char *)=NULL) |
|
| ~Graph () |
|
node_id | add_node () |
|
void | add_edge (node_id from, node_id to, captype cap, captype rev_cap) |
|
void | set_tweights (node_id i, captype cap_source, captype cap_sink) |
|
void | add_tweights (node_id i, captype cap_source, captype cap_sink) |
|
termtype | what_segment (node_id i) |
|
flowtype | maxflow () |
|
| Graph (int node_num_max, int edge_num_max, void(*err_function)(const char *)=NULL) |
|
| ~Graph () |
|
node_id | add_node (int num=1) |
|
void | add_edge (node_id from, node_id to, captype cap, captype rev_cap) |
|
void | set_tweights (node_id i, tcaptype cap_source, tcaptype cap_sink) |
|
void | add_tweights (node_id i, captype cap_source, captype cap_sink) |
|
termtype | what_segment (node_id i) |
|
flowtype | maxflow () |
|
| Graph (void(*err_function)(char *)=NULL) |
|
| ~Graph () |
|
node_id | add_node () |
|
void | add_edge (node_id from, node_id to, captype cap, captype rev_cap) |
|
void | set_tweights (node_id i, captype cap_source, captype cap_sink) |
|
void | add_tweights (node_id i, captype cap_source, captype cap_sink) |
|
termtype | what_segment (node_id i) |
|
flowtype | maxflow () |
|
◆ captype [1/2]
◆ captype [2/2]
◆ flowtype [1/2]
◆ flowtype [2/2]
◆ node_id [1/3]
◆ node_id [2/3]
◆ node_id [3/3]
◆ termtype [1/3]
Enumerator |
---|
SOURCE | |
SINK | |
SOURCE | |
SINK | |
SOURCE | |
SINK | |
◆ termtype [2/3]
Enumerator |
---|
SOURCE | |
SINK | |
SOURCE | |
SINK | |
SOURCE | |
SINK | |
◆ termtype [3/3]
Enumerator |
---|
SOURCE | |
SINK | |
SOURCE | |
SINK | |
SOURCE | |
SINK | |
◆ Graph() [1/3]
◆ ~Graph() [1/3]
◆ Graph() [2/3]
◆ ~Graph() [2/3]
◆ Graph() [3/3]
◆ ~Graph() [3/3]
◆ add_edge() [1/3]
◆ add_edge() [2/3]
◆ add_edge() [3/3]
◆ add_node() [1/3]
◆ add_node() [2/3]
◆ add_node() [3/3]
◆ add_tweights() [1/3]
◆ add_tweights() [2/3]
◆ add_tweights() [3/3]
◆ maxflow() [1/3]
◆ maxflow() [2/3]
◆ maxflow() [3/3]
◆ set_tweights() [1/3]
◆ set_tweights() [2/3]
◆ set_tweights() [3/3]
◆ what_segment() [1/3]
◆ what_segment() [2/3]
◆ what_segment() [3/3]
The documentation for this class was generated from the following files:
- Tools/Supervoxels/maxflow-v2.22/adjacency_list/graph.h
- Tools/Supervoxels/maxflow-v2.22/adjacency_list_new_interface/graph.h
- Tools/Supervoxels/maxflow-v2.22/forward_star/graph.h
- Tools/Supervoxels/maxflow-v2.22/adjacency_list/graph.cpp
- Tools/Supervoxels/maxflow-v2.22/adjacency_list/maxflow.cpp
- Tools/Supervoxels/maxflow-v2.22/adjacency_list_new_interface/graph.cpp
- Tools/Supervoxels/maxflow-v2.22/adjacency_list_new_interface/maxflow.cpp
- Tools/Supervoxels/maxflow-v2.22/forward_star/graph.cpp
- Tools/Supervoxels/maxflow-v2.22/forward_star/maxflow.cpp