Skip to content

Commit

Permalink
Initial commit of threaded, bin-based cell locator.
Browse files Browse the repository at this point in the history
This commit is the initial set of classes and implementation for
a new cell locator. It uses a threaded implementation to support
high-performance construction of the locator. It is based on a
uniform binning and vtkSMPTools.
  • Loading branch information
wschroed committed Jul 11, 2017
1 parent fcc5299 commit 8a57e8a
Show file tree
Hide file tree
Showing 8 changed files with 1,676 additions and 1 deletion.
1 change: 1 addition & 0 deletions Common/DataModel/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ set(Module_SRCS
vtkSpline.cxx
vtkStaticCellLinks.cxx
vtkStaticCellLinksTemplate.txx
vtkStaticCellLocator.cxx
vtkStaticPointLocator.cxx
vtkStructuredData.cxx
vtkStructuredExtent.cxx
Expand Down
1 change: 0 additions & 1 deletion Common/DataModel/vtkCellLocator.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1991,4 +1991,3 @@ void vtkCellLocator::PrintSelf(ostream& os, vtkIndent indent)
{
this->Superclass::PrintSelf(os,indent);
}

Loading

0 comments on commit 8a57e8a

Please sign in to comment.