MantisBT - VTK | ||||||||||
View Issue Details | ||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||
0004422 | VTK | (No Category) | public | 2007-02-07 08:19 | 2016-08-12 09:54 | |||||
Reporter | Lin BI | |||||||||
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 | |||||||||
Project | ||||||||||
Type | ||||||||||
Summary | 0004422: bug about vtkDelaunay2D (sourcecode) | |||||||||
Description | int vtkDelaunay2D::RecoverEdge(vtkIdType p1, vtkIdType p2) { .................................... .................................... // We found initial triangle; begin to track triangles containing edge. Also, // the triangle defines the beginning of two "chains" which form a boundary of // enclosing triangles around the edge. Create the two chains (from p1 to p2). // (The chains are actually defining two polygons on either side of the edge.) // tris->InsertId(0, cellId); rightChain->InsertId(0, p1); rightChainX->InsertPoint(0, p1X); leftChain->InsertId(0, p1); leftChainX->InsertPoint(0, p1X); if ( signX1 > 0 ) { rightChain->InsertId(1, v1); rightChainX->InsertPoint(1, x1); leftChain->InsertId(1, v2); leftChainX->InsertPoint(1, x2); } else { leftChain->InsertId(1, v1); leftChainX->InsertPoint(1, x1); rightChain->InsertId(1, v2); rightChainX->InsertPoint(1, x2); //=================================== //where the bug : //Modify:Now have to exchange the v1 and v2 int temp = 0; temp = v1; v1 = v2; v2 = temp; //=================================== } // Walk along triangles (edge neighbors) towards point p2. ........................................................... ........................................................... } | |||||||||
Steps To Reproduce | ||||||||||
Additional Information | ||||||||||
Tags | hackaton | |||||||||
Relationships |
| |||||||||
Attached Files | ||||||||||
Issue History | ||||||||||
Date Modified | Username | Field | Change | |||||||
2011-05-10 20:44 | David Gobbi | Relationship added | related to 0012178 | |||||||
2011-06-16 13:11 | Zack Galbreath | Category | => (No Category) | |||||||
2014-10-02 10:05 | Will Schroeder | Tag Attached: hackaton | ||||||||
2014-10-03 05:08 | Joachim Pouderoux | Note Added: 0033566 | ||||||||
2016-07-06 16:48 | Berk Geveci | Status | backlog => expired | |||||||
2016-07-06 16:48 | Berk Geveci | Note Added: 0036259 | ||||||||
2016-08-12 09:54 | Kitware Robot | Note Added: 0036901 | ||||||||
2016-08-12 09:54 | Kitware Robot | Status | expired => closed | |||||||
2016-08-12 09:54 | Kitware Robot | Resolution | open => moved |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|