Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Scott Wittenburg
VTK
Commits
16f7aeb0
Commit
16f7aeb0
authored
Dec 14, 2017
by
Ben Boeckel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Filters/Core: use VTK_SIZEHINT
parent
ad69d42b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
Filters/Core/vtkQuadricClustering.h
Filters/Core/vtkQuadricClustering.h
+1
-1
Wrapping/Tools/hints
Wrapping/Tools/hints
+0
-1
No files found.
Filters/Core/vtkQuadricClustering.h
View file @
16f7aeb0
...
...
@@ -123,7 +123,7 @@ public:
void
SetNumberOfDivisions
(
int
div
[
3
])
{
this
->
SetNumberOfDivisions
(
div
[
0
],
div
[
1
],
div
[
2
]);
}
void
SetNumberOfDivisions
(
int
div0
,
int
div1
,
int
div2
);
int
*
GetNumberOfDivisions
();
int
*
GetNumberOfDivisions
()
VTK_SIZEHINT
(
3
)
;
void
GetNumberOfDivisions
(
int
div
[
3
]);
//@}
...
...
Wrapping/Tools/hints
View file @
16f7aeb0
...
...
@@ -47,7 +47,6 @@ vtkPolyLine ConvertEllipseToImplicit 307 5
vtkPolyLine EllipseToImplicit 307 3
vtkPolyLine FitEllipse 307 6
vtkProjectedPolyDataRayBounder GetRayBounds 301 2
vtkQuadricClustering GetNumberOfDivisions 304 3
vtkRayCaster GetParallelIncrements 301 2
vtkRayCaster GetParallelStartPosition 301 3
vtkRecursiveSphereDirectionEncoder GetDecodedGradient 301 3
...
...
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