Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenMesh
OpenMesh
Commits
7b59f6e0
Commit
7b59f6e0
authored
Jul 06, 2018
by
Jan Möbius
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'static_vtk' into 'master'
register vtk writer for static builds See merge request
!181
parents
054e9985
c79e5b2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/OpenMesh/Core/IO/IOInstances.hh
src/OpenMesh/Core/IO/IOInstances.hh
+2
-0
No files found.
src/OpenMesh/Core/IO/IOInstances.hh
View file @
7b59f6e0
...
...
@@ -82,6 +82,7 @@
#include <OpenMesh/Core/IO/writer/STLWriter.hh>
#include <OpenMesh/Core/IO/writer/OMWriter.hh>
#include <OpenMesh/Core/IO/writer/PLYWriter.hh>
#include <OpenMesh/Core/IO/writer/VTKWriter.hh>
//=== NAMESPACES ==============================================================
...
...
@@ -104,6 +105,7 @@ static BaseWriter* OFFWriterInstance = &OFFWriter();
static
BaseWriter
*
STLWriterInstance
=
&
STLWriter
();
static
BaseWriter
*
OMWriterInstance
=
&
OMWriter
();
static
BaseWriter
*
PLYWriterInstance
=
&
PLYWriter
();
static
BaseWriter
*
VTKWriterInstance
=
&
VTKWriter
();
//=============================================================================
...
...
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