View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000875VTK(No Category)public2004-05-26 09:472016-08-12 09:54
ReporterJoerg Rings 
Assigned ToWill Schroeder 
PriorityhighSeveritymajorReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0000875: vtkDelaunay3D - inserting points skips points
DescriptionThe function vtkDelaunay3D performs a walk from an initial tet to the tet containing the point to be inserted. This is done by a clever way, but a depth check prevents some points from being set if the walk isn't successful. This leads to triangulation where the surface isn't correct because points in between are missing, but I need surfaces on two meshes that fit if I put the same points in.
I tried a brute force method, searching simply all tets when the depth test failed, it worked so far but I'm not sure if I will get a correct result in all cases.
TagsNo tags attached.
Project
Type
Attached Filestgz file icon bugdemo.tgz [^] (20,121 bytes) 1969-12-31 19:00
jpg file icon screenshot1.jpg [^] (42,115 bytes) 1969-12-31 19:00

 Relationships

  Notes
(0001129)
Joerg Rings (reporter)
2004-05-27 11:20

My humble attempt at a correction doesn't work out and produces segmentation faults.
(0001178)
Mathieu Malaterre (developer)
2004-06-05 11:29

Can you please send us a dataset + demo code to reproduce the bug.
(0001182)
Joerg Rings (reporter)
2004-06-07 04:39

I uploaded a bugdemo.tgz.
It contains:
pointcloud.vtk : Point data in vtk format created by my code as an input
delaunaybug.C : short code that renders the points and writes them to...
testgrid.vtk
compile: to compile the .C program
demo.pvs: Paraview trace to view the bug. You can see points missing in the relatively regular grid.
codesnippet.txt : What I tried to control the bug. Works much better now but not correct I think and presume. Replaces some lines in vtkDelaunay3D.cxx
(0036730)
Kitware Robot (administrator)
2016-08-12 09:54

Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page.

 Issue History
Date Modified Username Field Change
2008-09-23 11:30 Berk Geveci Assigned To Mathieu Malaterre => Zhanping Liu
2008-09-25 15:35 Berk Geveci Assigned To Zhanping Liu => Will Schroeder
2011-06-16 13:11 Zack Galbreath Category => (No Category)
2016-08-12 09:54 Kitware Robot Note Added: 0036730
2016-08-12 09:54 Kitware Robot Status expired => closed
2016-08-12 09:54 Kitware Robot Resolution open => moved


Copyright © 2000 - 2018 MantisBT Team