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
07caabb7
Commit
07caabb7
authored
Dec 14, 2017
by
Ben Boeckel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Imaging/Statistics: use VTK_SIZEHINT
parent
07d3d100
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
Imaging/Statistics/vtkImageAccumulate.h
Imaging/Statistics/vtkImageAccumulate.h
+1
-1
Wrapping/Tools/hints
Wrapping/Tools/hints
+0
-1
No files found.
Imaging/Statistics/vtkImageAccumulate.h
View file @
07caabb7
...
...
@@ -90,7 +90,7 @@ public:
void
SetComponentExtent
(
int
minX
,
int
maxX
,
int
minY
,
int
maxY
,
int
minZ
,
int
maxZ
);
void
GetComponentExtent
(
int
extent
[
6
]);
int
*
GetComponentExtent
()
{
return
this
->
ComponentExtent
;}
int
*
GetComponentExtent
()
VTK_SIZEHINT
(
6
)
{
return
this
->
ComponentExtent
;}
//@}
...
...
Wrapping/Tools/hints
View file @
07caabb7
...
...
@@ -3,7 +3,6 @@ vtkDataObject GetWholeExtent 304 6
vtkDirectionEncoder GetDecodedGradient 301 3
vtkExodusIIReader GetModeShapesRange 304 2
vtkGridSynchronizedTemplates3D GetExecuteExtent 304 6
vtkImageAccumulate GetComponentExtent 304 6
vtkImageButterworthHighPass GetCutOff 307 3
vtkImageButterworthLowPass GetCutOff 307 3
vtkImageSource GetExecuteExtent 304 6
...
...
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