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
bb2f923f
Commit
bb2f923f
authored
Sep 03, 2019
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PLY-remove-unused-readToFloatValue-member
parent
7fff526d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
src/OpenMesh/Core/IO/reader/PLYReader.hh
src/OpenMesh/Core/IO/reader/PLYReader.hh
+0
-2
No files found.
src/OpenMesh/Core/IO/reader/PLYReader.hh
View file @
bb2f923f
...
...
@@ -130,8 +130,6 @@ private:
bool
read_ascii
(
std
::
istream
&
_in
,
BaseImporter
&
_bi
,
const
Options
&
_opt
)
const
;
bool
read_binary
(
std
::
istream
&
_in
,
BaseImporter
&
_bi
,
bool
swap
,
const
Options
&
_opt
)
const
;
float
readToFloatValue
(
ValueType
_type
,
std
::
fstream
&
_in
)
const
;
void
readValue
(
ValueType
_type
,
std
::
istream
&
_in
,
float
&
_value
)
const
;
void
readValue
(
ValueType
_type
,
std
::
istream
&
_in
,
double
&
_value
)
const
;
void
readValue
(
ValueType
_type
,
std
::
istream
&
_in
,
unsigned
int
&
_value
)
const
;
...
...
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