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
5e3e2043
Commit
5e3e2043
authored
Jul 11, 2013
by
Joachim Pouderoux
Committed by
Code Review
Jul 11, 2013
Browse files
Merge topic 'Fix_OctreePointLocator_Descr' into master
7b567e57
Remove typos & spurious spaces in the class description.
parents
3545b515
7b567e57
Changes
2
Hide whitespace changes
Inline
Side-by-side
Common/DataModel/vtkOctreePointLocator.h
View file @
5e3e2043
...
...
@@ -17,19 +17,19 @@
See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
----------------------------------------------------------------------------*/
// .NAME vtkOctreePointLocator - a octree spatial decomposition of a set of points
// .NAME vtkOctreePointLocator - a
n
octree spatial decomposition of a set of points
//
// .SECTION Description
//
Given a vtkDataSet
xs
, create an octree that is locally refined
//
such that all leaf octants contain less than a certain
//
amount of points. Note that there is no size constraint that
//
a leaf octant in relation to any of its neighbors.
// Given a vtkDataSet, create an octree that is locally refined
// such that all leaf octants contain less than a certain
// amount of points. Note that there is no size constraint that
// a leaf octant in relation to any of its neighbors.
//
//
This class can also generate a PolyData representation of
//
the boundaries of the spatial regions in the decomposition.
// This class can also generate a PolyData representation of
// the boundaries of the spatial regions in the decomposition.
//
// .SECTION See Also
//
vtkPointLocator vtkOctreePointLocatorNode
//
vtkLocator
vtkPointLocator vtkOctreePointLocatorNode
#ifndef __vtkOctreePointLocator_h
#define __vtkOctreePointLocator_h
...
...
Common/DataModel/vtkOctreePointLocatorNode.h
View file @
5e3e2043
...
...
@@ -29,7 +29,7 @@
// octant is Min < x <= Max.
//
// .SECTION See Also
//
vtkOctreePointLocator
// vtkOctreePointLocator
#ifndef __vtkOctreePointLocatorNode_h
#define __vtkOctreePointLocatorNode_h
...
...
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