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
9c58d676
Commit
9c58d676
authored
Oct 21, 2016
by
Tiago Peixoto
Browse files
Add missing data_ptr() method to edge property maps
parent
52b79792
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/graph/graph_python_interface_export.cc
View file @
9c58d676
...
...
@@ -148,7 +148,8 @@ struct export_edge_property_map
.
def
(
"is_writable"
,
&
pmap_t
::
is_writable
)
.
def
(
"reserve"
,
&
pmap_t
::
reserve
)
.
def
(
"resize"
,
&
pmap_t
::
resize
)
.
def
(
"shrink_to_fit"
,
&
pmap_t
::
shrink_to_fit
);
.
def
(
"shrink_to_fit"
,
&
pmap_t
::
shrink_to_fit
)
.
def
(
"data_ptr"
,
&
pmap_t
::
data_ptr
);
typedef
boost
::
mpl
::
transform
<
graph_tool
::
all_graph_views
,
...
...
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