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
Bill Lorensen
VTK
Commits
771f45b2
Commit
771f45b2
authored
Mar 08, 2012
by
Dave DeMarle
Browse files
Merge branch 'charts-valgrind-rel' into release
Change-Id: I319ca955a8a6fe011c9b167ff9cf76895f82fb14
parents
34298aed
9bcb5ff5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Charts/vtkChartMatrix.cxx
View file @
771f45b2
...
...
@@ -28,7 +28,7 @@
class
vtkChartMatrix
::
PIMPL
{
public:
PIMPL
()
{}
PIMPL
()
:
Geometry
(
0
,
0
)
{}
~
PIMPL
()
{}
// Container for the vtkChart objects that make up the matrix.
...
...
@@ -40,7 +40,7 @@ public:
vtkStandardNewMacro
(
vtkChartMatrix
)
vtkChartMatrix
::
vtkChartMatrix
()
:
Gutter
(
15.0
,
15.0
)
vtkChartMatrix
::
vtkChartMatrix
()
:
Size
(
0
,
0
),
Gutter
(
15.0
,
15.0
)
{
this
->
Private
=
new
PIMPL
;
this
->
Borders
[
vtkAxis
::
LEFT
]
=
50
;
...
...
Charts/vtkTooltipItem.cxx
View file @
771f45b2
...
...
@@ -32,7 +32,7 @@
vtkStandardNewMacro
(
vtkTooltipItem
);
//-----------------------------------------------------------------------------
vtkTooltipItem
::
vtkTooltipItem
()
vtkTooltipItem
::
vtkTooltipItem
()
:
PositionVector
(
0
,
0
)
{
this
->
Position
=
this
->
PositionVector
.
GetData
();
this
->
TextProperties
=
vtkTextProperty
::
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