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
27bb8c0a
Commit
27bb8c0a
authored
Nov 16, 2005
by
Karthik Krishnan
Browse files
COMP: Meaningless type qualifier on return type
parent
6049618b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Widgets/vtkContourRepresentation.h
View file @
27bb8c0a
...
...
@@ -146,7 +146,7 @@ public:
// Description:
// Get the points in this contour as a vtkPolyData.
//BTX
virtual
const
vtkPolyData
*
const
GetContourRepresentationAsPolyData
()
const
=
0
;
virtual
vtkPolyData
*
const
GetContourRepresentationAsPolyData
()
const
=
0
;
//ETX
// Description:
...
...
Widgets/vtkOrientedGlyphContourRepresentation.cxx
View file @
27bb8c0a
...
...
@@ -40,7 +40,7 @@
#include "vtkFocalPlanePointPlacer.h"
#include "vtkBezierContourLineInterpolator.h"
vtkCxxRevisionMacro
(
vtkOrientedGlyphContourRepresentation
,
"1.
3
"
);
vtkCxxRevisionMacro
(
vtkOrientedGlyphContourRepresentation
,
"1.
4
"
);
vtkStandardNewMacro
(
vtkOrientedGlyphContourRepresentation
);
//----------------------------------------------------------------------
...
...
@@ -494,7 +494,7 @@ void vtkOrientedGlyphContourRepresentation::BuildLines()
}
//----------------------------------------------------------------------
const
vtkPolyData
*
const
vtkPolyData
*
const
vtkOrientedGlyphContourRepresentation
::
GetContourRepresentationAsPolyData
()
const
{
// Get the points in this contour as a vtkPolyData.
...
...
Widgets/vtkOrientedGlyphContourRepresentation.h
View file @
27bb8c0a
...
...
@@ -105,7 +105,7 @@ public:
// Description:
// Get the points in this contour as a vtkPolyData.
virtual
const
vtkPolyData
*
const
GetContourRepresentationAsPolyData
()
const
;
virtual
vtkPolyData
*
const
GetContourRepresentationAsPolyData
()
const
;
protected:
vtkOrientedGlyphContourRepresentation
();
...
...
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