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
ed2881be
Commit
ed2881be
authored
Nov 29, 2011
by
Jeff Baumes
Committed by
Kitware Robot
Nov 29, 2011
Browse files
Merge topic 'tulip-reader-enhancements'
969532d8
BUG: testEmptyInput requires filter to work with null points
parents
45caccca
969532d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Infovis/vtkConvexHull2D.cxx
View file @
ed2881be
...
...
@@ -238,6 +238,11 @@ int vtkConvexHull2D::RequestData(vtkInformation *vtkNotUsed(request),
vtkPolyData
*
input
=
vtkPolyData
::
SafeDownCast
(
inInfo
->
Get
(
vtkDataObject
::
DATA_OBJECT
()));
vtkPoints
*
inputPoints
=
input
->
GetPoints
();
if
(
!
inputPoints
)
{
vtkErrorMacro
(
"Input points needed"
);
return
0
;
}
vtkInformation
*
outInfo0
=
outputVector
->
GetInformationObject
(
0
);
vtkInformation
*
outInfo1
=
outputVector
->
GetInformationObject
(
1
);
...
...
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