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
b1747a45
Commit
b1747a45
authored
Dec 30, 2003
by
Lisa Avila
Browse files
more double API changes
parent
796665fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Rendering/vtkVolumeRayCastIsosurfaceFunction.h
View file @
b1747a45
...
...
@@ -48,13 +48,13 @@ public:
// Description:
// Set/Get the value of IsoValue.
vtkSetMacro
(
IsoValue
,
float
);
vtkGetMacro
(
IsoValue
,
float
);
vtkSetMacro
(
IsoValue
,
double
);
vtkGetMacro
(
IsoValue
,
double
);
// Description:
// This is the isovalue at which to view a surface
float
IsoValue
;
double
IsoValue
;
// Description:
// These variables are filled in by SpecificFunctionInitialize
...
...
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