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
Christian Butz
VTK
Commits
3318eb4f
Commit
3318eb4f
authored
Sep 29, 2005
by
Berk Geveci
Browse files
STYLE: Better documentation
parent
379d87cd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Filtering/vtkHierarchicalDataSet.h
View file @
3318eb4f
...
...
@@ -17,8 +17,10 @@
// vtkHierarchicalDataSet is a vtkCompositeDataSet that stores
// a hierarchy of datasets. The dataset collection consists of
// multiple levels. Each dataset can have an arbitrary number of
// parents and children at levels above and below. Currently,
// the interface for connecting parents-children is incomplete.
// parents and children at levels above and below. The levels are
// implemented as groups (see vtkMultiGroupDataSet) and can be
// treated as such. This allows the use of all vtkMultiGroupDataSet.
// Currently, the interface for connecting parents-children is incomplete.
// .SECTION See Also
// vtkMultiGroupDataSet
...
...
Filtering/vtkMultiBlockDataSet.h
View file @
3318eb4f
...
...
@@ -30,6 +30,10 @@
// * (null)
// * ds 1
// @endverbatim
//
// The levels are implemented as groups (see vtkMultiGroupDataSet) and can
// be treated as such. This allows the use of all vtkMultiGroupDataSet.
// Currently, the interface for connecting parents-children is incomplete.
//
// .SECTION See Also
// vtkMultiGroupDataSet
...
...
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