Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
b3f4c0f8
"includes/vscode:/vscode.git/clone" did not exist on "242364476a70a5e3650982afd3ffececa3f4728f"
Commit
b3f4c0f8
authored
Jul 24, 2009
by
Peter Eastman
Browse files
Modified wrapper generators to hide a few more methods
parent
e1eb4356
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
wrappers/CWrapper_Header.xslt
wrappers/CWrapper_Header.xslt
+1
-1
wrappers/CWrapper_Source.xslt
wrappers/CWrapper_Source.xslt
+1
-1
wrappers/FortranWrapper_Header.xslt
wrappers/FortranWrapper_Header.xslt
+1
-1
wrappers/FortranWrapper_Source.xslt
wrappers/FortranWrapper_Source.xslt
+1
-1
No files found.
wrappers/CWrapper_Header.xslt
View file @
b3f4c0f8
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
<!-- Do not generate the following functions -->
<!-- Do not generate the following functions -->
<xsl:variable
name=
"skip_methods"
select=
"('OpenMM_Context_getState', 'OpenMM_Platform_loadPluginsFromDirectory')"
/>
<xsl:variable
name=
"skip_methods"
select=
"('OpenMM_Context_getState', 'OpenMM_Platform_loadPluginsFromDirectory')"
/>
<!-- Suppress any function which references any of the following classes -->
<!-- Suppress any function which references any of the following classes -->
<xsl:variable
name=
"hide_classes"
select=
"('Kernel', 'Stream', 'KernelImpl', 'StreamImpl', 'KernelFactory', 'StreamFactory')"
/>
<xsl:variable
name=
"hide_classes"
select=
"('Kernel', 'Stream', 'KernelImpl', 'StreamImpl', 'KernelFactory', 'StreamFactory'
, 'ContextImpl'
)"
/>
<!-- Main loop over all classes in the OpenMM namespace -->
<!-- Main loop over all classes in the OpenMM namespace -->
<xsl:template
match=
"/GCC_XML"
>
<xsl:template
match=
"/GCC_XML"
>
...
...
wrappers/CWrapper_Source.xslt
View file @
b3f4c0f8
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
<!-- Do not generate the following functions -->
<!-- Do not generate the following functions -->
<xsl:variable
name=
"skip_methods"
select=
"('OpenMM_Context_getState', 'OpenMM_Platform_loadPluginsFromDirectory')"
/>
<xsl:variable
name=
"skip_methods"
select=
"('OpenMM_Context_getState', 'OpenMM_Platform_loadPluginsFromDirectory')"
/>
<!-- Suppress any function which references any of the following classes -->
<!-- Suppress any function which references any of the following classes -->
<xsl:variable
name=
"hide_classes"
select=
"('Kernel', 'Stream', 'KernelImpl', 'StreamImpl', 'KernelFactory', 'StreamFactory')"
/>
<xsl:variable
name=
"hide_classes"
select=
"('Kernel', 'Stream', 'KernelImpl', 'StreamImpl', 'KernelFactory', 'StreamFactory'
, 'ContextImpl'
)"
/>
<!-- Main loop over all classes in the OpenMM namespace -->
<!-- Main loop over all classes in the OpenMM namespace -->
<xsl:template
match=
"/GCC_XML"
>
<xsl:template
match=
"/GCC_XML"
>
...
...
wrappers/FortranWrapper_Header.xslt
View file @
b3f4c0f8
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
<!-- Do not generate functions for the following classes -->
<!-- Do not generate functions for the following classes -->
<xsl:variable
name=
"skip_classes"
select=
"('Vec3', 'Kernel', 'Stream', 'KernelImpl', 'StreamImpl', 'KernelFactory', 'StreamFactory')"
/>
<xsl:variable
name=
"skip_classes"
select=
"('Vec3', 'Kernel', 'Stream', 'KernelImpl', 'StreamImpl', 'KernelFactory', 'StreamFactory')"
/>
<!-- Suppress any function which references any of the following classes -->
<!-- Suppress any function which references any of the following classes -->
<xsl:variable
name=
"hide_classes"
select=
"('Kernel', 'Stream', 'KernelImpl', 'StreamImpl', 'KernelFactory', 'StreamFactory')"
/>
<xsl:variable
name=
"hide_classes"
select=
"('Kernel', 'Stream', 'KernelImpl', 'StreamImpl', 'KernelFactory', 'StreamFactory'
, 'ContextImpl'
)"
/>
<!-- Main loop over all classes in the OpenMM namespace -->
<!-- Main loop over all classes in the OpenMM namespace -->
<xsl:template
match=
"/GCC_XML"
>
<xsl:template
match=
"/GCC_XML"
>
...
...
wrappers/FortranWrapper_Source.xslt
View file @
b3f4c0f8
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
<!-- Do not generate the following functions -->
<!-- Do not generate the following functions -->
<xsl:variable
name=
"skip_methods"
select=
"('OpenMM_Context_getState', 'OpenMM_Platform_loadPluginsFromDirectory')"
/>
<xsl:variable
name=
"skip_methods"
select=
"('OpenMM_Context_getState', 'OpenMM_Platform_loadPluginsFromDirectory')"
/>
<!-- Suppress any function which references any of the following classes -->
<!-- Suppress any function which references any of the following classes -->
<xsl:variable
name=
"hide_classes"
select=
"('Kernel', 'Stream', 'KernelImpl', 'StreamImpl', 'KernelFactory', 'StreamFactory')"
/>
<xsl:variable
name=
"hide_classes"
select=
"('Kernel', 'Stream', 'KernelImpl', 'StreamImpl', 'KernelFactory', 'StreamFactory'
, 'ContextImpl'
)"
/>
<!-- Main loop over all classes in the OpenMM namespace -->
<!-- Main loop over all classes in the OpenMM namespace -->
<xsl:template
match=
"/GCC_XML"
>
<xsl:template
match=
"/GCC_XML"
>
...
...
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