Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christian Butz
VTK
Commits
c5054715
Commit
c5054715
authored
Sep 29, 2011
by
Sven Buijssen
Committed by
David Partyka
Nov 30, 2011
Browse files
BUG: Fix for BUG #12619. vtkPolyDataSilhouette segfaulted if no camera
parent
be64234e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Hybrid/vtkPolyDataSilhouette.cxx
View file @
c5054715
...
@@ -255,9 +255,9 @@ int vtkPolyDataSilhouette::RequestData(
...
@@ -255,9 +255,9 @@ int vtkPolyDataSilhouette::RequestData(
}
}
if
(
(
this
->
PreComp
->
mtime
.
GetMTime
()
>
output
->
GetMTime
()
)
||
if
(
(
this
->
PreComp
->
mtime
.
GetMTime
()
>
output
->
GetMTime
()
)
||
(
this
->
Camera
->
GetMTime
()
>
output
->
GetMTime
()
)
||
(
this
->
Camera
&&
this
->
Camera
->
GetMTime
()
>
output
->
GetMTime
()
)
||
(
this
->
Prop3D
!=
0
&&
this
->
Prop3D
->
GetMTime
()
>
output
->
GetMTime
()
)
||
(
this
->
Prop3D
&&
this
->
Prop3D
->
GetMTime
()
>
output
->
GetMTime
()
)
||
vecChanged
)
vecChanged
)
{
{
vtkDebugMacro
(
<<
"Extract edges
\n
"
);
vtkDebugMacro
(
<<
"Extract edges
\n
"
);
...
...
Write
Preview
Supports
Markdown
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