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
0779fd21
Commit
0779fd21
authored
Jan 23, 2011
by
Dave Partyka
Committed by
Kitware Robot
Jan 23, 2011
Browse files
Merge topic 'remove-debugging'
ff78765d
Remove debugging messages.
parents
99689fad
ff78765d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Rendering/vtkTextActor.cxx
View file @
0779fd21
...
...
@@ -191,7 +191,6 @@ void vtkTextActor::SetInput(const char* str)
}
this
->
Input
=
new
char
[
strlen
(
str
)
+
1
];
strcpy
(
this
->
Input
,
str
);
cout
<<
"Setting input rendered to false
\n
"
;
this
->
InputRendered
=
false
;
this
->
Modified
();
}
...
...
@@ -724,7 +723,6 @@ void vtkTextActor::ComputeRectangle(vtkViewport *viewport)
yo
+=
this
->
TextProperty
->
GetLineOffset
();
}
//end unscaled text case
cout
<<
"Text actor rectangel
\n
"
;
x
=
xo
;
y
=
yo
;
this
->
RectanglePoints
->
InsertNextPoint
(
c
*
x
-
s
*
y
,
s
*
x
+
c
*
y
,
0.0
);
...
...
Write
Preview
Markdown
is supported
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