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
89f93627
Commit
89f93627
authored
Aug 21, 1994
by
Will Schroeder
Browse files
*** empty log message ***
parent
cd427230
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/PtS2PtSF.cc
View file @
89f93627
...
...
@@ -44,11 +44,12 @@ void vlPointSetToPointSetFilter::Update()
void
vlPointSetToPointSetFilter
::
Initialize
()
{
if
(
this
->
Input
)
if
(
this
->
Input
!=
NULL
)
{
vlDataSet
*
ds
=
this
->
Input
->
MakeObject
();
this
->
PointSet
->
UnRegister
(
this
);
// copies input geometry to internal data set
this
->
PointSet
=
this
->
Input
->
MakeObject
();
this
->
PointSet
=
ds
;
this
->
PointSet
->
Register
(
this
);
}
else
...
...
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