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
CGoGN
CGoGN
Commits
c4eb894d
Commit
c4eb894d
authored
Jun 07, 2011
by
CGoGN GIT Supervisor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove dead code (importMesh for volume)
parent
2cffdbb3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
include/Algo/Import/import.h
include/Algo/Import/import.h
+2
-2
include/Algo/Import/importMesh.hpp
include/Algo/Import/importMesh.hpp
+2
-1
No files found.
include/Algo/Import/import.h
View file @
c4eb894d
...
...
@@ -52,8 +52,8 @@ bool importMesh(typename PFP::MAP& map, const std::string& filename, std::vector
/**
* import a volumic mesh
*/
template
<
typename
PFP
>
bool
importMesh
(
typename
PFP
::
MAP
&
map
,
const
std
::
string
&
filename
,
typename
PFP
::
TVEC3
&
positions
,
ImportVolumique
::
ImportType
kind
=
ImportVolumique
::
UNKNOWNVOLUME
);
//
template <typename PFP>
//
bool importMesh(typename PFP::MAP& map, const std::string& filename, typename PFP::TVEC3& positions, ImportVolumique::ImportType kind = ImportVolumique::UNKNOWNVOLUME);
//template <typename PFP>
//bool importObjWithTex(typename PFP::MAP& map, const std::string& filename);
...
...
include/Algo/Import/importMesh.hpp
View file @
c4eb894d
...
...
@@ -435,6 +435,7 @@ bool importMesh(typename PFP::MAP& map, const std::string& filename, std::vector
return
importMesh
<
PFP
>
(
map
,
mts
);
}
/*
template <typename PFP>
bool importMesh(typename PFP::MAP& map, const std::string& filename, std::vector<std::string>& attrNames, ImportVolumique::ImportType kind)
{
...
...
@@ -445,7 +446,7 @@ bool importMesh(typename PFP::MAP& map, const std::string& filename, std::vector
return importMesh<PFP>(map, mtv);
}
*/
//
//
...
...
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