Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tiago Peixoto
graph-tool
Commits
e7e90c35
Commit
e7e90c35
authored
Oct 10, 2007
by
Tiago Peixoto
Browse files
Recover missing SetVertexFilterRange() python binding
parent
c0bc49d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/graph/graph_bind.cc
View file @
e7e90c35
...
...
@@ -290,6 +290,7 @@ BOOST_PYTHON_MODULE(libgraph_tool)
.
def
(
"SetReversed"
,
&
GraphInterfaceWrap
::
SetReversed
)
.
def
(
"GetReversed"
,
&
GraphInterfaceWrap
::
GetReversed
)
.
def
(
"SetVertexFilterProperty"
,
&
GraphInterfaceWrap
::
SetVertexFilterProperty
)
.
def
(
"SetVertexFilterRange"
,
&
GraphInterfaceWrap
::
SetVertexFilterRange
)
.
def
(
"IsVertexFilterActive"
,
&
GraphInterfaceWrap
::
IsVertexFilterActive
)
.
def
(
"SetEdgeFilterProperty"
,
&
GraphInterfaceWrap
::
SetEdgeFilterProperty
)
.
def
(
"SetEdgeFilterRange"
,
&
GraphInterfaceWrap
::
SetEdgeFilterRange
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment