View Issue Details

IDProjectCategoryView StatusLast Update
0030972Open CASCADEOCCT:Visualizationpublic2019-12-16 09:52
Reporterkgv Assigned Tobugmaster  
PrioritynormalSeverityintegration request 
Status closedResolutionduplicate 
Target Version7.5.0 
Summary0030972: Visualization - remove deprecated iterators embedded into TKV3d containers
DescriptionClasses like SelectMgr_SelectableObject hold iterators as class fields, which has been deprecated for a while:
  //! Begins the iteration scanning for sensitive primitives.
  Standard_DEPRECATED("Deprecated method, Selections() should be used instead")
  void Init() { mycurrent = 1; }


It's time removing them.
Steps To ReproduceN/A
TagsNo tags attached.
Test case number

Relationships

related to 0029367 closedapn Community Visualization - simplify interface of V3d_View and V3d_Viewer 
child of 0028987 closedkgv Open CASCADE Visualization, SelectMgr_SelectableObject - move out iterator from object 

Activities

kgv

2019-11-18 17:14

developer   ~0089058

Please close as duplicate of 0029367.

Issue History

Date Modified Username Field Change
2019-09-17 10:22 kgv New Issue
2019-09-17 10:22 kgv Assigned To => kgv
2019-09-17 10:24 kgv Relationship added related to 0029367
2019-09-17 10:24 kgv Relationship added child of 0028987
2019-11-18 17:14 kgv Note Added: 0089058
2019-11-18 17:14 kgv Assigned To kgv => bugmaster
2019-11-18 17:14 kgv Status new => feedback
2019-11-18 17:14 kgv Resolution open => duplicate
2019-12-16 09:52 bugmaster Status feedback => closed