View Issue Details

IDProjectCategoryView StatusLast Update
0022023Open CASCADEOCCT:Application Frameworkpublic2011-08-01 16:58
Reportervro Assigned Toszy 
PrioritynormalSeverityfeature 
Status closedResolutionfixed 
OSAll 
Summary0022023: A new method of TDataStd_TreeNode which returns number of children.
DescriptionA new method of TDataStd_TreeNode OCAF attribute, which calculates the number of
child nodes. The method uses internal pointers to the nodes in order to
enumerate the children in a fast way. A boolean flag of the method says whether
children of all sub-levels should be enumerated or only the first-level child nodes.
TagsNo tags attached.
Test case number

Attached Files

Activities

2010-09-20 16:45

 

vro-occ22023-v1.zip (6,210 bytes)

bugmaster

2011-07-29 14:10

administrator   ~0017858

Dear Sergey,
SVN branch http://svn/svn/occt/branches/OCC22023
has been created and ready to be revised

szy

2011-08-01 15:28

manager   ~0017871

Dear Bugmaster,
As I see the corresponding patch is already integrated in OCCT (6.5.1). (?)
In any case the modifications are correct. I validate it.
Sergey

szy

2011-08-01 16:55

manager   ~0017872

Dear Bugmaster,
It seems that the specified branch (OCC22023) can be rejected as the trunk version already contains the modifications done by the patch of Vlad.
But Vlad prepared his patch one year ago. As result we see so many differences with "trunk" version.
Sergey

bugmaster

2011-08-01 16:58

administrator   ~0017873

Fix has been integrated with fix for 0022032

Date: 2010-12-17 18:10:29 +0300 (Fri, 17 Dec 2010)
New Revision: 8328

Modified:
   trunk/src/TDataStd/TDataStd_TreeNode.cdl
   trunk/src/TDataStd/TDataStd_TreeNode.cxx
   trunk/src/TDataStd/TDataStd_TreeNode.lxx
Log:
OCC22032 The method Last() from TDataStd_TreeNode seems slow in case of search for the last tree node
Developed by : VRO

Issue History

Date Modified Username Field Change
2010-09-20 18:48 bugmaster Assigned To bugmaster => vro
2010-09-20 18:48 bugmaster Status new => assigned
2010-09-20 18:48 bugmaster Status assigned => resolved
2011-07-29 14:10 bugmaster Note Added: 0017858
2011-07-29 14:10 bugmaster Assigned To vro => szy
2011-07-29 14:10 bugmaster Status resolved => assigned
2011-07-29 14:10 bugmaster Status assigned => resolved
2011-07-29 14:10 bugmaster Fixed in Version EMPTY =>
2011-07-29 14:10 bugmaster Description Updated
2011-08-01 15:28 szy Note Added: 0017871
2011-08-01 16:55 szy Note Added: 0017872
2011-08-01 16:58 bugmaster Note Added: 0017873
2011-08-01 16:58 bugmaster Status resolved => closed
2011-08-02 10:32 bugmaster Category OCCT:OCAF => OCCT:Application Framework