Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Scott Wittenburg
VTK
Commits
07d3d100
Commit
07d3d100
authored
Dec 14, 2017
by
Ben Boeckel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Imaging/Sources: use VTK_SIZEHINT
parent
79079885
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
4 deletions
+2
-4
Imaging/Sources/vtkImageEllipsoidSource.h
Imaging/Sources/vtkImageEllipsoidSource.h
+1
-1
Imaging/Sources/vtkImageMandelbrotSource.h
Imaging/Sources/vtkImageMandelbrotSource.h
+1
-1
Wrapping/Tools/hints
Wrapping/Tools/hints
+0
-2
No files found.
Imaging/Sources/vtkImageEllipsoidSource.h
View file @
07d3d100
...
...
@@ -42,7 +42,7 @@ public:
void
SetWholeExtent
(
int
minX
,
int
maxX
,
int
minY
,
int
maxY
,
int
minZ
,
int
maxZ
);
void
GetWholeExtent
(
int
extent
[
6
]);
int
*
GetWholeExtent
()
{
return
this
->
WholeExtent
;}
int
*
GetWholeExtent
()
VTK_SIZEHINT
(
6
)
{
return
this
->
WholeExtent
;}
//@}
//@{
...
...
Imaging/Sources/vtkImageMandelbrotSource.h
View file @
07d3d100
...
...
@@ -100,7 +100,7 @@ public:
* Size is ignored when a dimension i 0 (collapsed).
*/
void
SetSizeCX
(
double
cReal
,
double
cImag
,
double
xReal
,
double
xImag
);
double
*
GetSizeCX
();
double
*
GetSizeCX
()
VTK_SIZEHINT
(
4
)
;
void
GetSizeCX
(
double
s
[
4
]);
//@}
...
...
Wrapping/Tools/hints
View file @
07d3d100
...
...
@@ -6,8 +6,6 @@ vtkGridSynchronizedTemplates3D GetExecuteExtent 304 6
vtkImageAccumulate GetComponentExtent 304 6
vtkImageButterworthHighPass GetCutOff 307 3
vtkImageButterworthLowPass GetCutOff 307 3
vtkImageEllipsoidSource GetWholeExtent 304 6
vtkImageMandelbrotSource GetSizeCX 307 4
vtkImageSource GetExecuteExtent 304 6
vtkImageSpatialAlgorithm GetKernelMiddle 304 3
vtkImageSpatialAlgorithm GetKernelSize 304 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