Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VTK
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Scott Wittenburg
VTK
Commits
dccc2aef
Commit
dccc2aef
authored
Sep 03, 2006
by
David Gobbi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
COMP: PrintHeader is already in use, rename to PrintFileHeader
parent
18b58a6a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
IO/vtkMINCImageAttributes.cxx
IO/vtkMINCImageAttributes.cxx
+4
-4
IO/vtkMINCImageAttributes.h
IO/vtkMINCImageAttributes.h
+2
-2
No files found.
IO/vtkMINCImageAttributes.cxx
View file @
dccc2aef
...
...
@@ -110,7 +110,7 @@ private:
};
//--------------------------------------------------------------------------
vtkCxxRevisionMacro
(
vtkMINCImageAttributes
,
"1.
1
"
);
vtkCxxRevisionMacro
(
vtkMINCImageAttributes
,
"1.
2
"
);
vtkStandardNewMacro
(
vtkMINCImageAttributes
);
vtkCxxSetObjectMacro
(
vtkMINCImageAttributes
,
ImageMin
,
vtkDoubleArray
);
...
...
@@ -350,13 +350,13 @@ const char *vtkMINCImageAttributes::ConvertDataArrayToString(
}
//-------------------------------------------------------------------------
void
vtkMINCImageAttributes
::
PrintHeader
()
void
vtkMINCImageAttributes
::
Print
File
Header
()
{
this
->
PrintHeader
(
cout
);
this
->
Print
File
Header
(
cout
);
}
//-------------------------------------------------------------------------
void
vtkMINCImageAttributes
::
PrintHeader
(
ostream
&
os
)
void
vtkMINCImageAttributes
::
Print
File
Header
(
ostream
&
os
)
{
const
char
*
name
=
"unknown"
;
if
(
this
->
Name
)
...
...
IO/vtkMINCImageAttributes.h
View file @
dccc2aef
...
...
@@ -215,8 +215,8 @@ public:
// Description:
// A diagnostic function. Print the header of the file in
// the same format as ncdump or mincheader.
virtual
void
PrintHeader
();
virtual
void
PrintHeader
(
ostream
&
os
);
virtual
void
Print
File
Header
();
virtual
void
Print
File
Header
(
ostream
&
os
);
protected:
vtkMINCImageAttributes
();
...
...
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