Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Andrew Bauer
VTK
Commits
168421ae
Commit
168421ae
authored
Aug 25, 1994
by
Will Schroeder
Browse files
*** empty log message ***
parent
c0c5db2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/SampleF.cc
View file @
168421ae
...
...
@@ -58,8 +58,9 @@ void vlSampleFunction::PrintSelf(ostream& os, vlIndent indent)
}
}
// Description
// The model bounds is the location in space in which the sampling occurs.
// Description:
// Specify the model bounds is the location in space in which the
// sampling occurs.
void
vlSampleFunction
::
SetModelBounds
(
float
xmin
,
float
xmax
,
float
ymin
,
float
ymax
,
float
zmin
,
float
zmax
)
{
if
(
this
->
ModelBounds
[
0
]
!=
xmin
||
this
->
ModelBounds
[
1
]
!=
xmax
||
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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