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
Christian Butz
VTK
Commits
5241fea8
Commit
5241fea8
authored
Oct 29, 2016
by
David E. DeMarle
Browse files
Options
Browse Files
Download
Plain Diff
Merge commit '
5a403ea6
' into release
parents
f4ef870a
5a403ea6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
Common/DataModel/vtkImageData.h
Common/DataModel/vtkImageData.h
+0
-2
No files found.
Common/DataModel/vtkImageData.h
View file @
5241fea8
...
...
@@ -97,13 +97,11 @@ public:
void
Initialize
()
VTK_OVERRIDE
;
/**
* \deprecated{This is for backward compatibility only - use SetExtent().}
* Same as SetExtent(0, i-1, 0, j-1, 0, k-1)
*/
virtual
void
SetDimensions
(
int
i
,
int
j
,
int
k
);
/**
* \deprecated{This is for backward compatibility only - use SetExtent().}
* Same as SetExtent(0, dims[0]-1, 0, dims[1]-1, 0, dims[2]-1)
*/
virtual
void
SetDimensions
(
const
int
dims
[
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