Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Andrew Bauer
VTK
Commits
4fc88ed9
Commit
4fc88ed9
authored
Oct 31, 1995
by
Ken Martin
Browse files
removed some unused vars
parent
e315879f
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/vtkPNMReader.hh
View file @
4fc88ed9
...
...
@@ -105,9 +105,9 @@ protected:
vtkColorScalars
*
ReadImage
(
int
dim
[
3
]);
vtkColorScalars
*
ReadVolume
(
int
dim
[
3
]);
int
ReadBinaryPBM
(
FILE
*
fp
,
vtkBitmap
*
s
,
int
n
,
int
xsize
,
int
ysize
);
int
ReadBinaryPGM
(
FILE
*
fp
,
vtkGraymap
*
s
,
int
n
,
int
xsize
,
int
ysize
);
int
ReadBinaryPPM
(
FILE
*
fp
,
vtkPixmap
*
s
,
int
n
,
int
xsize
,
int
ysize
);
int
ReadBinaryPBM
(
FILE
*
fp
,
vtkBitmap
*
s
,
int
xsize
,
int
ysize
);
int
ReadBinaryPGM
(
FILE
*
fp
,
vtkGraymap
*
s
,
int
xsize
,
int
ysize
);
int
ReadBinaryPPM
(
FILE
*
fp
,
vtkPixmap
*
s
,
int
xsize
,
int
ysize
);
};
#endif
...
...
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