[vtkusers] Removing points from a spatial tree

David Doria daviddoria at gmail.com
Tue Feb 22 11:04:03 EST 2011


On Tue, Feb 22, 2011 at 10:37 AM, ahmedmaalej <ahmed.supcom at hotmail.com> wrote:
>
> Can you please give me a nexample using vtkIncrementalOctreePointLocator,
> I want to insert a point in a vtkpointset without rebuilding the vtkpoints.
> I tried using the InsertUniquePoint  method of vtkMergePoints but the point
> is inserted at the beginning of the points list,
> I tried also vtkPointLocator but the point is inserted at the end.
> Thanks.

Here is an example:

http://www.vtk.org/Wiki/VTK/Examples/Cxx/DataStructures/IncrementalOctreePointLocator

David



More information about the vtkusers mailing list