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
VTK
VTK
Commits
829eb3e3
Commit
829eb3e3
authored
Jun 06, 1994
by
Will Schroeder
Browse files
*** empty log message ***
parent
409c6bc3
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/DataSetC.hh
View file @
829eb3e3
...
...
@@ -41,8 +41,8 @@ class vlDataSetCollection : public vlObject
vlDataSetCollection
();
void
AddItem
(
vlDataSet
*
);
void
RemoveItem
(
vlDataSet
*
);
int
IsItemPresent
(
vlDataSet
*
);
int
GetNumberOfItems
();
int
IsItemPresent
(
vlDataSet
*
);
int
GetNumberOfItems
();
vlDataSet
*
GetItem
(
int
num
);
void
PrintSelf
(
ostream
&
os
,
vlIndent
indent
);
char
*
GetClassName
()
{
return
"vlDataSetCollection"
;};
...
...
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