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
6c9b59e7
Commit
6c9b59e7
authored
Dec 14, 2017
by
Ben Boeckel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rendering/Volume: use VTK_SIZEHINT
parent
f982c875
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
6 deletions
+3
-6
Rendering/Volume/vtkDirectionEncoder.h
Rendering/Volume/vtkDirectionEncoder.h
+1
-1
Rendering/Volume/vtkRecursiveSphereDirectionEncoder.h
Rendering/Volume/vtkRecursiveSphereDirectionEncoder.h
+1
-1
Rendering/Volume/vtkSphericalDirectionEncoder.h
Rendering/Volume/vtkSphericalDirectionEncoder.h
+1
-1
Wrapping/Tools/hints
Wrapping/Tools/hints
+0
-3
No files found.
Rendering/Volume/vtkDirectionEncoder.h
View file @
6c9b59e7
...
...
@@ -55,7 +55,7 @@ public:
/**
* / Given an encoded value, return a pointer to the normal vector
*/
virtual
float
*
GetDecodedGradient
(
int
value
)
=
0
;
virtual
float
*
GetDecodedGradient
(
int
value
)
VTK_SIZEHINT
(
3
)
=
0
;
/**
* Return the number of encoded directions
...
...
Rendering/Volume/vtkRecursiveSphereDirectionEncoder.h
View file @
6c9b59e7
...
...
@@ -54,7 +54,7 @@ public:
/**
* / Given an encoded value, return a pointer to the normal vector
*/
float
*
GetDecodedGradient
(
int
value
)
override
;
float
*
GetDecodedGradient
(
int
value
)
VTK_SIZEHINT
(
3
)
override
;
/**
* Return the number of encoded directions
...
...
Rendering/Volume/vtkSphericalDirectionEncoder.h
View file @
6c9b59e7
...
...
@@ -51,7 +51,7 @@ public:
/**
* / Given an encoded value, return a pointer to the normal vector
*/
float
*
GetDecodedGradient
(
int
value
)
override
;
float
*
GetDecodedGradient
(
int
value
)
VTK_SIZEHINT
(
3
)
override
;
/**
* Return the number of encoded directions
...
...
Wrapping/Tools/hints
View file @
6c9b59e7
vtkDataObject GetUpdateExtent 304 6
vtkDataObject GetWholeExtent 304 6
vtkDirectionEncoder GetDecodedGradient 301 3
vtkExodusIIReader GetModeShapesRange 304 2
vtkGridSynchronizedTemplates3D GetExecuteExtent 304 6
vtkImageButterworthHighPass GetCutOff 307 3
...
...
@@ -21,8 +20,6 @@ vtkPolyLine FitEllipse 307 6
vtkProjectedPolyDataRayBounder GetRayBounds 301 2
vtkRayCaster GetParallelIncrements 301 2
vtkRayCaster GetParallelStartPosition 301 3
vtkRecursiveSphereDirectionEncoder GetDecodedGradient 301 3
vtkSphericalDirectionEncoder GetDecodedGradient 301 3
vtkStreamer GetStartPosition 307 3
vtkStructuredPointsGeometryFilter GetExtent 304 6
vtkSynchronizedTemplates3D 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