| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0000875 | VTK | (No Category) | public | 2004-05-26 09:47 | 2016-08-12 09:54 | ||||
| Reporter | Joerg Rings | ||||||||
| Assigned To | Will Schroeder | ||||||||
| Priority | high | Severity | major | Reproducibility | always | ||||
| Status | closed | Resolution | moved | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | |||||||||
| Target Version | Fixed in Version | ||||||||
| Summary | 0000875: vtkDelaunay3D - inserting points skips points | ||||||||
| Description | The 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. | ||||||||
| Tags | No tags attached. | ||||||||
| Project | |||||||||
| Type | |||||||||
| Attached Files | ![]() | ||||||||
| Relationships | |
| 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. |
| Notes |
| 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 |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |