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
3815154f
Commit
3815154f
authored
Nov 29, 2011
by
Jeff Baumes
Committed by
Kitware Robot
Nov 29, 2011
Browse files
Merge topic 'tulip-reader-enhancements'
4be693d1
BUG: Need to initialize renderer ivar
parents
f851c0b1
4be693d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Infovis/vtkConvexHull2D.cxx
View file @
3815154f
...
...
@@ -40,6 +40,7 @@ vtkConvexHull2D::vtkConvexHull2D()
this
->
MinHullSizeInWorld
=
1.0
;
this
->
MinHullSizeInDisplay
=
10
;
this
->
HullShape
=
vtkConvexHull2D
::
ConvexHull
;
this
->
Renderer
=
NULL
;
this
->
Coordinate
=
vtkSmartPointer
<
vtkCoordinate
>::
New
();
this
->
Transform
=
vtkSmartPointer
<
vtkTransform
>::
New
();
...
...
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