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
67f3d0ec
Commit
67f3d0ec
authored
Jan 25, 2011
by
David Partyka
Browse files
Restore clamp macro change that I didn't intend to commit.
parent
68f2919a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Filtering/vtkImageMultipleInputFilter.h
View file @
67f3d0ec
...
...
@@ -60,7 +60,7 @@ public:
// Description:
// Get/Set the number of threads to create when rendering
vtkSetMacro
(
NumberOfThreads
,
int
);
vtkSet
Clamp
Macro
(
NumberOfThreads
,
int
,
1
,
VTK_MAX_THREADS
);
vtkGetMacro
(
NumberOfThreads
,
int
);
// Description:
...
...
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