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
4be693d1
Commit
4be693d1
authored
Nov 29, 2011
by
Jeff Baumes
Browse files
BUG: Need to initialize renderer ivar
Change-Id: I7f7871fed4a2a63362d232f010a199e5d7b47fa7
parent
eee3b29a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Infovis/vtkConvexHull2D.cxx
View file @
4be693d1
...
...
@@ -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