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
Ben Boeckel
ParaView
Commits
82f7b786
Commit
82f7b786
authored
Jul 08, 2004
by
Amy Squillacote
Browse files
fixing warnings
parent
e259b04d
Changes
3
Hide whitespace changes
Inline
Side-by-side
GUI/Widgets/vtkKWGenericRenderWindowInteractor.cxx
View file @
82f7b786
...
...
@@ -28,7 +28,7 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
//----------------------------------------------------------------------------
vtkStandardNewMacro
(
vtkKWGenericRenderWindowInteractor
);
vtkCxxRevisionMacro
(
vtkKWGenericRenderWindowInteractor
,
"1.
5
"
);
vtkCxxRevisionMacro
(
vtkKWGenericRenderWindowInteractor
,
"1.
6
"
);
//----------------------------------------------------------------------------
vtkKWGenericRenderWindowInteractor
::
vtkKWGenericRenderWindowInteractor
()
...
...
@@ -75,7 +75,6 @@ void vtkKWGenericRenderWindowInteractor::PrintSelf(ostream& os, vtkIndent indent
{
this
->
Superclass
::
PrintSelf
(
os
,
indent
);
os
<<
indent
<<
"LastEventPosition: ("
<<
this
->
LastEventPosition
[
0
]
<<
", "
<<
this
->
LastEventPosition
[
1
]
<<
", "
<<
this
->
LastEventPosition
[
2
]
<<
")"
<<
endl
;
<<
this
->
LastEventPosition
[
1
]
<<
")"
<<
endl
;
os
<<
indent
<<
"RenderWidget: "
<<
this
->
RenderWidget
<<
endl
;
}
Servers/ServerManager/vtkSMBoundsDomain.cxx
View file @
82f7b786
...
...
@@ -20,7 +20,7 @@
#include "vtkSMSourceProxy.h"
vtkStandardNewMacro
(
vtkSMBoundsDomain
);
vtkCxxRevisionMacro
(
vtkSMBoundsDomain
,
"1.
1
"
);
vtkCxxRevisionMacro
(
vtkSMBoundsDomain
,
"1.
2
"
);
vtkSMBoundsDomain
::
vtkSMBoundsDomain
()
{
...
...
@@ -30,7 +30,7 @@ vtkSMBoundsDomain::~vtkSMBoundsDomain()
{
}
void
vtkSMBoundsDomain
::
Update
(
vtkSMProperty
*
prop
)
void
vtkSMBoundsDomain
::
Update
(
vtkSMProperty
*
)
{
this
->
RemoveAllMinima
();
this
->
RemoveAllMaxima
();
...
...
Servers/ServerManager/vtkSMBoundsDomain.h
View file @
82f7b786
...
...
@@ -34,7 +34,7 @@ public:
// Description:
// Update self checking the "unchecked" values of all required
// properties. Overwritten by sub-classes.
virtual
void
Update
(
vtkSMProperty
*
prop
);
virtual
void
Update
(
vtkSMProperty
*
);
protected:
vtkSMBoundsDomain
();
...
...
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