Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Michael Migliore
VTK
Commits
acbfa42e
Commit
acbfa42e
authored
Aug 19, 2010
by
Marcus D. Hanwell
Browse files
BUG: Initialize Position and Image in vtkImageItem.
parent
c14a5725
Changes
1
Hide whitespace changes
Inline
Side-by-side
Charts/vtkImageItem.cxx
View file @
acbfa42e
...
...
@@ -28,6 +28,8 @@ vtkCxxSetObjectMacro(vtkImageItem, Image, vtkImageData);
//-----------------------------------------------------------------------------
vtkImageItem
::
vtkImageItem
()
{
this
->
Position
[
0
]
=
this
->
Position
[
1
]
=
0
;
this
->
Image
=
NULL
;
}
//-----------------------------------------------------------------------------
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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