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
b7469068
Commit
b7469068
authored
Nov 15, 2011
by
Philippe Pébay
Browse files
Clamp MaximumRadius within positive range
Change-Id: Ibd53f5a77d0f9aeeb66661b012db53c6d946932c
parent
76ee23c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Hybrid/vtkPolarAxesActor.h
View file @
b7469068
...
@@ -73,7 +73,7 @@ public:
...
@@ -73,7 +73,7 @@ public:
// Description:
// Description:
// Set/Get the maximum radius of the polar coordinates.
// Set/Get the maximum radius of the polar coordinates.
// Default: VTK_DOUBLE_MAX
// Default: VTK_DOUBLE_MAX
vtkSetMacro
(
MaximumRadius
,
double
);
vtkSet
Clamp
Macro
(
MaximumRadius
,
double
,
0.
,
VTK_DOUBLE_MAX
);
vtkGetMacro
(
MaximumRadius
,
double
);
vtkGetMacro
(
MaximumRadius
,
double
);
// Description:
// 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