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
40b2e781
Commit
40b2e781
authored
Sep 09, 1994
by
Will Schroeder
Browse files
ENH: Added element constructor.
parent
16acf7f3
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/Collect.hh
View file @
40b2e781
...
...
@@ -27,6 +27,7 @@ Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen 1993, 1994
class
vlCollectionElement
{
public:
vlCollectionElement
()
:
Item
(
NULL
),
Next
(
NULL
)
{};
vlObject
*
Item
;
vlCollectionElement
*
Next
;
};
...
...
include/Stack.hh
View file @
40b2e781
...
...
@@ -27,6 +27,7 @@ Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen 1993, 1994
class
vlStackElement
{
public:
vlStackElement
()
:
Item
(
NULL
),
Next
(
NULL
)
{};
vlObject
*
Item
;
vlStackElement
*
Next
;
};
...
...
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