View Issue Details

IDProjectCategoryView StatusLast Update
0019770Open CASCADEOCCT:WOKpublic2012-01-11 17:09
ReporterpkvAssigned Topkv 
PrioritynormalSeveritytrivial 
Status closedResolutionfixed 
OSAll 
Fixed in Version6.3.0 
Summary0019770: FIP #24.4 Implementation of returning pointer to OCC Handle for performance reasons.
Description24.6 Implementation of returning pointer to OCC Handle for performance reasons.
See :
http://hrmt.nnov.opencascade.com:8090/IFMT/ViewDetail.jsp?id=215
for more details.
Additional information
and documentation updates
Documentation remark, added by PKV 2008-05-22 13:57:04:

New features:
New methods has been added to the class MS_Method.cdl

PtrReturn(me : mutable;
            aRef : Boolean from Standard);
-- Sets the flag aRef of the ability of the method to return a pointer
-- In case when aRef=Standard_True it is supposed that the method
-- will return the pointer.
-- In case when aRef=Standard_False the method will not return the pointer.
   
IsPtrReturn(me)
    returns Boolean from Standard;
-- Returns the flag of the ability of the method to return a pointer

Improvements:
There were no improvements.
Changes:
see the section New Features.
Modified entities:
List of modified files:

CDLFront\CDL.lex
CDLFront\CDL.tab.c
CDLFront\CDLFront.cxx
CDLFront\cdl_defines.hxx
MS\MS_Method.cdl
MS\MS_Method.cxx
MS\MS.cxx
TCPPExt\TCPPExt.cxx
CPPExt\CPPExt.cxx
CPPExt\CPPExt_PersistentOBJS.cxx
CPPExt\CPPExt_PersistentOBJY.cxx

The modifications are not matters of principle and just have been caused by the
things described in the section New Features.
TagsNo tags attached.
Test case number

Attached Files

Activities

2008-05-16 08:07

 

src.zip (82,957 bytes)

2008-05-22 13:57

 

Problem description.doc (25,600 bytes)

Issue History

Date Modified Username Field Change
2008-05-22 12:18 bugmaster Assigned To bugmaster => pkv
2008-05-22 12:18 bugmaster Status new => assigned
2008-05-22 12:19 bugmaster Status assigned => tested
2008-06-06 08:34 bugmaster Status tested => verified
2009-06-24 17:26 bugmaster Status verified => closed
2009-06-24 17:26 bugmaster Resolution @0@ => fixed
2012-01-11 17:09 atp Description Updated
2012-01-11 17:09 atp Additional Information Updated