Changeset 1322 for GTP/trunk/Lib/Geom/shared/GTGeometry/src
- Timestamp:
- 09/04/06 15:38:06 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Geom/shared/GTGeometry/src/GeoLodStripsLibrary.cpp
r1136 r1322 475 475 476 476 // If the strips is not the first. 477 /*478 if (strip != 0)477 478 /* if (strip != 0) 479 479 { 480 480 indexBegin++; 481 481 } 482 */ 482 */ 483 483 484 484 // If is the final strip … … 494 494 495 495 // Remove degenerated 496 //indexEnd--;496 // indexEnd--; 497 497 } 498 498 … … 641 641 for (SmallIntVector::iterator it=mStrips[i].begin(); it!=mStrips[i].end(); it++, ii++) 642 642 { 643 // repeat the first index of the strip: degenerate643 /* // repeat the first index of the strip: degenerate 644 644 if (lastindex==-1) 645 645 { … … 648 648 counter++; 649 649 ii++; 650 } 650 }*/ 651 651 lastindex=*it; 652 652 dataRetrievalInterface->SetIndex(ii,*it); … … 654 654 } 655 655 656 // last repeat last vertex of the strip: degenerate656 /* // last repeat last vertex of the strip: degenerate 657 657 dataRetrievalInterface->SetIndex(ii,lastindex); 658 658 counter++; 659 ii++; 659 ii++;*/ 660 660 661 661 dataRetrievalInterface->SetNumValidIndices(ii);
Note: See TracChangeset
for help on using the changeset viewer.