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
21c467de
Commit
21c467de
authored
Aug 25, 2005
by
Will Schroeder
Browse files
STYLE: Rearranged some code for clarity
parent
0d7e5968
Changes
1
Hide whitespace changes
Inline
Side-by-side
Imaging/vtkImageRectilinearWipe.h
View file @
21c467de
...
...
@@ -89,8 +89,7 @@ public:
// SetWipeToVertical - alternate input 0 and input 1 with a
// horizontal split. Position[1] specifies the location of the
// horizonal transition between input 0 and input 1.
vtkSetClampMacro
(
Wipe
,
int
,
VTK_WIPE_QUAD
,
VTK_WIPE_UPPER_RIGHT
);
vtkSetClampMacro
(
Wipe
,
int
,
VTK_WIPE_QUAD
,
VTK_WIPE_UPPER_RIGHT
);
vtkGetMacro
(
Wipe
,
int
);
void
SetWipeToQuad
()
{
this
->
SetWipe
(
VTK_WIPE_QUAD
);}
...
...
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