Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CGoGN
CGoGN
Commits
62b16433
Commit
62b16433
authored
Mar 02, 2012
by
Kenneth Vanhoey
Browse files
export pour SLF generique (rangement à venir)
parent
30418c34
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/Algo/Export/export.hpp
View file @
62b16433
...
...
@@ -389,7 +389,7 @@ bool exportPlySLF(typename PFP::MAP& map, const char* filename, const typename P
out
<<
"ply"
<<
std
::
endl
;
out
<<
"format ascii 1.0"
<<
std
::
endl
;
out
<<
"comment ply
PTM
(K. Vanhoey generic format)"
<<
std
::
endl
;
out
<<
"comment ply
SLF
(K. Vanhoey generic format)"
<<
std
::
endl
;
out
<<
"element vertex "
<<
vertices
.
size
()
<<
std
::
endl
;
out
<<
"property float x"
<<
std
::
endl
;
out
<<
"property float y"
<<
std
::
endl
;
...
...
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