Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xdmf
Xdmf
Commits
dc67273e
Commit
dc67273e
authored
Aug 10, 2011
by
Kenneth Leiter
Browse files
ENH: Add additional typemaps for python swig for XdmfMap.
parent
5d773b0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Xdmf.i
View file @
dc67273e
...
...
@@ -174,6 +174,13 @@ swig -v -c++ -python -o XdmfPython.cpp Xdmf.i
#
ifdef
SWIGPYTHON
%
include
std_set
.
i
%
include
std_map
.
i
%
template
(
XdmfMapNodeIdSet
)
std
::
set
<
int
>
;
%
template
(
XdmfMapNodeIdMap
)
std
::
map
<
int
,
std
::
set
<
int
>
>
;
%
template
(
XdmfMapMap
)
std
::
map
<
int
,
std
::
map
<
int
,
std
::
set
<
int
>
>
>
;
%
pythoncode
{
from
XdmfCore
import
*
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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