Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christian Butz
VTK
Commits
1d16ee64
Commit
1d16ee64
authored
Dec 20, 2004
by
Berk Geveci
Browse files
STYLE: Trying to fix warnings
parent
9656bd6d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Filtering/vtkHierarchicalBoxDataSet.h
View file @
1d16ee64
...
...
@@ -63,6 +63,9 @@ public:
vtkDataObject
*
GetDataSet
(
unsigned
int
level
,
unsigned
int
id
)
{
return
this
->
Superclass
::
GetDataSet
(
level
,
id
);
}
vtkDataObject
*
GetDataSet
(
vtkInformation
*
index
)
{
return
this
->
Superclass
::
GetDataSet
(
index
);
}
// Description:
// Sets the refinement of a given level.
void
SetRefinementRatio
(
unsigned
int
level
,
int
refRatio
);
...
...
Filtering/vtkMultiBlockDataSet.h
View file @
1d16ee64
...
...
@@ -53,7 +53,7 @@ public:
// Description:
// Calls AddDataSet(dobj)
virtual
void
AddDataSet
(
vtkInformation
*
index
,
vtkDataObject
*
dobj
)
virtual
void
AddDataSet
(
vtkInformation
*
,
vtkDataObject
*
dobj
)
{
this
->
AddDataSet
(
dobj
);
}
...
...
Write
Preview
Supports
Markdown
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