View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0024750 | Open CASCADE | OCCT:Coding | public | 2014-03-21 15:37 | 2016-04-20 15:49 |
Reporter | Assigned To | ||||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Product Version | 6.7.1 | ||||
Target Version | 7.0.0 | Fixed in Version | 7.0.0 | ||
Summary | 0024750: Replace instantiations of TCollection generic classes by NCollection templates | ||||
Description | In the view of planned removal of WOK and CDL, instantiations of generic collection classes from TCollection are to be replaced by equivalent instantiations of NCollection template classes. We already have several examples where NCollection classes are used in OCCT, and the approach to organizing this is well known: - in CDL, replace class instantiation statement by "imported" statement for the same class name - create HXX file for a class instance where it is defined as typedef to relevant NCollection class This change should be automated using script (Tcl is optimal as it is the tool we already use in OCCT for automation), taking also into account that the same change will likely be needed for dependent projects (OCCT products, user / customer applications). | ||||
Tags | No tags attached. | ||||
Test case number | |||||
related to | 0026306 | closed | bugmaster | Access to deleted object in ShapeFix_FixSmallSolid |
parent of | 0024830 | closed | apn | Remove redundant keyword 'mutable' in CDL declarations |
parent of | 0024841 | closed | apn | Remove duplicated and/or unused instances of collections |
parent of | 0024859 | closed | Replace SortTools by STL equivalents | |
parent of | 0024858 | closed | apn | Convert class V3d_ListOfTransient to non-CDL |
related to | 0024816 | closed | Tool for upgrading OCCT and dependent code | |
related to | 0024831 | closed | apn | Make iterators of NCollection classes STL-compatible |
related to | 0026850 | closed | Replace nested instantiations of TCollection generic classes by NCollection templates | |
child of | 0024487 | closed | Getting rid of generic CDL classes |
|
Branch CR24750 was updated. In file upgrade.tcl: Functions "replace_xx" (replace includes of ixx and jxx files by their content) and "check_headers" (check preprocessor directives in header files) were added. Also, some auxiliary functions were created. |
|
Branch CR24750 was updated. New tool to check and comment unnecessary header files was created. Already created functions were optimized. |
|
Fix prepared in branch CR24750_6. Note that it consists of 2 separate commits: one contains changes made by automatic converter (see 0024816), and second contain manual corrections over automatic change necessary for compilation. Products are not yet processed. |
|
New version of the fix (rebased on current master +) is available in branch CR24859_4 (fix for 0024859 is needed to build). Build time seems to be the same as on master (~ 18 min). Some observances on test results: a) Regressions: de step_1 ZQ2: is OK now heal drop_small_solids M2 M3: failed with exception (access violation by address 0xffffffff -- looks like access to freed memory, to be checked) b) Memory consumption is reduced on multiple test cases, and overall (by 2.5%) c) CPU has varied on several cases (overall change is within 1% tolerance). Many of these changes are positive (though it depends from run to run); negative changes are observed mostly on complete groups containing small tests. The individual tests where CPU variation is detected are: CPU bugs heal bug24596_1: 287.7126443 / 331.0185219 [-13.08%] CPU bugs heal bug24596_2: 282.9702139 / 325.6988878 [-13.12%] CPU bugs mesh bug25806: 31.9334047 / 26.4421695 [+20.77%] CPU xcaf brep_to_stp_add_CL D7: 3.8532247 / 2.8704184 [+34.24%] A notable case is bugs mesh bug25806: degradation is in method BRepMesh_Delaun::decomposeSimplePolygon() (22 sec vs. 17 on master; the number of calls and resulting mesh are the same), however this method (and BRepMesh in general) use NCollection from the very beginning... The possible cause may be different layout of binaries due to sharing between instantiations of the same template(?). |
|
Fails on heal drop_small_solids M2 M3 are due to bug 0026306 |
|
Branch CR24750_3 has been deleted by abv. SHA-1: bae8a171c266dfd44e368f23a6967de3e6ef9ec8 |
|
Branch CR24750_2 has been deleted by abv. SHA-1: 022f054dbf21e2ef29ba78dee8edb95f73495c66 |
|
Branch CR24750 has been deleted by abv. SHA-1: e8a65ccd1c85d0b5e2e79324753e54c799e3df58 |
|
Branch CR24750_6 has been deleted by kgv. SHA-1: a35ccd5c9639311dcbe3afe67ee6029ba1d57437 |
occt: master b7c077b9 2014-06-02 06:08:25
Committer: abv Details Diff |
0024750: Replace instantiations of TCollection generic classes by NCollection templates -- manual changes Forward declaration of TCollection instances as classes are replaced by inclusion of corresponding header. Cyclic dependencies between declaration of collection class and its item are resolved by forward declaring a class in collection header. |
Affected Issues 0024750 |
|
mod - src/AdvApp2Var/AdvApp2Var.cdl | Diff File | ||
mod - src/AdvApprox/AdvApprox.cdl | Diff File | ||
mod - src/AIS/AIS.cdl | Diff File | ||
mod - src/AIS/AIS_GlobalStatus.cdl | Diff File | ||
mod - src/AIS/AIS_LocalContext.cdl | Diff File | ||
mod - src/AIS/AIS_LocalStatus.cdl | Diff File | ||
mod - src/Bisector/Bisector_BisecPC.cxx | Diff File | ||
mod - src/BOPAlgo/BOPAlgo_BOP.cdl | Diff File | ||
mod - src/BOPAlgo/BOPAlgo_BOP.cxx | Diff File | ||
mod - src/BOPAlgo/BOPAlgo_Builder.cdl | Diff File | ||
mod - src/BOPAlgo/BOPAlgo_Builder.cxx | Diff File | ||
mod - src/BOPAlgo/BOPAlgo_PaveFiller.cdl | Diff File | ||
mod - src/BOPAlgo/BOPAlgo_PaveFiller.cxx | Diff File | ||
mod - src/BRepAlgo/BRepAlgo_DSAccess.cxx | Diff File | ||
mod - src/BRepAlgo/BRepAlgo_Loop.cxx | Diff File | ||
mod - src/BRepExtrema/BRepExtrema_DistShapeShape.hxx | Diff File | ||
mod - src/BRepLib/BRepLib_FuseEdges.cxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_Delaun.hxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_DiscretFactory.hxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_EdgeParameterProvider.hxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_EdgeTessellator.hxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_FastDiscretFace.hxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_WireChecker.hxx | Diff File | ||
mod - src/BRepTools/BRepTools_ReShape.cxx | Diff File | ||
mod - src/BSplCLib/BSplCLib_Cache.hxx | Diff File | ||
mod - src/BSplSLib/BSplSLib_Cache.hxx | Diff File | ||
mod - src/CDM/CDM_MetaDataLookUpTable.hxx | Diff File | ||
mod - src/DDF/DDF_IOStream.hxx | Diff File | ||
mod - src/Expr/Expr_Array1OfNamedUnknown.hxx | Diff File | ||
mod - src/math/math_FunctionAllRoots.cxx | Diff File | ||
mod - src/MeshTest/MeshTest_DrawableMesh.hxx | Diff File | ||
mod - src/MeshVS/MeshVS_SensitiveFace.hxx | Diff File | ||
mod - src/MeshVS/MeshVS_SensitivePolyhedron.hxx | Diff File | ||
mod - src/MoniTool/MoniTool_DataMapOfTimer.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_GraphicDriver.hxx | Diff File | ||
mod - src/Prs3d/Prs3d_WFShape.hxx | Diff File | ||
mod - src/QADraw/QADraw.cxx | Diff File | ||
mod - src/QANCollection/FILES | Diff File | ||
mod - src/QANCollection/QANCollection.cdl | Diff File | ||
mod - src/QANCollection/QANCollection.cxx | Diff File | ||
rm - src/QANCollection/QANCollection_Simple.cxx | Diff File | ||
mod - src/Select3D/Select3D_InteriorSensitivePointSet.hxx | Diff File | ||
mod - src/Select3D/Select3D_SensitiveCircle.hxx | Diff File | ||
mod - src/Select3D/Select3D_SensitiveCurve.hxx | Diff File | ||
mod - src/Select3D/Select3D_SensitiveFace.hxx | Diff File | ||
mod - src/Select3D/Select3D_SensitivePoly.hxx | Diff File | ||
mod - src/Select3D/Select3D_SensitiveSegment.hxx | Diff File | ||
mod - src/Select3D/Select3D_SensitiveTriangle.hxx | Diff File | ||
mod - src/Select3D/Select3D_SensitiveTriangulation.hxx | Diff File | ||
mod - src/SelectBasics/SelectBasics_SelectingVolumeManager.hxx | Diff File | ||
mod - src/SelectMgr/SelectMgr_ViewerSelector.hxx | Diff File | ||
mod - src/ShapeFix/ShapeFix_FixSmallSolid.cxx | Diff File | ||
mod - src/StdPrs/StdPrs_ToolShadedShape.hxx | Diff File | ||
mod - src/StdSelect/StdSelect_ViewerSelector3d.hxx | Diff File | ||
mod - src/TDF/TDF_AttributeIndexedMap.hxx | Diff File | ||
mod - src/TNaming/TNaming.cdl | Diff File | ||
mod - src/TNaming/TNaming_NamedShape.cxx | Diff File | ||
mod - src/TObj/TObj_Application.hxx | Diff File | ||
mod - src/TObj/TObj_Assistant.hxx | Diff File | ||
mod - src/TopoDS/TopoDS_ListOfShape.hxx | Diff File | ||
mod - src/TopOpeBRepDS/TopOpeBRepDS_InterferenceIterator.cdl | Diff File | ||
mod - src/TopOpeBRepDS/TopOpeBRepDS_InterferenceIterator.cxx | Diff File | ||
mod - src/TopOpeBRepTool/FILES | Diff File | ||
mod - src/TopOpeBRepTool/TopOpeBRepTool.cdl | Diff File | ||
mod - src/TopOpeBRepTool/TopOpeBRepTool_FuseEdges.cxx | Diff File | ||
add - src/TopOpeBRepTool/TopOpeBRepTool_Plos.hxx | Diff File | ||
mod - src/ViewerTest/ViewerTest.hxx | Diff File | ||
occt: master df8d3970 2015-06-28 12:16:42
Committer: abv Details Diff |
0024750: Replace instantiations of TCollection generic classes by NCollection templates -- automatic Automatic upgrade of code by command "occt_upgrade . -tcollection" |
Affected Issues 0024750 |
|
mod - src/AdvApp2Var/AdvApp2Var.cdl | Diff File | ||
add - src/AdvApp2Var/AdvApp2Var_SequenceOfNode.hxx | Diff File | ||
add - src/AdvApp2Var/AdvApp2Var_SequenceOfPatch.hxx | Diff File | ||
add - src/AdvApp2Var/AdvApp2Var_SequenceOfStrip.hxx | Diff File | ||
add - src/AdvApp2Var/AdvApp2Var_Strip.hxx | Diff File | ||
mod - src/AdvApp2Var/FILES | Diff File | ||
mod - src/AIS/AIS.cdl | Diff File | ||
add - src/AIS/AIS_DataMapIteratorOfDataMapOfILC.hxx | Diff File | ||
add - src/AIS/AIS_DataMapIteratorOfDataMapofIntegerListOfinteractive.hxx | Diff File | ||
add - src/AIS/AIS_DataMapIteratorOfDataMapOfIOStatus.hxx | Diff File | ||
add - src/AIS/AIS_DataMapIteratorOfDataMapOfSelStat.hxx | Diff File | ||
add - src/AIS/AIS_DataMapOfILC.hxx | Diff File | ||
add - src/AIS/AIS_DataMapofIntegerListOfinteractive.hxx | Diff File | ||
add - src/AIS/AIS_DataMapOfIOStatus.hxx | Diff File | ||
add - src/AIS/AIS_DataMapOfSelStat.hxx | Diff File | ||
add - src/AIS/AIS_IndexedDataMapOfOwnerPrs.hxx | Diff File | ||
add - src/AIS/AIS_ListIteratorOfListOfInteractive.hxx | Diff File | ||
add - src/AIS/AIS_ListOfInteractive.hxx | Diff File | ||
add - src/AIS/AIS_MapIteratorOfMapOfInteractive.hxx | Diff File | ||
add - src/AIS/AIS_MapOfInteractive.hxx | Diff File | ||
add - src/AIS/AIS_SequenceOfDimension.hxx | Diff File | ||
add - src/AIS/AIS_SequenceOfInteractive.hxx | Diff File | ||
mod - src/AIS/FILES | Diff File | ||
mod - src/AppDef/AppDef.cdl | Diff File | ||
add - src/AppDef/AppDef_Array1OfMultiPointConstraint.hxx | Diff File | ||
add - src/AppDef/AppDef_HArray1OfMultiPointConstraint.hxx | Diff File | ||
add - src/AppDef/FILES | Diff File | ||
mod - src/AppParCurves/AppParCurves.cdl | Diff File | ||
add - src/AppParCurves/AppParCurves_Array1OfConstraintCouple.hxx | Diff File | ||
add - src/AppParCurves/AppParCurves_Array1OfMultiBSpCurve.hxx | Diff File | ||
add - src/AppParCurves/AppParCurves_Array1OfMultiCurve.hxx | Diff File | ||
add - src/AppParCurves/AppParCurves_Array1OfMultiPoint.hxx | Diff File | ||
add - src/AppParCurves/AppParCurves_HArray1OfConstraintCouple.hxx | Diff File | ||
add - src/AppParCurves/AppParCurves_HArray1OfMultiBSpCurve.hxx | Diff File | ||
add - src/AppParCurves/AppParCurves_HArray1OfMultiCurve.hxx | Diff File | ||
add - src/AppParCurves/AppParCurves_HArray1OfMultiPoint.hxx | Diff File | ||
add - src/AppParCurves/AppParCurves_SequenceOfMultiBSpCurve.hxx | Diff File | ||
add - src/AppParCurves/AppParCurves_SequenceOfMultiCurve.hxx | Diff File | ||
add - src/AppParCurves/FILES | Diff File | ||
mod - src/Approx/Approx.cdl | Diff File | ||
add - src/Approx/Approx_Array1OfAdHSurface.hxx | Diff File | ||
add - src/Approx/Approx_Array1OfGTrsf2d.hxx | Diff File | ||
add - src/Approx/Approx_HArray1OfAdHSurface.hxx | Diff File | ||
add - src/Approx/Approx_HArray1OfGTrsf2d.hxx | Diff File | ||
add - src/Approx/Approx_SequenceOfHArray1OfReal.hxx | Diff File | ||
add - src/Approx/FILES | Diff File | ||
mod - src/Aspect/Aspect.cdl | Diff File | ||
add - src/Aspect/Aspect_SequenceOfColor.hxx | Diff File | ||
mod - src/Aspect/FILES | Diff File | ||
mod - src/BinMDF/BinMDF.cdl | Diff File | ||
add - src/BinMDF/BinMDF_DataMapIteratorOfTypeADriverMap.hxx | Diff File | ||
add - src/BinMDF/BinMDF_DoubleMapIteratorOfTypeIdMap.hxx | Diff File | ||
add - src/BinMDF/BinMDF_TypeADriverMap.hxx | Diff File | ||
add - src/BinMDF/BinMDF_TypeIdMap.hxx | Diff File | ||
add - src/BinMDF/FILES | Diff File | ||
mod - src/BiTgte/BiTgte.cdl | Diff File | ||
add - src/BiTgte/BiTgte_DataMapIteratorOfDataMapOfShapeBox.hxx | Diff File | ||
add - src/BiTgte/BiTgte_DataMapOfShapeBox.hxx | Diff File | ||
add - src/BiTgte/FILES | Diff File | ||
mod - src/Blend/Blend.cdl | Diff File | ||
add - src/Blend/Blend_SequenceOfPoint.hxx | Diff File | ||
mod - src/Blend/FILES | Diff File | ||
mod - src/Bnd/Bnd.cdl | Diff File | ||
add - src/Bnd/Bnd_Array1OfBox.hxx | Diff File | ||
add - src/Bnd/Bnd_Array1OfBox2d.hxx | Diff File | ||
add - src/Bnd/Bnd_Array1OfSphere.hxx | Diff File | ||
add - src/Bnd/Bnd_HArray1OfBox.hxx | Diff File | ||
add - src/Bnd/Bnd_HArray1OfBox2d.hxx | Diff File | ||
add - src/Bnd/Bnd_HArray1OfSphere.hxx | Diff File | ||
add - src/Bnd/Bnd_SeqOfBox.hxx | Diff File | ||
add - src/Bnd/FILES | Diff File | ||
mod - src/BRep/BRep.cdl | Diff File | ||
add - src/BRep/BRep_ListIteratorOfListOfCurveRepresentation.hxx | Diff File | ||
add - src/BRep/BRep_ListIteratorOfListOfPointRepresentation.hxx | Diff File | ||
add - src/BRep/BRep_ListOfCurveRepresentation.hxx | Diff File | ||
add - src/BRep/BRep_ListOfPointRepresentation.hxx | Diff File | ||
add - src/BRep/FILES | Diff File | ||
mod - src/BRepAdaptor/BRepAdaptor.cdl | Diff File | ||
add - src/BRepAdaptor/BRepAdaptor_Array1OfCurve.hxx | Diff File | ||
add - src/BRepAdaptor/BRepAdaptor_HArray1OfCurve.hxx | Diff File | ||
add - src/BRepAdaptor/FILES | Diff File | ||
mod - src/BRepAlgo/BRepAlgo.cdl | Diff File | ||
add - src/BRepAlgo/BRepAlgo_DataMapIteratorOfDataMapOfShapeBoolean.hxx | Diff File | ||
add - src/BRepAlgo/BRepAlgo_DataMapIteratorOfDataMapOfShapeInterference.hxx | Diff File | ||
add - src/BRepAlgo/BRepAlgo_DataMapOfShapeBoolean.hxx | Diff File | ||
add - src/BRepAlgo/BRepAlgo_DataMapOfShapeInterference.hxx | Diff File | ||
add - src/BRepAlgo/BRepAlgo_SequenceOfSequenceOfInteger.hxx | Diff File | ||
mod - src/BRepAlgo/FILES | Diff File | ||
mod - src/BRepBlend/BRepBlend.cdl | Diff File | ||
add - src/BRepBlend/BRepBlend_SequenceOfLine.hxx | Diff File | ||
add - src/BRepBlend/BRepBlend_SequenceOfPointOnRst.hxx | Diff File | ||
add - src/BRepBlend/FILES | Diff File | ||
mod - src/BRepCheck/BRepCheck.cdl | Diff File | ||
add - src/BRepCheck/BRepCheck_DataMapIteratorOfDataMapOfShapeListOfStatus.hxx | Diff File | ||
add - src/BRepCheck/BRepCheck_DataMapIteratorOfDataMapOfShapeResult.hxx | Diff File | ||
add - src/BRepCheck/BRepCheck_DataMapOfShapeListOfStatus.hxx | Diff File | ||
add - src/BRepCheck/BRepCheck_DataMapOfShapeResult.hxx | Diff File | ||
add - src/BRepCheck/BRepCheck_ListIteratorOfListOfStatus.hxx | Diff File | ||
add - src/BRepCheck/BRepCheck_ListOfStatus.hxx | Diff File | ||
add - src/BRepCheck/FILES | Diff File | ||
mod - src/BRepClass3d/BRepClass3d.cdl | Diff File | ||
add - src/BRepClass3d/BRepClass3d_DataMapIteratorOfMapOfInter.hxx | Diff File | ||
add - src/BRepClass3d/BRepClass3d_MapOfInter.hxx | Diff File | ||
add - src/BRepClass3d/FILES | Diff File | ||
mod - src/BRepFill/BRepFill.cdl | Diff File | ||
add - src/BRepFill/BRepFill_DataMapIteratorOfDataMapOfNodeDataMapOfShapeShape.hxx | Diff File | ||
add - src/BRepFill/BRepFill_DataMapIteratorOfDataMapOfNodeShape.hxx | Diff File | ||
add - src/BRepFill/BRepFill_DataMapIteratorOfDataMapOfOrientedShapeListOfShape.hxx | Diff File | ||
add - src/BRepFill/BRepFill_DataMapIteratorOfDataMapOfShapeDataMapOfShapeListOfShape.hxx | Diff File | ||
add - src/BRepFill/BRepFill_DataMapIteratorOfDataMapOfShapeHArray2OfShape.hxx | Diff File | ||
add - src/BRepFill/BRepFill_DataMapIteratorOfDataMapOfShapeSequenceOfPnt.hxx | Diff File | ||
add - src/BRepFill/BRepFill_DataMapIteratorOfDataMapOfShapeSequenceOfReal.hxx | Diff File | ||
add - src/BRepFill/BRepFill_DataMapOfNodeDataMapOfShapeShape.hxx | Diff File | ||
add - src/BRepFill/BRepFill_DataMapOfNodeShape.hxx | Diff File | ||
add - src/BRepFill/BRepFill_DataMapOfOrientedShapeListOfShape.hxx | Diff File | ||
add - src/BRepFill/BRepFill_DataMapOfShapeDataMapOfShapeListOfShape.hxx | Diff File | ||
add - src/BRepFill/BRepFill_DataMapOfShapeHArray2OfShape.hxx | Diff File | ||
add - src/BRepFill/BRepFill_DataMapOfShapeSequenceOfPnt.hxx | Diff File | ||
add - src/BRepFill/BRepFill_DataMapOfShapeSequenceOfReal.hxx | Diff File | ||
add - src/BRepFill/BRepFill_IndexedDataMapOfOrientedShapeListOfShape.hxx | Diff File | ||
add - src/BRepFill/BRepFill_ListIteratorOfListOfOffsetWire.hxx | Diff File | ||
add - src/BRepFill/BRepFill_ListOfOffsetWire.hxx | Diff File | ||
add - src/BRepFill/BRepFill_SequenceOfEdgeFaceAndOrder.hxx | Diff File | ||
add - src/BRepFill/BRepFill_SequenceOfFaceAndOrder.hxx | Diff File | ||
add - src/BRepFill/BRepFill_SequenceOfSection.hxx | Diff File | ||
mod - src/BRepFill/FILES | Diff File | ||
mod - src/BRepMAT2d/BRepMAT2d.cdl | Diff File | ||
add - src/BRepMAT2d/BRepMAT2d_DataMapIteratorOfDataMapOfBasicEltShape.hxx | Diff File | ||
add - src/BRepMAT2d/BRepMAT2d_DataMapIteratorOfDataMapOfShapeSequenceOfBasicElt.hxx | Diff File | ||
add - src/BRepMAT2d/BRepMAT2d_DataMapOfBasicEltShape.hxx | Diff File | ||
add - src/BRepMAT2d/BRepMAT2d_DataMapOfShapeSequenceOfBasicElt.hxx | Diff File | ||
add - src/BRepMAT2d/FILES | Diff File | ||
mod - src/BRepOffset/BRepOffset.cdl | Diff File | ||
add - src/BRepOffset/BRepOffset_DataMapIteratorOfDataMapOfShapeListOfInterval.hxx | Diff File | ||
add - src/BRepOffset/BRepOffset_DataMapIteratorOfDataMapOfShapeMapOfShape.hxx | Diff File | ||
add - src/BRepOffset/BRepOffset_DataMapIteratorOfDataMapOfShapeOffset.hxx | Diff File | ||
add - src/BRepOffset/BRepOffset_DataMapOfShapeListOfInterval.hxx | Diff File | ||
add - src/BRepOffset/BRepOffset_DataMapOfShapeMapOfShape.hxx | Diff File | ||
add - src/BRepOffset/BRepOffset_DataMapOfShapeOffset.hxx | Diff File | ||
add - src/BRepOffset/BRepOffset_ListIteratorOfListOfInterval.hxx | Diff File | ||
add - src/BRepOffset/BRepOffset_ListOfInterval.hxx | Diff File | ||
add - src/BRepOffset/FILES | Diff File | ||
mod - src/BRepOffsetAPI/BRepOffsetAPI.cdl | Diff File | ||
add - src/BRepOffsetAPI/BRepOffsetAPI_SequenceOfSequenceOfReal.hxx | Diff File | ||
add - src/BRepOffsetAPI/BRepOffsetAPI_SequenceOfSequenceOfShape.hxx | Diff File | ||
add - src/BRepOffsetAPI/FILES | Diff File | ||
mod - src/BRepTools/BRepTools.cdl | Diff File | ||
add - src/BRepTools/BRepTools_DataMapIteratorOfMapOfVertexPnt2d.hxx | Diff File | ||
add - src/BRepTools/BRepTools_MapOfVertexPnt2d.hxx | Diff File | ||
mod - src/BRepTools/FILES | Diff File | ||
mod - src/BRepTopAdaptor/BRepTopAdaptor.cdl | Diff File | ||
add - src/BRepTopAdaptor/BRepTopAdaptor_DataMapIteratorOfMapOfShapeTool.hxx | Diff File | ||
add - src/BRepTopAdaptor/BRepTopAdaptor_MapOfShapeTool.hxx | Diff File | ||
add - src/BRepTopAdaptor/FILES | Diff File | ||
mod - src/CDM/CDM.cdl | Diff File | ||
add - src/CDM/CDM_DataMapIteratorOfMetaDataLookUpTable.hxx | Diff File | ||
add - src/CDM/CDM_DataMapIteratorOfPresentationDirectory.hxx | Diff File | ||
add - src/CDM/CDM_DocumentHasher.hxx | Diff File | ||
add - src/CDM/CDM_ListIteratorOfListOfDocument.hxx | Diff File | ||
add - src/CDM/CDM_ListIteratorOfListOfReferences.hxx | Diff File | ||
add - src/CDM/CDM_ListOfDocument.hxx | Diff File | ||
add - src/CDM/CDM_ListOfReferences.hxx | Diff File | ||
add - src/CDM/CDM_MapIteratorOfMapOfDocument.hxx | Diff File | ||
add - src/CDM/CDM_MapOfDocument.hxx | Diff File | ||
add - src/CDM/CDM_MetaDataLookUpTable.hxx | Diff File | ||
add - src/CDM/CDM_PresentationDirectory.hxx | Diff File | ||
add - src/CDM/FILES | Diff File | ||
mod - src/ChFiDS/ChFiDS.cdl | Diff File | ||
add - src/ChFiDS/ChFiDS_HData.hxx | Diff File | ||
add - src/ChFiDS/ChFiDS_IndexedDataMapOfVertexListOfStripe.hxx | Diff File | ||
add - src/ChFiDS/ChFiDS_ListIteratorOfListOfHElSpine.hxx | Diff File | ||
add - src/ChFiDS/ChFiDS_ListIteratorOfListOfStripe.hxx | Diff File | ||
add - src/ChFiDS/ChFiDS_ListIteratorOfRegularities.hxx | Diff File | ||
add - src/ChFiDS/ChFiDS_ListOfHElSpine.hxx | Diff File | ||
add - src/ChFiDS/ChFiDS_ListOfStripe.hxx | Diff File | ||
add - src/ChFiDS/ChFiDS_Regularities.hxx | Diff File | ||
add - src/ChFiDS/ChFiDS_SecArray1.hxx | Diff File | ||
add - src/ChFiDS/ChFiDS_SecHArray1.hxx | Diff File | ||
add - src/ChFiDS/ChFiDS_SequenceOfSpine.hxx | Diff File | ||
add - src/ChFiDS/ChFiDS_SequenceOfSurfData.hxx | Diff File | ||
add - src/ChFiDS/ChFiDS_StripeArray1.hxx | Diff File | ||
add - src/ChFiDS/FILES | Diff File | ||
mod - src/ChFiKPart/ChFiKPart.cdl | Diff File | ||
add - src/ChFiKPart/ChFiKPart_DataMapIteratorOfRstMap.hxx | Diff File | ||
add - src/ChFiKPart/ChFiKPart_RstMap.hxx | Diff File | ||
mod - src/ChFiKPart/FILES | Diff File | ||
mod - src/Contap/Contap.cdl | Diff File | ||
add - src/Contap/Contap_TheHSequenceOfPoint.hxx | Diff File | ||
add - src/Contap/Contap_TheSequenceOfLine.hxx | Diff File | ||
add - src/Contap/Contap_TheSequenceOfPoint.hxx | Diff File | ||
add - src/Contap/FILES | Diff File | ||
mod - src/Convert/Convert.cdl | Diff File | ||
add - src/Convert/Convert_SequenceOfArray1OfPoles.hxx | Diff File | ||
mod - src/Convert/FILES | Diff File | ||
mod - src/DBRep/DBRep.cdl | Diff File | ||
add - src/DBRep/DBRep_ListIteratorOfListOfEdge.hxx | Diff File | ||
add - src/DBRep/DBRep_ListIteratorOfListOfFace.hxx | Diff File | ||
add - src/DBRep/DBRep_ListIteratorOfListOfHideData.hxx | Diff File | ||
add - src/DBRep/DBRep_ListOfEdge.hxx | Diff File | ||
add - src/DBRep/DBRep_ListOfFace.hxx | Diff File | ||
add - src/DBRep/DBRep_ListOfHideData.hxx | Diff File | ||
mod - src/DBRep/FILES | Diff File | ||
mod - src/DDF/DDF.cdl | Diff File | ||
add - src/DDF/DDF_ListIteratorOfTransactionStack.hxx | Diff File | ||
add - src/DDF/DDF_TransactionStack.hxx | Diff File | ||
mod - src/DDF/FILES | Diff File | ||
mod - src/DNaming/DNaming.cdl | Diff File | ||
add - src/DNaming/DNaming_DataMapIteratorOfDataMapOfShapeOfName.hxx | Diff File | ||
add - src/DNaming/DNaming_DataMapOfShapeOfName.hxx | Diff File | ||
mod - src/DNaming/FILES | Diff File | ||
mod - src/Draft/Draft.cdl | Diff File | ||
add - src/Draft/Draft_DataMapIteratorOfDataMapOfEdgeEdgeInfo.hxx | Diff File | ||
add - src/Draft/Draft_DataMapIteratorOfDataMapOfFaceFaceInfo.hxx | Diff File | ||
add - src/Draft/Draft_DataMapIteratorOfDataMapOfVertexVertexInfo.hxx | Diff File | ||
add - src/Draft/Draft_DataMapOfEdgeEdgeInfo.hxx | Diff File | ||
add - src/Draft/Draft_DataMapOfFaceFaceInfo.hxx | Diff File | ||
add - src/Draft/Draft_DataMapOfVertexVertexInfo.hxx | Diff File | ||
mod - src/Draft/FILES | Diff File | ||
mod - src/Draw/Draw.cdl | Diff File | ||
add - src/Draw/Draw_MapOfAsciiString.hxx | Diff File | ||
add - src/Draw/Draw_SequenceOfDrawable3D.hxx | Diff File | ||
mod - src/Draw/FILES | Diff File | ||
mod - src/Expr/Expr.cdl | Diff File | ||
add - src/Expr/Expr_Array1OfGeneralExpression.hxx | Diff File | ||
add - src/Expr/Expr_Array1OfNamedUnknown.hxx | Diff File | ||
add - src/Expr/Expr_Array1OfSingleRelation.hxx | Diff File | ||
add - src/Expr/Expr_MapOfNamedUnknown.hxx | Diff File | ||
add - src/Expr/Expr_SequenceOfGeneralExpression.hxx | Diff File | ||
add - src/Expr/Expr_SequenceOfGeneralRelation.hxx | Diff File | ||
mod - src/Expr/FILES | Diff File | ||
mod - src/ExprIntrp/ExprIntrp.cdl | Diff File | ||
add - src/ExprIntrp/ExprIntrp_ListIteratorOfStackOfGeneralExpression.hxx | Diff File | ||
add - src/ExprIntrp/ExprIntrp_ListIteratorOfStackOfGeneralFunction.hxx | Diff File | ||
add - src/ExprIntrp/ExprIntrp_ListIteratorOfStackOfGeneralRelation.hxx | Diff File | ||
add - src/ExprIntrp/ExprIntrp_SequenceOfNamedExpression.hxx | Diff File | ||
add - src/ExprIntrp/ExprIntrp_SequenceOfNamedFunction.hxx | Diff File | ||
add - src/ExprIntrp/ExprIntrp_StackOfGeneralExpression.hxx | Diff File | ||
add - src/ExprIntrp/ExprIntrp_StackOfGeneralFunction.hxx | Diff File | ||
add - src/ExprIntrp/ExprIntrp_StackOfGeneralRelation.hxx | Diff File | ||
mod - src/ExprIntrp/FILES | Diff File | ||
mod - src/Extrema/Extrema.cdl | Diff File | ||
add - src/Extrema/Extrema_Array1OfPOnCurv.hxx | Diff File | ||
add - src/Extrema/Extrema_Array1OfPOnCurv2d.hxx | Diff File | ||
add - src/Extrema/Extrema_Array1OfPOnSurf.hxx | Diff File | ||
add - src/Extrema/Extrema_Array2OfPOnCurv.hxx | Diff File | ||
add - src/Extrema/Extrema_Array2OfPOnCurv2d.hxx | Diff File | ||
add - src/Extrema/Extrema_Array2OfPOnSurf.hxx | Diff File | ||
add - src/Extrema/Extrema_Array2OfPOnSurfParams.hxx | Diff File | ||
add - src/Extrema/Extrema_HArray1OfPOnCurv.hxx | Diff File | ||
add - src/Extrema/Extrema_HArray1OfPOnCurv2d.hxx | Diff File | ||
add - src/Extrema/Extrema_HArray1OfPOnSurf.hxx | Diff File | ||
add - src/Extrema/Extrema_HArray2OfPOnCurv.hxx | Diff File | ||
add - src/Extrema/Extrema_HArray2OfPOnCurv2d.hxx | Diff File | ||
add - src/Extrema/Extrema_HArray2OfPOnSurf.hxx | Diff File | ||
add - src/Extrema/Extrema_HArray2OfPOnSurfParams.hxx | Diff File | ||
add - src/Extrema/Extrema_SequenceOfPOnCurv.hxx | Diff File | ||
add - src/Extrema/Extrema_SequenceOfPOnCurv2d.hxx | Diff File | ||
add - src/Extrema/Extrema_SequenceOfPOnSurf.hxx | Diff File | ||
mod - src/Extrema/FILES | Diff File | ||
mod - src/FEmTool/FEmTool.cdl | Diff File | ||
add - src/FEmTool/FEmTool_AssemblyTable.hxx | Diff File | ||
add - src/FEmTool/FEmTool_HAssemblyTable.hxx | Diff File | ||
add - src/FEmTool/FEmTool_ListIteratorOfListOfVectors.hxx | Diff File | ||
add - src/FEmTool/FEmTool_ListOfVectors.hxx | Diff File | ||
add - src/FEmTool/FEmTool_SeqOfLinConstr.hxx | Diff File | ||
add - src/FEmTool/FILES | Diff File | ||
add - src/GccEnt/FILES | Diff File | ||
mod - src/GccEnt/GccEnt.cdl | Diff File | ||
add - src/GccEnt/GccEnt_Array1OfPosition.hxx | Diff File | ||
mod - src/Geom/FILES | Diff File | ||
mod - src/Geom/Geom.cdl | Diff File | ||
add - src/Geom/Geom_HSequenceOfBSplineSurface.hxx | Diff File | ||
add - src/Geom/Geom_SequenceOfBSplineSurface.hxx | Diff File | ||
add - src/Geom2dHatch/FILES | Diff File | ||
mod - src/Geom2dHatch/Geom2dHatch.cdl | Diff File | ||
add - src/Geom2dHatch/Geom2dHatch_DataMapIteratorOfHatchings.hxx | Diff File | ||
add - src/Geom2dHatch/Geom2dHatch_DataMapIteratorOfMapOfElements.hxx | Diff File | ||
add - src/Geom2dHatch/Geom2dHatch_Hatchings.hxx | Diff File | ||
add - src/Geom2dHatch/Geom2dHatch_MapOfElements.hxx | Diff File | ||
add - src/GeomFill/FILES | Diff File | ||
mod - src/GeomFill/GeomFill.cdl | Diff File | ||
add - src/GeomFill/GeomFill_Array1OfLocationLaw.hxx | Diff File | ||
add - src/GeomFill/GeomFill_Array1OfSectionLaw.hxx | Diff File | ||
add - src/GeomFill/GeomFill_HArray1OfLocationLaw.hxx | Diff File | ||
add - src/GeomFill/GeomFill_HArray1OfSectionLaw.hxx | Diff File | ||
add - src/GeomFill/GeomFill_HSequenceOfAx2.hxx | Diff File | ||
add - src/GeomFill/GeomFill_SequenceOfAx2.hxx | Diff File | ||
add - src/GeomFill/GeomFill_SequenceOfTrsf.hxx | Diff File | ||
mod - src/GeomInt/FILES | Diff File | ||
mod - src/GeomInt/GeomInt.cdl | Diff File | ||
add - src/GeomInt/GeomInt_SequenceOfParameterAndOrientation.hxx | Diff File | ||
mod - src/GeomLib/FILES | Diff File | ||
mod - src/GeomLib/GeomLib.cdl | Diff File | ||
add - src/GeomLib/GeomLib_Array1OfMat.hxx | Diff File | ||
add - src/GeomPlate/FILES | Diff File | ||
mod - src/GeomPlate/GeomPlate.cdl | Diff File | ||
add - src/GeomPlate/GeomPlate_Array1OfHCurveOnSurface.hxx | Diff File | ||
add - src/GeomPlate/GeomPlate_Array1OfSequenceOfReal.hxx | Diff File | ||
add - src/GeomPlate/GeomPlate_HArray1OfHCurveOnSurface.hxx | Diff File | ||
add - src/GeomPlate/GeomPlate_HArray1OfSequenceOfReal.hxx | Diff File | ||
add - src/GeomPlate/GeomPlate_HSequenceOfCurveConstraint.hxx | Diff File | ||
add - src/GeomPlate/GeomPlate_HSequenceOfPointConstraint.hxx | Diff File | ||
add - src/GeomPlate/GeomPlate_SequenceOfAij.hxx | Diff File | ||
add - src/GeomPlate/GeomPlate_SequenceOfCurveConstraint.hxx | Diff File | ||
add - src/GeomPlate/GeomPlate_SequenceOfPointConstraint.hxx | Diff File | ||
mod - src/Graphic3d/FILES | Diff File | ||
mod - src/Graphic3d/Graphic3d.cdl | Diff File | ||
add - src/Graphic3d/Graphic3d_Array1OfVector.hxx | Diff File | ||
add - src/Graphic3d/Graphic3d_Array1OfVertex.hxx | Diff File | ||
add - src/Graphic3d/Graphic3d_Array2OfVertex.hxx | Diff File | ||
add - src/Graphic3d/Graphic3d_HSequenceOfStructure.hxx | Diff File | ||
add - src/Graphic3d/Graphic3d_ListIteratorOfListOfShortReal.hxx | Diff File | ||
add - src/Graphic3d/Graphic3d_ListOfShortReal.hxx | Diff File | ||
add - src/Graphic3d/Graphic3d_SequenceOfStructure.hxx | Diff File | ||
add - src/Hatch/FILES | Diff File | ||
mod - src/Hatch/Hatch.cdl | Diff File | ||
add - src/Hatch/Hatch_SequenceOfLine.hxx | Diff File | ||
add - src/Hatch/Hatch_SequenceOfParameter.hxx | Diff File | ||
add - src/HatchGen/FILES | Diff File | ||
mod - src/HatchGen/HatchGen.cdl | Diff File | ||
add - src/HatchGen/HatchGen_Domains.hxx | Diff File | ||
add - src/HatchGen/HatchGen_PointsOnElement.hxx | Diff File | ||
add - src/HatchGen/HatchGen_PointsOnHatching.hxx | Diff File | ||
add - src/HLRAlgo/FILES | Diff File | ||
mod - src/HLRAlgo/HLRAlgo.cdl | Diff File | ||
add - src/HLRAlgo/HLRAlgo_Array1OfPHDat.hxx | Diff File | ||
add - src/HLRAlgo/HLRAlgo_Array1OfPINod.hxx | Diff File | ||
add - src/HLRAlgo/HLRAlgo_Array1OfPISeg.hxx | Diff File | ||
add - src/HLRAlgo/HLRAlgo_Array1OfTData.hxx | Diff File | ||
add - src/HLRAlgo/HLRAlgo_HArray1OfPHDat.hxx | Diff File | ||
add - src/HLRAlgo/HLRAlgo_HArray1OfPINod.hxx | Diff File | ||
add - src/HLRAlgo/HLRAlgo_HArray1OfPISeg.hxx | Diff File | ||
add - src/HLRAlgo/HLRAlgo_HArray1OfTData.hxx | Diff File | ||
add - src/HLRAlgo/HLRAlgo_InterferenceList.hxx | Diff File | ||
add - src/HLRAlgo/HLRAlgo_ListIteratorOfInterferenceList.hxx | Diff File | ||
add - src/HLRAlgo/HLRAlgo_ListIteratorOfListOfBPoint.hxx | Diff File | ||
add - src/HLRAlgo/HLRAlgo_ListOfBPoint.hxx | Diff File | ||
add - src/HLRBRep/FILES | Diff File | ||
mod - src/HLRBRep/HLRBRep.cdl | Diff File | ||
add - src/HLRBRep/HLRBRep_Array1OfEData.hxx | Diff File | ||
add - src/HLRBRep/HLRBRep_Array1OfFData.hxx | Diff File | ||
add - src/HLRBRep/HLRBRep_ListIteratorOfListOfBPnt2D.hxx | Diff File | ||
add - src/HLRBRep/HLRBRep_ListIteratorOfListOfBPoint.hxx | Diff File | ||
add - src/HLRBRep/HLRBRep_ListOfBPnt2D.hxx | Diff File | ||
add - src/HLRBRep/HLRBRep_ListOfBPoint.hxx | Diff File | ||
add - src/HLRBRep/HLRBRep_SeqOfShapeBounds.hxx | Diff File | ||
add - src/HLRTopoBRep/FILES | Diff File | ||
mod - src/HLRTopoBRep/HLRTopoBRep.cdl | Diff File | ||
add - src/HLRTopoBRep/HLRTopoBRep_DataMapIteratorOfDataMapOfShapeFaceData.hxx | Diff File | ||
add - src/HLRTopoBRep/HLRTopoBRep_DataMapIteratorOfMapOfShapeListOfVData.hxx | Diff File | ||
add - src/HLRTopoBRep/HLRTopoBRep_DataMapOfShapeFaceData.hxx | Diff File | ||
add - src/HLRTopoBRep/HLRTopoBRep_ListIteratorOfListOfVData.hxx | Diff File | ||
add - src/HLRTopoBRep/HLRTopoBRep_ListOfVData.hxx | Diff File | ||
add - src/HLRTopoBRep/HLRTopoBRep_MapOfShapeListOfVData.hxx | Diff File | ||
mod - src/IFSelect/FILES | Diff File | ||
mod - src/IFSelect/IFSelect.cdl | Diff File | ||
add - src/IFSelect/IFSelect_HSeqOfSelection.hxx | Diff File | ||
add - src/IFSelect/IFSelect_SequenceOfAppliedModifiers.hxx | Diff File | ||
add - src/IFSelect/IFSelect_SequenceOfGeneralModifier.hxx | Diff File | ||
add - src/IFSelect/IFSelect_SequenceOfInterfaceModel.hxx | Diff File | ||
add - src/IFSelect/IFSelect_TSeqOfDispatch.hxx | Diff File | ||
add - src/IFSelect/IFSelect_TSeqOfSelection.hxx | Diff File | ||
add - src/IGESAppli/FILES | Diff File | ||
mod - src/IGESAppli/IGESAppli.cdl | Diff File | ||
add - src/IGESAppli/IGESAppli_Array1OfFiniteElement.hxx | Diff File | ||
add - src/IGESAppli/IGESAppli_Array1OfFlow.hxx | Diff File | ||
add - src/IGESAppli/IGESAppli_Array1OfNode.hxx | Diff File | ||
add - src/IGESAppli/IGESAppli_HArray1OfFiniteElement.hxx | Diff File | ||
add - src/IGESAppli/IGESAppli_HArray1OfFlow.hxx | Diff File | ||
add - src/IGESAppli/IGESAppli_HArray1OfNode.hxx | Diff File | ||
add - src/IGESBasic/FILES | Diff File | ||
mod - src/IGESBasic/IGESBasic.cdl | Diff File | ||
add - src/IGESBasic/IGESBasic_Array1OfLineFontEntity.hxx | Diff File | ||
add - src/IGESBasic/IGESBasic_Array2OfHArray1OfReal.hxx | Diff File | ||
add - src/IGESBasic/IGESBasic_HArray1OfLineFontEntity.hxx | Diff File | ||
add - src/IGESBasic/IGESBasic_HArray2OfHArray1OfReal.hxx | Diff File | ||
mod - src/IGESData/FILES | Diff File | ||
mod - src/IGESData/IGESData.cdl | Diff File | ||
add - src/IGESData/IGESData_Array1OfDirPart.hxx | Diff File | ||
add - src/IGESData/IGESData_Array1OfIGESEntity.hxx | Diff File | ||
add - src/IGESData/IGESData_HArray1OfIGESEntity.hxx | Diff File | ||
add - src/IGESDefs/FILES | Diff File | ||
mod - src/IGESDefs/IGESDefs.cdl | Diff File | ||
add - src/IGESDefs/IGESDefs_Array1OfTabularData.hxx | Diff File | ||
add - src/IGESDefs/IGESDefs_HArray1OfTabularData.hxx | Diff File | ||
add - src/IGESDimen/FILES | Diff File | ||
mod - src/IGESDimen/IGESDimen.cdl | Diff File | ||
add - src/IGESDimen/IGESDimen_Array1OfGeneralNote.hxx | Diff File | ||
add - src/IGESDimen/IGESDimen_Array1OfLeaderArrow.hxx | Diff File | ||
add - src/IGESDimen/IGESDimen_HArray1OfGeneralNote.hxx | Diff File | ||
add - src/IGESDimen/IGESDimen_HArray1OfLeaderArrow.hxx | Diff File | ||
add - src/IGESDraw/FILES | Diff File | ||
mod - src/IGESDraw/IGESDraw.cdl | Diff File | ||
add - src/IGESDraw/IGESDraw_Array1OfConnectPoint.hxx | Diff File | ||
add - src/IGESDraw/IGESDraw_Array1OfViewKindEntity.hxx | Diff File | ||
add - src/IGESDraw/IGESDraw_HArray1OfConnectPoint.hxx | Diff File | ||
add - src/IGESDraw/IGESDraw_HArray1OfViewKindEntity.hxx | Diff File | ||
add - src/IGESGeom/FILES | Diff File | ||
mod - src/IGESGeom/IGESGeom.cdl | Diff File | ||
add - src/IGESGeom/IGESGeom_Array1OfBoundary.hxx | Diff File | ||
add - src/IGESGeom/IGESGeom_Array1OfCurveOnSurface.hxx | Diff File | ||
add - src/IGESGeom/IGESGeom_Array1OfTransformationMatrix.hxx | Diff File | ||
add - src/IGESGeom/IGESGeom_HArray1OfBoundary.hxx | Diff File | ||
add - src/IGESGeom/IGESGeom_HArray1OfCurveOnSurface.hxx | Diff File | ||
add - src/IGESGeom/IGESGeom_HArray1OfTransformationMatrix.hxx | Diff File | ||
add - src/IGESGraph/FILES | Diff File | ||
mod - src/IGESGraph/IGESGraph.cdl | Diff File | ||
add - src/IGESGraph/IGESGraph_Array1OfColor.hxx | Diff File | ||
add - src/IGESGraph/IGESGraph_Array1OfTextDisplayTemplate.hxx | Diff File | ||
add - src/IGESGraph/IGESGraph_Array1OfTextFontDef.hxx | Diff File | ||
add - src/IGESGraph/IGESGraph_HArray1OfColor.hxx | Diff File | ||
add - src/IGESGraph/IGESGraph_HArray1OfTextDisplayTemplate.hxx | Diff File | ||
add - src/IGESGraph/IGESGraph_HArray1OfTextFontDef.hxx | Diff File | ||
mod - src/IGESSolid/FILES | Diff File | ||
mod - src/IGESSolid/IGESSolid.cdl | Diff File | ||
add - src/IGESSolid/IGESSolid_Array1OfFace.hxx | Diff File | ||
add - src/IGESSolid/IGESSolid_Array1OfLoop.hxx | Diff File | ||
add - src/IGESSolid/IGESSolid_Array1OfShell.hxx | Diff File | ||
add - src/IGESSolid/IGESSolid_Array1OfVertexList.hxx | Diff File | ||
add - src/IGESSolid/IGESSolid_HArray1OfFace.hxx | Diff File | ||
add - src/IGESSolid/IGESSolid_HArray1OfLoop.hxx | Diff File | ||
add - src/IGESSolid/IGESSolid_HArray1OfShell.hxx | Diff File | ||
add - src/IGESSolid/IGESSolid_HArray1OfVertexList.hxx | Diff File | ||
add - src/IntAna/FILES | Diff File | ||
mod - src/IntAna/IntAna.cdl | Diff File | ||
add - src/IntAna/IntAna_ListIteratorOfListOfCurve.hxx | Diff File | ||
add - src/IntAna/IntAna_ListOfCurve.hxx | Diff File | ||
add - src/IntCurveSurface/FILES | Diff File | ||
mod - src/IntCurveSurface/IntCurveSurface.cdl | Diff File | ||
add - src/IntCurveSurface/IntCurveSurface_SequenceOfPnt.hxx | Diff File | ||
add - src/IntCurveSurface/IntCurveSurface_SequenceOfSeg.hxx | Diff File | ||
mod - src/Interface/FILES | Diff File | ||
mod - src/Interface/Interface.cdl | Diff File | ||
add - src/Interface/Interface_Array1OfFileParameter.hxx | Diff File | ||
add - src/Interface/Interface_Array1OfHAsciiString.hxx | Diff File | ||
add - src/Interface/Interface_DataMapIteratorOfDataMapOfTransientInteger.hxx | Diff File | ||
add - src/Interface/Interface_DataMapOfTransientInteger.hxx | Diff File | ||
add - src/Interface/Interface_HArray1OfHAsciiString.hxx | Diff File | ||
add - src/Interface/Interface_HSequenceOfCheck.hxx | Diff File | ||
add - src/Interface/Interface_IndexedMapOfAsciiString.hxx | Diff File | ||
add - src/Interface/Interface_SequenceOfCheck.hxx | Diff File | ||
add - src/Intf/FILES | Diff File | ||
mod - src/Intf/Intf.cdl | Diff File | ||
add - src/Intf/Intf_Array1OfLin.hxx | Diff File | ||
add - src/Intf/Intf_SeqOfSectionLine.hxx | Diff File | ||
add - src/Intf/Intf_SeqOfSectionPoint.hxx | Diff File | ||
add - src/Intf/Intf_SeqOfTangentZone.hxx | Diff File | ||
mod - src/IntPatch/FILES | Diff File | ||
mod - src/IntPatch/IntPatch.cdl | Diff File | ||
add - src/IntPatch/IntPatch_SequenceOfLine.hxx | Diff File | ||
add - src/IntPatch/IntPatch_SequenceOfPoint.hxx | Diff File | ||
mod - src/IntPolyh/FILES | Diff File | ||
mod - src/IntPolyh/IntPolyh.cdl | Diff File | ||
add - src/IntPolyh/IntPolyh_SeqOfStartPoints.hxx | Diff File | ||
add - src/IntRes2d/FILES | Diff File | ||
mod - src/IntRes2d/IntRes2d.cdl | Diff File | ||
add - src/IntRes2d/IntRes2d_SequenceOfIntersectionPoint.hxx | Diff File | ||
add - src/IntRes2d/IntRes2d_SequenceOfIntersectionSegment.hxx | Diff File | ||
add - src/Intrv/FILES | Diff File | ||
mod - src/Intrv/Intrv.cdl | Diff File | ||
add - src/Intrv/Intrv_SequenceOfInterval.hxx | Diff File | ||
mod - src/IntSurf/FILES | Diff File | ||
mod - src/IntSurf/IntSurf.cdl | Diff File | ||
add - src/IntSurf/IntSurf_ListIteratorOfListOfPntOn2S.hxx | Diff File | ||
add - src/IntSurf/IntSurf_ListOfPntOn2S.hxx | Diff File | ||
add - src/IntSurf/IntSurf_SequenceOfCouple.hxx | Diff File | ||
add - src/IntSurf/IntSurf_SequenceOfInteriorPoint.hxx | Diff File | ||
add - src/IntSurf/IntSurf_SequenceOfPathPoint.hxx | Diff File | ||
add - src/IntTools/FILES | Diff File | ||
mod - src/IntTools/IntTools.cdl | Diff File | ||
add - src/IntTools/IntTools_Array1OfRange.hxx | Diff File | ||
add - src/IntTools/IntTools_Array1OfRoots.hxx | Diff File | ||
add - src/IntTools/IntTools_DataMapIteratorOfDataMapOfCurveSampleBox.hxx | Diff File | ||
add - src/IntTools/IntTools_DataMapIteratorOfDataMapOfSurfaceSampleBox.hxx | Diff File | ||
add - src/IntTools/IntTools_DataMapOfCurveSampleBox.hxx | Diff File | ||
add - src/IntTools/IntTools_DataMapOfSurfaceSampleBox.hxx | Diff File | ||
add - src/IntTools/IntTools_IndexedDataMapOfTransientAddress.hxx | Diff File | ||
add - src/IntTools/IntTools_ListIteratorOfListOfBox.hxx | Diff File | ||
add - src/IntTools/IntTools_ListIteratorOfListOfCurveRangeSample.hxx | Diff File | ||
add - src/IntTools/IntTools_ListIteratorOfListOfSurfaceRangeSample.hxx | Diff File | ||
add - src/IntTools/IntTools_ListOfBox.hxx | Diff File | ||
add - src/IntTools/IntTools_ListOfCurveRangeSample.hxx | Diff File | ||
add - src/IntTools/IntTools_ListOfSurfaceRangeSample.hxx | Diff File | ||
add - src/IntTools/IntTools_MapIteratorOfMapOfCurveSample.hxx | Diff File | ||
add - src/IntTools/IntTools_MapIteratorOfMapOfSurfaceSample.hxx | Diff File | ||
add - src/IntTools/IntTools_MapOfCurveSample.hxx | Diff File | ||
add - src/IntTools/IntTools_MapOfSurfaceSample.hxx | Diff File | ||
add - src/IntTools/IntTools_SequenceOfCommonPrts.hxx | Diff File | ||
add - src/IntTools/IntTools_SequenceOfCurves.hxx | Diff File | ||
add - src/IntTools/IntTools_SequenceOfPntOn2Faces.hxx | Diff File | ||
add - src/IntTools/IntTools_SequenceOfRanges.hxx | Diff File | ||
add - src/IntTools/IntTools_SequenceOfRoots.hxx | Diff File | ||
add - src/Law/FILES | Diff File | ||
mod - src/Law/Law.cdl | Diff File | ||
add - src/Law/Law_Laws.hxx | Diff File | ||
add - src/Law/Law_ListIteratorOfLaws.hxx | Diff File | ||
add - src/LocOpe/FILES | Diff File | ||
mod - src/LocOpe/LocOpe.cdl | Diff File | ||
add - src/LocOpe/LocOpe_DataMapIteratorOfDataMapOfShapePnt.hxx | Diff File | ||
add - src/LocOpe/LocOpe_DataMapOfShapePnt.hxx | Diff File | ||
add - src/LocOpe/LocOpe_SequenceOfCirc.hxx | Diff File | ||
add - src/LocOpe/LocOpe_SequenceOfLin.hxx | Diff File | ||
add - src/LocOpe/LocOpe_SequenceOfPntFace.hxx | Diff File | ||
add - src/LProp/FILES | Diff File | ||
mod - src/LProp/LProp.cdl | Diff File | ||
add - src/LProp/LProp_SequenceOfCIType.hxx | Diff File | ||
add - src/MAT/FILES | Diff File | ||
mod - src/MAT/MAT.cdl | Diff File | ||
add - src/MAT/MAT_DataMapIteratorOfDataMapOfIntegerArc.hxx | Diff File | ||
add - src/MAT/MAT_DataMapIteratorOfDataMapOfIntegerBasicElt.hxx | Diff File | ||
add - src/MAT/MAT_DataMapIteratorOfDataMapOfIntegerBisector.hxx | Diff File | ||
add - src/MAT/MAT_DataMapIteratorOfDataMapOfIntegerNode.hxx | Diff File | ||
add - src/MAT/MAT_DataMapOfIntegerArc.hxx | Diff File | ||
add - src/MAT/MAT_DataMapOfIntegerBasicElt.hxx | Diff File | ||
add - src/MAT/MAT_DataMapOfIntegerBisector.hxx | Diff File | ||
add - src/MAT/MAT_DataMapOfIntegerNode.hxx | Diff File | ||
add - src/MAT/MAT_SequenceOfArc.hxx | Diff File | ||
add - src/MAT/MAT_SequenceOfBasicElt.hxx | Diff File | ||
add - src/MAT2d/FILES | Diff File | ||
mod - src/MAT2d/MAT2d.cdl | Diff File | ||
add - src/MAT2d/MAT2d_Array2OfConnexion.hxx | Diff File | ||
add - src/MAT2d/MAT2d_DataMapIteratorOfDataMapOfBiIntInteger.hxx | Diff File | ||
add - src/MAT2d/MAT2d_DataMapIteratorOfDataMapOfBiIntSequenceOfInteger.hxx | Diff File | ||
add - src/MAT2d/MAT2d_DataMapIteratorOfDataMapOfIntegerBisec.hxx | Diff File | ||
add - src/MAT2d/MAT2d_DataMapIteratorOfDataMapOfIntegerConnexion.hxx | Diff File | ||
add - src/MAT2d/MAT2d_DataMapIteratorOfDataMapOfIntegerPnt2d.hxx | Diff File | ||
add - src/MAT2d/MAT2d_DataMapIteratorOfDataMapOfIntegerSequenceOfConnexion.hxx | Diff File | ||
add - src/MAT2d/MAT2d_DataMapIteratorOfDataMapOfIntegerVec2d.hxx | Diff File | ||
add - src/MAT2d/MAT2d_DataMapOfBiIntInteger.hxx | Diff File | ||
add - src/MAT2d/MAT2d_DataMapOfBiIntSequenceOfInteger.hxx | Diff File | ||
add - src/MAT2d/MAT2d_DataMapOfIntegerBisec.hxx | Diff File | ||
add - src/MAT2d/MAT2d_DataMapOfIntegerConnexion.hxx | Diff File | ||
add - src/MAT2d/MAT2d_DataMapOfIntegerPnt2d.hxx | Diff File | ||
add - src/MAT2d/MAT2d_DataMapOfIntegerSequenceOfConnexion.hxx | Diff File | ||
add - src/MAT2d/MAT2d_DataMapOfIntegerVec2d.hxx | Diff File | ||
add - src/MAT2d/MAT2d_SequenceOfConnexion.hxx | Diff File | ||
add - src/MAT2d/MAT2d_SequenceOfSequenceOfCurve.hxx | Diff File | ||
add - src/MAT2d/MAT2d_SequenceOfSequenceOfGeometry.hxx | Diff File | ||
mod - src/math/FILES | Diff File | ||
mod - src/math/math.cdl | Diff File | ||
add - src/math/math_Array1OfValueAndWeight.hxx | Diff File | ||
mod - src/MeshVS/FILES | Diff File | ||
mod - src/MeshVS/MeshVS.cdl | Diff File | ||
add - src/MeshVS/MeshVS_Array1OfSequenceOfInteger.hxx | Diff File | ||
add - src/MeshVS/MeshVS_DataMapIteratorOfDataMapOfColorMapOfInteger.hxx | Diff File | ||
add - src/MeshVS/MeshVS_DataMapIteratorOfDataMapOfHArray1OfSequenceOfInteger.hxx | Diff File | ||
add - src/MeshVS/MeshVS_DataMapIteratorOfDataMapOfIntegerAsciiString.hxx | Diff File | ||
add - src/MeshVS/MeshVS_DataMapIteratorOfDataMapOfIntegerBoolean.hxx | Diff File | ||
add - src/MeshVS/MeshVS_DataMapIteratorOfDataMapOfIntegerColor.hxx | Diff File | ||
add - src/MeshVS/MeshVS_DataMapIteratorOfDataMapOfIntegerMaterial.hxx | Diff File | ||
add - src/MeshVS/MeshVS_DataMapIteratorOfDataMapOfIntegerMeshEntityOwner.hxx | Diff File | ||
add - src/MeshVS/MeshVS_DataMapIteratorOfDataMapOfIntegerOwner.hxx | Diff File | ||
add - src/MeshVS/MeshVS_DataMapIteratorOfDataMapOfIntegerTwoColors.hxx | Diff File | ||
add - src/MeshVS/MeshVS_DataMapIteratorOfDataMapOfIntegerVector.hxx | Diff File | ||
add - src/MeshVS/MeshVS_DataMapIteratorOfDataMapOfTwoColorsMapOfInteger.hxx | Diff File | ||
add - src/MeshVS/MeshVS_DataMapOfColorMapOfInteger.hxx | Diff File | ||
add - src/MeshVS/MeshVS_DataMapOfHArray1OfSequenceOfInteger.hxx | Diff File | ||
add - src/MeshVS/MeshVS_DataMapOfIntegerAsciiString.hxx | Diff File | ||
add - src/MeshVS/MeshVS_DataMapOfIntegerBoolean.hxx | Diff File | ||
add - src/MeshVS/MeshVS_DataMapOfIntegerColor.hxx | Diff File | ||
add - src/MeshVS/MeshVS_DataMapOfIntegerMaterial.hxx | Diff File | ||
add - src/MeshVS/MeshVS_DataMapOfIntegerMeshEntityOwner.hxx | Diff File | ||
add - src/MeshVS/MeshVS_DataMapOfIntegerOwner.hxx | Diff File | ||
add - src/MeshVS/MeshVS_DataMapOfIntegerTwoColors.hxx | Diff File | ||
add - src/MeshVS/MeshVS_DataMapOfIntegerVector.hxx | Diff File | ||
add - src/MeshVS/MeshVS_DataMapOfTwoColorsMapOfInteger.hxx | Diff File | ||
add - src/MeshVS/MeshVS_HArray1OfSequenceOfInteger.hxx | Diff File | ||
add - src/MeshVS/MeshVS_MapIteratorOfMapOfTwoNodes.hxx | Diff File | ||
add - src/MeshVS/MeshVS_MapOfTwoNodes.hxx | Diff File | ||
add - src/MeshVS/MeshVS_SequenceOfPrsBuilder.hxx | Diff File | ||
add - src/MeshVS/MeshVS_TwoColorsHasher.hxx | Diff File | ||
add - src/MeshVS/MeshVS_TwoNodesHasher.hxx | Diff File | ||
mod - src/Message/FILES | Diff File | ||
mod - src/Message/Message.cdl | Diff File | ||
add - src/Message/Message_ListIteratorOfListOfMsg.hxx | Diff File | ||
add - src/Message/Message_ListOfMsg.hxx | Diff File | ||
add - src/Message/Message_SequenceOfPrinters.hxx | Diff File | ||
add - src/Message/Message_SequenceOfProgressScale.hxx | Diff File | ||
mod - src/MoniTool/FILES | Diff File | ||
mod - src/MoniTool/MoniTool.cdl | Diff File | ||
add - src/MoniTool/MoniTool_DataMapIteratorOfDataMapOfShapeTransient.hxx | Diff File | ||
add - src/MoniTool/MoniTool_DataMapIteratorOfDataMapOfTimer.hxx | Diff File | ||
add - src/MoniTool/MoniTool_DataMapOfShapeTransient.hxx | Diff File | ||
add - src/MoniTool/MoniTool_DataMapOfTimer.hxx | Diff File | ||
add - src/MoniTool/MoniTool_HSequenceOfElement.hxx | Diff File | ||
add - src/MoniTool/MoniTool_IndexedDataMapOfShapeTransient.hxx | Diff File | ||
add - src/MoniTool/MoniTool_SequenceOfElement.hxx | Diff File | ||
add - src/NLPlate/FILES | Diff File | ||
mod - src/NLPlate/NLPlate.cdl | Diff File | ||
add - src/NLPlate/NLPlate_ListIteratorOfStackOfPlate.hxx | Diff File | ||
add - src/NLPlate/NLPlate_SequenceOfHGPPConstraint.hxx | Diff File | ||
add - src/NLPlate/NLPlate_StackOfPlate.hxx | Diff File | ||
mod - src/PCDM/FILES | Diff File | ||
mod - src/PCDM/PCDM.cdl | Diff File | ||
add - src/PCDM/PCDM_SequenceOfDocument.hxx | Diff File | ||
add - src/PCDM/PCDM_SequenceOfReference.hxx | Diff File | ||
add - src/Plate/FILES | Diff File | ||
mod - src/Plate/Plate.cdl | Diff File | ||
add - src/Plate/Plate_Array1OfPinpointConstraint.hxx | Diff File | ||
add - src/Plate/Plate_HArray1OfPinpointConstraint.hxx | Diff File | ||
add - src/Plate/Plate_SequenceOfLinearScalarConstraint.hxx | Diff File | ||
add - src/Plate/Plate_SequenceOfLinearXYZConstraint.hxx | Diff File | ||
add - src/Plate/Plate_SequenceOfPinpointConstraint.hxx | Diff File | ||
mod - src/Plugin/FILES | Diff File | ||
mod - src/Plugin/Plugin.cdl | Diff File | ||
add - src/Plugin/Plugin_DataMapIteratorOfMapOfFunctions.hxx | Diff File | ||
add - src/Plugin/Plugin_MapOfFunctions.hxx | Diff File | ||
mod - src/Poly/FILES | Diff File | ||
mod - src/Poly/Poly.cdl | Diff File | ||
add - src/Poly/Poly_Array1OfTriangle.hxx | Diff File | ||
add - src/Poly/Poly_HArray1OfTriangle.hxx | Diff File | ||
add - src/ProjLib/FILES | Diff File | ||
mod - src/ProjLib/ProjLib.cdl | Diff File | ||
add - src/ProjLib/ProjLib_HSequenceOfHSequenceOfPnt.hxx | Diff File | ||
add - src/ProjLib/ProjLib_SequenceOfHSequenceOfPnt.hxx | Diff File | ||
mod - src/PrsMgr/FILES | Diff File | ||
mod - src/PrsMgr/PrsMgr.cdl | Diff File | ||
add - src/PrsMgr/PrsMgr_Presentations.hxx | Diff File | ||
mod - src/QANCollection/FILES | Diff File | ||
mod - src/QANCollection/QANCollection.cdl | Diff File | ||
add - src/QANCollection/QANCollection_DataMapIteratorOfDataMapOfRealPnt.hxx | Diff File | ||
add - src/QANCollection/QANCollection_DataMapOfRealPnt.hxx | Diff File | ||
add - src/QANCollection/QANCollection_DoubleMapIteratorOfDoubleMapOfRealInteger.hxx | Diff File | ||
add - src/QANCollection/QANCollection_DoubleMapOfRealInteger.hxx | Diff File | ||
add - src/QANCollection/QANCollection_IndexedDataMapOfRealPnt.hxx | Diff File | ||
add - src/QANCollection/QANCollection_ListIteratorOfListOfPnt.hxx | Diff File | ||
add - src/QANCollection/QANCollection_ListOfPnt.hxx | Diff File | ||
mod - src/Quantity/FILES | Diff File | ||
mod - src/Quantity/Quantity.cdl | Diff File | ||
add - src/Quantity/Quantity_Array1OfCoefficient.hxx | Diff File | ||
add - src/Quantity/Quantity_Array1OfColor.hxx | Diff File | ||
add - src/Quantity/Quantity_Array2OfColor.hxx | Diff File | ||
add - src/Quantity/Quantity_HArray1OfColor.hxx | Diff File | ||
mod - src/Resource/FILES | Diff File | ||
mod - src/Resource/Resource.cdl | Diff File | ||
add - src/Resource/Resource_DataMapIteratorOfDataMapOfAsciiStringAsciiString.hxx | Diff File | ||
add - src/Resource/Resource_DataMapIteratorOfDataMapOfAsciiStringExtendedString.hxx | Diff File | ||
add - src/Resource/Resource_DataMapOfAsciiStringAsciiString.hxx | Diff File | ||
add - src/Resource/Resource_DataMapOfAsciiStringExtendedString.hxx | Diff File | ||
mod - src/SelectMgr/FILES | Diff File | ||
mod - src/SelectMgr/SelectMgr.cdl | Diff File | ||
add - src/SelectMgr/SelectMgr_DataMapIteratorOfDataMapOfObjectSelectors.hxx | Diff File | ||
add - src/SelectMgr/SelectMgr_DataMapOfObjectSelectors.hxx | Diff File | ||
add - src/SelectMgr/SelectMgr_IndexedDataMapOfOwnerCriterion.hxx | Diff File | ||
add - src/SelectMgr/SelectMgr_ListIteratorOfListOfFilter.hxx | Diff File | ||
add - src/SelectMgr/SelectMgr_ListOfFilter.hxx | Diff File | ||
add - src/SelectMgr/SelectMgr_SequenceOfFilter.hxx | Diff File | ||
add - src/SelectMgr/SelectMgr_SequenceOfOwner.hxx | Diff File | ||
add - src/SelectMgr/SelectMgr_SequenceOfSelector.hxx | Diff File | ||
mod - src/ShapeAnalysis/FILES | Diff File | ||
mod - src/ShapeAnalysis/ShapeAnalysis.cdl | Diff File | ||
add - src/ShapeAnalysis/ShapeAnalysis_DataMapIteratorOfDataMapOfShapeListOfReal.hxx | Diff File | ||
add - src/ShapeAnalysis/ShapeAnalysis_DataMapOfShapeListOfReal.hxx | Diff File | ||
add - src/ShapeAnalysis/ShapeAnalysis_HSequenceOfFreeBounds.hxx | Diff File | ||
add - src/ShapeAnalysis/ShapeAnalysis_SequenceOfFreeBounds.hxx | Diff File | ||
add - src/ShapeExtend/FILES | Diff File | ||
mod - src/ShapeExtend/ShapeExtend.cdl | Diff File | ||
add - src/ShapeExtend/ShapeExtend_DataMapIteratorOfDataMapOfShapeListOfMsg.hxx | Diff File | ||
add - src/ShapeExtend/ShapeExtend_DataMapIteratorOfDataMapOfTransientListOfMsg.hxx | Diff File | ||
add - src/ShapeExtend/ShapeExtend_DataMapOfShapeListOfMsg.hxx | Diff File | ||
add - src/ShapeExtend/ShapeExtend_DataMapOfTransientListOfMsg.hxx | Diff File | ||
mod - src/ShapeFix/FILES | Diff File | ||
mod - src/ShapeFix/ShapeFix.cdl | Diff File | ||
add - src/ShapeFix/ShapeFix_DataMapIteratorOfDataMapOfShapeBox2d.hxx | Diff File | ||
add - src/ShapeFix/ShapeFix_DataMapOfShapeBox2d.hxx | Diff File | ||
add - src/ShapeFix/ShapeFix_SequenceOfWireSegment.hxx | Diff File | ||
mod - src/StdSelect/FILES | Diff File | ||
mod - src/StdSelect/StdSelect.cdl | Diff File | ||
add - src/StdSelect/StdSelect_IndexedDataMapOfOwnerPrs.hxx | Diff File | ||
add - src/StepAP203/FILES | Diff File | ||
mod - src/StepAP203/StepAP203.cdl | Diff File | ||
add - src/StepAP203/StepAP203_Array1OfApprovedItem.hxx | Diff File | ||
add - src/StepAP203/StepAP203_Array1OfCertifiedItem.hxx | Diff File | ||
add - src/StepAP203/StepAP203_Array1OfChangeRequestItem.hxx | Diff File | ||
add - src/StepAP203/StepAP203_Array1OfClassifiedItem.hxx | Diff File | ||
add - src/StepAP203/StepAP203_Array1OfContractedItem.hxx | Diff File | ||
add - src/StepAP203/StepAP203_Array1OfDateTimeItem.hxx | Diff File | ||
add - src/StepAP203/StepAP203_Array1OfPersonOrganizationItem.hxx | Diff File | ||
add - src/StepAP203/StepAP203_Array1OfSpecifiedItem.hxx | Diff File | ||
add - src/StepAP203/StepAP203_Array1OfStartRequestItem.hxx | Diff File | ||
add - src/StepAP203/StepAP203_Array1OfWorkItem.hxx | Diff File | ||
add - src/StepAP203/StepAP203_HArray1OfApprovedItem.hxx | Diff File | ||
add - src/StepAP203/StepAP203_HArray1OfCertifiedItem.hxx | Diff File | ||
add - src/StepAP203/StepAP203_HArray1OfChangeRequestItem.hxx | Diff File | ||
add - src/StepAP203/StepAP203_HArray1OfClassifiedItem.hxx | Diff File | ||
add - src/StepAP203/StepAP203_HArray1OfContractedItem.hxx | Diff File | ||
add - src/StepAP203/StepAP203_HArray1OfDateTimeItem.hxx | Diff File | ||
add - src/StepAP203/StepAP203_HArray1OfPersonOrganizationItem.hxx | Diff File | ||
add - src/StepAP203/StepAP203_HArray1OfSpecifiedItem.hxx | Diff File | ||
add - src/StepAP203/StepAP203_HArray1OfStartRequestItem.hxx | Diff File | ||
add - src/StepAP203/StepAP203_HArray1OfWorkItem.hxx | Diff File | ||
mod - src/StepAP214/FILES | Diff File | ||
mod - src/StepAP214/StepAP214.cdl | Diff File | ||
add - src/StepAP214/StepAP214_Array1OfApprovalItem.hxx | Diff File | ||
add - src/StepAP214/StepAP214_Array1OfAutoDesignDateAndPersonItem.hxx | Diff File | ||
add - src/StepAP214/StepAP214_Array1OfAutoDesignDateAndTimeItem.hxx | Diff File | ||
add - src/StepAP214/StepAP214_Array1OfAutoDesignDatedItem.hxx | Diff File | ||
add - src/StepAP214/StepAP214_Array1OfAutoDesignGeneralOrgItem.hxx | Diff File | ||
add - src/StepAP214/StepAP214_Array1OfAutoDesignGroupedItem.hxx | Diff File | ||
add - src/StepAP214/StepAP214_Array1OfAutoDesignPresentedItemSelect.hxx | Diff File | ||
add - src/StepAP214/StepAP214_Array1OfAutoDesignReferencingItem.hxx | Diff File | ||
add - src/StepAP214/StepAP214_Array1OfDateAndTimeItem.hxx | Diff File | ||
add - src/StepAP214/StepAP214_Array1OfDateItem.hxx | Diff File | ||
add - src/StepAP214/StepAP214_Array1OfDocumentReferenceItem.hxx | Diff File | ||
add - src/StepAP214/StepAP214_Array1OfExternalIdentificationItem.hxx | Diff File | ||
add - src/StepAP214/StepAP214_Array1OfGroupItem.hxx | Diff File | ||
add - src/StepAP214/StepAP214_Array1OfOrganizationItem.hxx | Diff File | ||
add - src/StepAP214/StepAP214_Array1OfPersonAndOrganizationItem.hxx | Diff File | ||
add - src/StepAP214/StepAP214_Array1OfPresentedItemSelect.hxx | Diff File | ||
add - src/StepAP214/StepAP214_Array1OfSecurityClassificationItem.hxx | Diff File | ||
add - src/StepAP214/StepAP214_HArray1OfApprovalItem.hxx | Diff File | ||
add - src/StepAP214/StepAP214_HArray1OfAutoDesignDateAndPersonItem.hxx | Diff File | ||
add - src/StepAP214/StepAP214_HArray1OfAutoDesignDateAndTimeItem.hxx | Diff File | ||
add - src/StepAP214/StepAP214_HArray1OfAutoDesignDatedItem.hxx | Diff File | ||
add - src/StepAP214/StepAP214_HArray1OfAutoDesignGeneralOrgItem.hxx | Diff File | ||
add - src/StepAP214/StepAP214_HArray1OfAutoDesignGroupedItem.hxx | Diff File | ||
add - src/StepAP214/StepAP214_HArray1OfAutoDesignPresentedItemSelect.hxx | Diff File | ||
add - src/StepAP214/StepAP214_HArray1OfAutoDesignReferencingItem.hxx | Diff File | ||
add - src/StepAP214/StepAP214_HArray1OfDateAndTimeItem.hxx | Diff File | ||
add - src/StepAP214/StepAP214_HArray1OfDateItem.hxx | Diff File | ||
add - src/StepAP214/StepAP214_HArray1OfDocumentReferenceItem.hxx | Diff File | ||
add - src/StepAP214/StepAP214_HArray1OfExternalIdentificationItem.hxx | Diff File | ||
add - src/StepAP214/StepAP214_HArray1OfGroupItem.hxx | Diff File | ||
add - src/StepAP214/StepAP214_HArray1OfOrganizationItem.hxx | Diff File | ||
add - src/StepAP214/StepAP214_HArray1OfPersonAndOrganizationItem.hxx | Diff File | ||
add - src/StepAP214/StepAP214_HArray1OfPresentedItemSelect.hxx | Diff File | ||
add - src/StepAP214/StepAP214_HArray1OfSecurityClassificationItem.hxx | Diff File | ||
add - src/StepBasic/FILES | Diff File | ||
mod - src/StepBasic/StepBasic.cdl | Diff File | ||
add - src/StepBasic/StepBasic_Array1OfApproval.hxx | Diff File | ||
add - src/StepBasic/StepBasic_Array1OfDerivedUnitElement.hxx | Diff File | ||
add - src/StepBasic/StepBasic_Array1OfDocument.hxx | Diff File | ||
add - src/StepBasic/StepBasic_Array1OfNamedUnit.hxx | Diff File | ||
add - src/StepBasic/StepBasic_Array1OfOrganization.hxx | Diff File | ||
add - src/StepBasic/StepBasic_Array1OfPerson.hxx | Diff File | ||
add - src/StepBasic/StepBasic_Array1OfProduct.hxx | Diff File | ||
add - src/StepBasic/StepBasic_Array1OfProductContext.hxx | Diff File | ||
add - src/StepBasic/StepBasic_Array1OfProductDefinition.hxx | Diff File | ||
add - src/StepBasic/StepBasic_Array1OfUncertaintyMeasureWithUnit.hxx | Diff File | ||
add - src/StepBasic/StepBasic_HArray1OfApproval.hxx | Diff File | ||
add - src/StepBasic/StepBasic_HArray1OfDerivedUnitElement.hxx | Diff File | ||
add - src/StepBasic/StepBasic_HArray1OfDocument.hxx | Diff File | ||
add - src/StepBasic/StepBasic_HArray1OfNamedUnit.hxx | Diff File | ||
add - src/StepBasic/StepBasic_HArray1OfOrganization.hxx | Diff File | ||
add - src/StepBasic/StepBasic_HArray1OfPerson.hxx | Diff File | ||
add - src/StepBasic/StepBasic_HArray1OfProduct.hxx | Diff File | ||
add - src/StepBasic/StepBasic_HArray1OfProductContext.hxx | Diff File | ||
add - src/StepBasic/StepBasic_HArray1OfProductDefinition.hxx | Diff File | ||
add - src/StepBasic/StepBasic_HArray1OfUncertaintyMeasureWithUnit.hxx | Diff File | ||
add - src/STEPCAFControl/FILES | Diff File | ||
mod - src/STEPCAFControl/STEPCAFControl.cdl | Diff File | ||
add - src/STEPCAFControl/STEPCAFControl_DataMapIteratorOfDataMapOfLabelExternFile.hxx | Diff File | ||
add - src/STEPCAFControl/STEPCAFControl_DataMapIteratorOfDataMapOfLabelShape.hxx | Diff File | ||
add - src/STEPCAFControl/STEPCAFControl_DataMapIteratorOfDataMapOfPDExternFile.hxx | Diff File | ||
add - src/STEPCAFControl/STEPCAFControl_DataMapIteratorOfDataMapOfSDRExternFile.hxx | Diff File | ||
add - src/STEPCAFControl/STEPCAFControl_DataMapIteratorOfDataMapOfShapePD.hxx | Diff File | ||
add - src/STEPCAFControl/STEPCAFControl_DataMapIteratorOfDataMapOfShapeSDR.hxx | Diff File | ||
add - src/STEPCAFControl/STEPCAFControl_DataMapOfLabelExternFile.hxx | Diff File | ||
add - src/STEPCAFControl/STEPCAFControl_DataMapOfLabelShape.hxx | Diff File | ||
add - src/STEPCAFControl/STEPCAFControl_DataMapOfPDExternFile.hxx | Diff File | ||
add - src/STEPCAFControl/STEPCAFControl_DataMapOfSDRExternFile.hxx | Diff File | ||
add - src/STEPCAFControl/STEPCAFControl_DataMapOfShapePD.hxx | Diff File | ||
add - src/STEPCAFControl/STEPCAFControl_DataMapOfShapeSDR.hxx | Diff File | ||
mod - src/STEPConstruct/FILES | Diff File | ||
mod - src/STEPConstruct/STEPConstruct.cdl | Diff File | ||
add - src/STEPConstruct/STEPConstruct_DataMapIteratorOfDataMapOfAsciiStringTransient.hxx | Diff File | ||
add - src/STEPConstruct/STEPConstruct_DataMapIteratorOfDataMapOfPointTransient.hxx | Diff File | ||
add - src/STEPConstruct/STEPConstruct_DataMapOfAsciiStringTransient.hxx | Diff File | ||
add - src/STEPConstruct/STEPConstruct_DataMapOfPointTransient.hxx | Diff File | ||
add - src/StepData/FILES | Diff File | ||
mod - src/StepData/StepData.cdl | Diff File | ||
add - src/StepData/StepData_Array1OfField.hxx | Diff File | ||
add - src/StepData/StepData_HArray1OfField.hxx | Diff File | ||
add - src/StepDimTol/FILES | Diff File | ||
mod - src/StepDimTol/StepDimTol.cdl | Diff File | ||
add - src/StepDimTol/StepDimTol_Array1OfDatumReference.hxx | Diff File | ||
add - src/StepDimTol/StepDimTol_HArray1OfDatumReference.hxx | Diff File | ||
add - src/StepElement/FILES | Diff File | ||
mod - src/StepElement/StepElement.cdl | Diff File | ||
add - src/StepElement/StepElement_Array1OfCurveElementEndReleasePacket.hxx | Diff File | ||
add - src/StepElement/StepElement_Array1OfCurveElementSectionDefinition.hxx | Diff File | ||
add - src/StepElement/StepElement_Array1OfHSequenceOfCurveElementPurposeMember.hxx | Diff File | ||
add - src/StepElement/StepElement_Array1OfHSequenceOfSurfaceElementPurposeMember.hxx | Diff File | ||
add - src/StepElement/StepElement_Array1OfMeasureOrUnspecifiedValue.hxx | Diff File | ||
add - src/StepElement/StepElement_Array1OfSurfaceSection.hxx | Diff File | ||
add - src/StepElement/StepElement_Array1OfVolumeElementPurpose.hxx | Diff File | ||
add - src/StepElement/StepElement_Array1OfVolumeElementPurposeMember.hxx | Diff File | ||
add - src/StepElement/StepElement_Array2OfCurveElementPurposeMember.hxx | Diff File | ||
add - src/StepElement/StepElement_Array2OfSurfaceElementPurpose.hxx | Diff File | ||
add - src/StepElement/StepElement_Array2OfSurfaceElementPurposeMember.hxx | Diff File | ||
add - src/StepElement/StepElement_HArray1OfCurveElementEndReleasePacket.hxx | Diff File | ||
add - src/StepElement/StepElement_HArray1OfCurveElementSectionDefinition.hxx | Diff File | ||
add - src/StepElement/StepElement_HArray1OfHSequenceOfCurveElementPurposeMember.hxx | Diff File | ||
add - src/StepElement/StepElement_HArray1OfHSequenceOfSurfaceElementPurposeMember.hxx | Diff File | ||
add - src/StepElement/StepElement_HArray1OfMeasureOrUnspecifiedValue.hxx | Diff File | ||
add - src/StepElement/StepElement_HArray1OfSurfaceSection.hxx | Diff File | ||
add - src/StepElement/StepElement_HArray1OfVolumeElementPurpose.hxx | Diff File | ||
add - src/StepElement/StepElement_HArray1OfVolumeElementPurposeMember.hxx | Diff File | ||
add - src/StepElement/StepElement_HArray2OfCurveElementPurposeMember.hxx | Diff File | ||
add - src/StepElement/StepElement_HArray2OfSurfaceElementPurpose.hxx | Diff File | ||
add - src/StepElement/StepElement_HArray2OfSurfaceElementPurposeMember.hxx | Diff File | ||
add - src/StepElement/StepElement_HSequenceOfCurveElementPurposeMember.hxx | Diff File | ||
add - src/StepElement/StepElement_HSequenceOfCurveElementSectionDefinition.hxx | Diff File | ||
add - src/StepElement/StepElement_HSequenceOfElementMaterial.hxx | Diff File | ||
add - src/StepElement/StepElement_HSequenceOfSurfaceElementPurposeMember.hxx | Diff File | ||
add - src/StepElement/StepElement_SequenceOfCurveElementPurposeMember.hxx | Diff File | ||
add - src/StepElement/StepElement_SequenceOfCurveElementSectionDefinition.hxx | Diff File | ||
add - src/StepElement/StepElement_SequenceOfElementMaterial.hxx | Diff File | ||
add - src/StepElement/StepElement_SequenceOfSurfaceElementPurposeMember.hxx | Diff File | ||
add - src/StepFEA/FILES | Diff File | ||
mod - src/StepFEA/StepFEA.cdl | Diff File | ||
add - src/StepFEA/StepFEA_Array1OfCurveElementEndOffset.hxx | Diff File | ||
add - src/StepFEA/StepFEA_Array1OfCurveElementEndRelease.hxx | Diff File | ||
add - src/StepFEA/StepFEA_Array1OfCurveElementInterval.hxx | Diff File | ||
add - src/StepFEA/StepFEA_Array1OfDegreeOfFreedom.hxx | Diff File | ||
add - src/StepFEA/StepFEA_Array1OfElementRepresentation.hxx | Diff File | ||
add - src/StepFEA/StepFEA_Array1OfNodeRepresentation.hxx | Diff File | ||
add - src/StepFEA/StepFEA_HArray1OfCurveElementEndOffset.hxx | Diff File | ||
add - src/StepFEA/StepFEA_HArray1OfCurveElementEndRelease.hxx | Diff File | ||
add - src/StepFEA/StepFEA_HArray1OfCurveElementInterval.hxx | Diff File | ||
add - src/StepFEA/StepFEA_HArray1OfDegreeOfFreedom.hxx | Diff File | ||
add - src/StepFEA/StepFEA_HArray1OfElementRepresentation.hxx | Diff File | ||
add - src/StepFEA/StepFEA_HArray1OfNodeRepresentation.hxx | Diff File | ||
add - src/StepFEA/StepFEA_HSequenceOfCurve3dElementProperty.hxx | Diff File | ||
add - src/StepFEA/StepFEA_HSequenceOfElementGeometricRelationship.hxx | Diff File | ||
add - src/StepFEA/StepFEA_HSequenceOfElementRepresentation.hxx | Diff File | ||
add - src/StepFEA/StepFEA_HSequenceOfNodeRepresentation.hxx | Diff File | ||
add - src/StepFEA/StepFEA_SequenceOfCurve3dElementProperty.hxx | Diff File | ||
add - src/StepFEA/StepFEA_SequenceOfElementGeometricRelationship.hxx | Diff File | ||
add - src/StepFEA/StepFEA_SequenceOfElementRepresentation.hxx | Diff File | ||
add - src/StepFEA/StepFEA_SequenceOfNodeRepresentation.hxx | Diff File | ||
add - src/StepGeom/FILES | Diff File | ||
mod - src/StepGeom/StepGeom.cdl | Diff File | ||
add - src/StepGeom/StepGeom_Array1OfBoundaryCurve.hxx | Diff File | ||
add - src/StepGeom/StepGeom_Array1OfCartesianPoint.hxx | Diff File | ||
add - src/StepGeom/StepGeom_Array1OfCompositeCurveSegment.hxx | Diff File | ||
add - src/StepGeom/StepGeom_Array1OfCurve.hxx | Diff File | ||
add - src/StepGeom/StepGeom_Array1OfPcurveOrSurface.hxx | Diff File | ||
add - src/StepGeom/StepGeom_Array1OfSurfaceBoundary.hxx | Diff File | ||
add - src/StepGeom/StepGeom_Array1OfTrimmingSelect.hxx | Diff File | ||
add - src/StepGeom/StepGeom_Array2OfCartesianPoint.hxx | Diff File | ||
add - src/StepGeom/StepGeom_Array2OfSurfacePatch.hxx | Diff File | ||
add - src/StepGeom/StepGeom_HArray1OfBoundaryCurve.hxx | Diff File | ||
add - src/StepGeom/StepGeom_HArray1OfCartesianPoint.hxx | Diff File | ||
add - src/StepGeom/StepGeom_HArray1OfCompositeCurveSegment.hxx | Diff File | ||
add - src/StepGeom/StepGeom_HArray1OfCurve.hxx | Diff File | ||
add - src/StepGeom/StepGeom_HArray1OfPcurveOrSurface.hxx | Diff File | ||
add - src/StepGeom/StepGeom_HArray1OfSurfaceBoundary.hxx | Diff File | ||
add - src/StepGeom/StepGeom_HArray1OfTrimmingSelect.hxx | Diff File | ||
add - src/StepGeom/StepGeom_HArray2OfCartesianPoint.hxx | Diff File | ||
add - src/StepGeom/StepGeom_HArray2OfSurfacePatch.hxx | Diff File | ||
add - src/StepRepr/FILES | Diff File | ||
mod - src/StepRepr/StepRepr.cdl | Diff File | ||
add - src/StepRepr/StepRepr_Array1OfMaterialPropertyRepresentation.hxx | Diff File | ||
add - src/StepRepr/StepRepr_Array1OfPropertyDefinitionRepresentation.hxx | Diff File | ||
add - src/StepRepr/StepRepr_Array1OfRepresentationItem.hxx | Diff File | ||
add - src/StepRepr/StepRepr_HArray1OfMaterialPropertyRepresentation.hxx | Diff File | ||
add - src/StepRepr/StepRepr_HArray1OfPropertyDefinitionRepresentation.hxx | Diff File | ||
add - src/StepRepr/StepRepr_HArray1OfRepresentationItem.hxx | Diff File | ||
add - src/StepRepr/StepRepr_HSequenceOfMaterialPropertyRepresentation.hxx | Diff File | ||
add - src/StepRepr/StepRepr_HSequenceOfRepresentationItem.hxx | Diff File | ||
add - src/StepRepr/StepRepr_SequenceOfMaterialPropertyRepresentation.hxx | Diff File | ||
add - src/StepRepr/StepRepr_SequenceOfRepresentationItem.hxx | Diff File | ||
add - src/STEPSelections/FILES | Diff File | ||
mod - src/STEPSelections/STEPSelections.cdl | Diff File | ||
add - src/STEPSelections/STEPSelections_HSequenceOfAssemblyLink.hxx | Diff File | ||
add - src/STEPSelections/STEPSelections_SequenceOfAssemblyComponent.hxx | Diff File | ||
add - src/STEPSelections/STEPSelections_SequenceOfAssemblyLink.hxx | Diff File | ||
add - src/StepShape/FILES | Diff File | ||
mod - src/StepShape/StepShape.cdl | Diff File | ||
add - src/StepShape/StepShape_Array1OfConnectedEdgeSet.hxx | Diff File | ||
add - src/StepShape/StepShape_Array1OfConnectedFaceSet.hxx | Diff File | ||
add - src/StepShape/StepShape_Array1OfEdge.hxx | Diff File | ||
add - src/StepShape/StepShape_Array1OfFace.hxx | Diff File | ||
add - src/StepShape/StepShape_Array1OfFaceBound.hxx | Diff File | ||
add - src/StepShape/StepShape_Array1OfGeometricSetSelect.hxx | Diff File | ||
add - src/StepShape/StepShape_Array1OfOrientedClosedShell.hxx | Diff File | ||
add - src/StepShape/StepShape_Array1OfOrientedEdge.hxx | Diff File | ||
add - src/StepShape/StepShape_Array1OfShell.hxx | Diff File | ||
add - src/StepShape/StepShape_Array1OfValueQualifier.hxx | Diff File | ||
add - src/StepShape/StepShape_HArray1OfConnectedEdgeSet.hxx | Diff File | ||
add - src/StepShape/StepShape_HArray1OfConnectedFaceSet.hxx | Diff File | ||
add - src/StepShape/StepShape_HArray1OfEdge.hxx | Diff File | ||
add - src/StepShape/StepShape_HArray1OfFace.hxx | Diff File | ||
add - src/StepShape/StepShape_HArray1OfFaceBound.hxx | Diff File | ||
add - src/StepShape/StepShape_HArray1OfGeometricSetSelect.hxx | Diff File | ||
add - src/StepShape/StepShape_HArray1OfOrientedClosedShell.hxx | Diff File | ||
add - src/StepShape/StepShape_HArray1OfOrientedEdge.hxx | Diff File | ||
add - src/StepShape/StepShape_HArray1OfShell.hxx | Diff File | ||
add - src/StepShape/StepShape_HArray1OfValueQualifier.hxx | Diff File | ||
add - src/StepToTopoDS/FILES | Diff File | ||
mod - src/StepToTopoDS/StepToTopoDS.cdl | Diff File | ||
add - src/StepToTopoDS/StepToTopoDS_DataMapIteratorOfDataMapOfRI.hxx | Diff File | ||
add - src/StepToTopoDS/StepToTopoDS_DataMapIteratorOfDataMapOfRINames.hxx | Diff File | ||
add - src/StepToTopoDS/StepToTopoDS_DataMapIteratorOfDataMapOfTRI.hxx | Diff File | ||
add - src/StepToTopoDS/StepToTopoDS_DataMapIteratorOfPointEdgeMap.hxx | Diff File | ||
add - src/StepToTopoDS/StepToTopoDS_DataMapIteratorOfPointVertexMap.hxx | Diff File | ||
add - src/StepToTopoDS/StepToTopoDS_DataMapOfRI.hxx | Diff File | ||
add - src/StepToTopoDS/StepToTopoDS_DataMapOfRINames.hxx | Diff File | ||
add - src/StepToTopoDS/StepToTopoDS_DataMapOfTRI.hxx | Diff File | ||
add - src/StepToTopoDS/StepToTopoDS_PointEdgeMap.hxx | Diff File | ||
add - src/StepToTopoDS/StepToTopoDS_PointVertexMap.hxx | Diff File | ||
add - src/StepVisual/FILES | Diff File | ||
mod - src/StepVisual/StepVisual.cdl | Diff File | ||
add - src/StepVisual/StepVisual_Array1OfBoxCharacteristicSelect.hxx | Diff File | ||
add - src/StepVisual/StepVisual_Array1OfCurveStyleFontPattern.hxx | Diff File | ||
add - src/StepVisual/StepVisual_Array1OfDirectionCountSelect.hxx | Diff File | ||
add - src/StepVisual/StepVisual_Array1OfFillStyleSelect.hxx | Diff File | ||
add - src/StepVisual/StepVisual_Array1OfInvisibleItem.hxx | Diff File | ||
add - src/StepVisual/StepVisual_Array1OfLayeredItem.hxx | Diff File | ||
add - src/StepVisual/StepVisual_Array1OfPresentationStyleAssignment.hxx | Diff File | ||
add - src/StepVisual/StepVisual_Array1OfPresentationStyleSelect.hxx | Diff File | ||
add - src/StepVisual/StepVisual_Array1OfStyleContextSelect.hxx | Diff File | ||
add - src/StepVisual/StepVisual_Array1OfSurfaceStyleElementSelect.hxx | Diff File | ||
add - src/StepVisual/StepVisual_Array1OfTextOrCharacter.hxx | Diff File | ||
add - src/StepVisual/StepVisual_HArray1OfBoxCharacteristicSelect.hxx | Diff File | ||
add - src/StepVisual/StepVisual_HArray1OfCurveStyleFontPattern.hxx | Diff File | ||
add - src/StepVisual/StepVisual_HArray1OfDirectionCountSelect.hxx | Diff File | ||
add - src/StepVisual/StepVisual_HArray1OfFillStyleSelect.hxx | Diff File | ||
add - src/StepVisual/StepVisual_HArray1OfInvisibleItem.hxx | Diff File | ||
add - src/StepVisual/StepVisual_HArray1OfLayeredItem.hxx | Diff File | ||
add - src/StepVisual/StepVisual_HArray1OfPresentationStyleAssignment.hxx | Diff File | ||
add - src/StepVisual/StepVisual_HArray1OfPresentationStyleSelect.hxx | Diff File | ||
add - src/StepVisual/StepVisual_HArray1OfStyleContextSelect.hxx | Diff File | ||
add - src/StepVisual/StepVisual_HArray1OfSurfaceStyleElementSelect.hxx | Diff File | ||
add - src/StepVisual/StepVisual_HArray1OfTextOrCharacter.hxx | Diff File | ||
add - src/StlMesh/FILES | Diff File | ||
mod - src/StlMesh/StlMesh.cdl | Diff File | ||
add - src/StlMesh/StlMesh_SequenceOfMesh.hxx | Diff File | ||
add - src/StlMesh/StlMesh_SequenceOfMeshDomain.hxx | Diff File | ||
add - src/StlMesh/StlMesh_SequenceOfMeshTriangle.hxx | Diff File | ||
mod - src/Storage/FILES | Diff File | ||
mod - src/Storage/Storage.cdl | Diff File | ||
add - src/Storage/Storage_ArrayOfCallBack.hxx | Diff File | ||
add - src/Storage/Storage_ArrayOfSchema.hxx | Diff File | ||
add - src/Storage/Storage_DataMapIteratorOfMapOfCallBack.hxx | Diff File | ||
add - src/Storage/Storage_DataMapIteratorOfMapOfPers.hxx | Diff File | ||
add - src/Storage/Storage_HArrayOfCallBack.hxx | Diff File | ||
add - src/Storage/Storage_HArrayOfSchema.hxx | Diff File | ||
add - src/Storage/Storage_HPArray.hxx | Diff File | ||
add - src/Storage/Storage_HSeqOfRoot.hxx | Diff File | ||
add - src/Storage/Storage_MapOfCallBack.hxx | Diff File | ||
add - src/Storage/Storage_MapOfPers.hxx | Diff File | ||
add - src/Storage/Storage_PArray.hxx | Diff File | ||
add - src/Storage/Storage_PType.hxx | Diff File | ||
add - src/Storage/Storage_SeqOfRoot.hxx | Diff File | ||
add - src/TColGeom/FILES | Diff File | ||
mod - src/TColGeom/TColGeom.cdl | Diff File | ||
add - src/TColGeom/TColGeom_Array1OfBezierCurve.hxx | Diff File | ||
add - src/TColGeom/TColGeom_Array1OfBSplineCurve.hxx | Diff File | ||
add - src/TColGeom/TColGeom_Array1OfCurve.hxx | Diff File | ||
add - src/TColGeom/TColGeom_Array1OfSurface.hxx | Diff File | ||
add - src/TColGeom/TColGeom_Array2OfBezierSurface.hxx | Diff File | ||
add - src/TColGeom/TColGeom_Array2OfSurface.hxx | Diff File | ||
add - src/TColGeom/TColGeom_HArray1OfBezierCurve.hxx | Diff File | ||
add - src/TColGeom/TColGeom_HArray1OfBSplineCurve.hxx | Diff File | ||
add - src/TColGeom/TColGeom_HArray1OfCurve.hxx | Diff File | ||
add - src/TColGeom/TColGeom_HArray1OfSurface.hxx | Diff File | ||
add - src/TColGeom/TColGeom_HArray2OfSurface.hxx | Diff File | ||
add - src/TColGeom/TColGeom_HSequenceOfBoundedCurve.hxx | Diff File | ||
add - src/TColGeom/TColGeom_HSequenceOfCurve.hxx | Diff File | ||
add - src/TColGeom/TColGeom_SequenceOfBoundedCurve.hxx | Diff File | ||
add - src/TColGeom/TColGeom_SequenceOfCurve.hxx | Diff File | ||
add - src/TColGeom/TColGeom_SequenceOfSurface.hxx | Diff File | ||
add - src/TColGeom2d/FILES | Diff File | ||
mod - src/TColGeom2d/TColGeom2d.cdl | Diff File | ||
add - src/TColGeom2d/TColGeom2d_Array1OfBezierCurve.hxx | Diff File | ||
add - src/TColGeom2d/TColGeom2d_Array1OfBSplineCurve.hxx | Diff File | ||
add - src/TColGeom2d/TColGeom2d_Array1OfCurve.hxx | Diff File | ||
add - src/TColGeom2d/TColGeom2d_HArray1OfBezierCurve.hxx | Diff File | ||
add - src/TColGeom2d/TColGeom2d_HArray1OfBSplineCurve.hxx | Diff File | ||
add - src/TColGeom2d/TColGeom2d_HArray1OfCurve.hxx | Diff File | ||
add - src/TColGeom2d/TColGeom2d_HSequenceOfBoundedCurve.hxx | Diff File | ||
add - src/TColGeom2d/TColGeom2d_HSequenceOfCurve.hxx | Diff File | ||
add - src/TColGeom2d/TColGeom2d_SequenceOfBoundedCurve.hxx | Diff File | ||
add - src/TColGeom2d/TColGeom2d_SequenceOfCurve.hxx | Diff File | ||
add - src/TColGeom2d/TColGeom2d_SequenceOfGeometry.hxx | Diff File | ||
add - src/TColgp/FILES | Diff File | ||
mod - src/TColgp/TColgp.cdl | Diff File | ||
add - src/TColgp/TColgp_Array1OfCirc2d.hxx | Diff File | ||
add - src/TColgp/TColgp_Array1OfDir.hxx | Diff File | ||
add - src/TColgp/TColgp_Array1OfDir2d.hxx | Diff File | ||
add - src/TColgp/TColgp_Array1OfLin2d.hxx | Diff File | ||
add - src/TColgp/TColgp_Array1OfPnt.hxx | Diff File | ||
add - src/TColgp/TColgp_Array1OfPnt2d.hxx | Diff File | ||
add - src/TColgp/TColgp_Array1OfVec.hxx | Diff File | ||
add - src/TColgp/TColgp_Array1OfVec2d.hxx | Diff File | ||
add - src/TColgp/TColgp_Array1OfXY.hxx | Diff File | ||
add - src/TColgp/TColgp_Array1OfXYZ.hxx | Diff File | ||
add - src/TColgp/TColgp_Array2OfCirc2d.hxx | Diff File | ||
add - src/TColgp/TColgp_Array2OfDir.hxx | Diff File | ||
add - src/TColgp/TColgp_Array2OfDir2d.hxx | Diff File | ||
add - src/TColgp/TColgp_Array2OfLin2d.hxx | Diff File | ||
add - src/TColgp/TColgp_Array2OfPnt.hxx | Diff File | ||
add - src/TColgp/TColgp_Array2OfPnt2d.hxx | Diff File | ||
add - src/TColgp/TColgp_Array2OfVec.hxx | Diff File | ||
add - src/TColgp/TColgp_Array2OfVec2d.hxx | Diff File | ||
add - src/TColgp/TColgp_Array2OfXY.hxx | Diff File | ||
add - src/TColgp/TColgp_Array2OfXYZ.hxx | Diff File | ||
add - src/TColgp/TColgp_HArray1OfCirc2d.hxx | Diff File | ||
add - src/TColgp/TColgp_HArray1OfDir.hxx | Diff File | ||
add - src/TColgp/TColgp_HArray1OfDir2d.hxx | Diff File | ||
add - src/TColgp/TColgp_HArray1OfLin2d.hxx | Diff File | ||
add - src/TColgp/TColgp_HArray1OfPnt.hxx | Diff File | ||
add - src/TColgp/TColgp_HArray1OfPnt2d.hxx | Diff File | ||
add - src/TColgp/TColgp_HArray1OfVec.hxx | Diff File | ||
add - src/TColgp/TColgp_HArray1OfVec2d.hxx | Diff File | ||
add - src/TColgp/TColgp_HArray1OfXY.hxx | Diff File | ||
add - src/TColgp/TColgp_HArray1OfXYZ.hxx | Diff File | ||
add - src/TColgp/TColgp_HArray2OfCirc2d.hxx | Diff File | ||
add - src/TColgp/TColgp_HArray2OfDir.hxx | Diff File | ||
add - src/TColgp/TColgp_HArray2OfDir2d.hxx | Diff File | ||
add - src/TColgp/TColgp_HArray2OfLin2d.hxx | Diff File | ||
add - src/TColgp/TColgp_HArray2OfPnt.hxx | Diff File | ||
add - src/TColgp/TColgp_HArray2OfPnt2d.hxx | Diff File | ||
add - src/TColgp/TColgp_HArray2OfVec.hxx | Diff File | ||
add - src/TColgp/TColgp_HArray2OfVec2d.hxx | Diff File | ||
add - src/TColgp/TColgp_HArray2OfXY.hxx | Diff File | ||
add - src/TColgp/TColgp_HArray2OfXYZ.hxx | Diff File | ||
add - src/TColgp/TColgp_HSequenceOfDir.hxx | Diff File | ||
add - src/TColgp/TColgp_HSequenceOfDir2d.hxx | Diff File | ||
add - src/TColgp/TColgp_HSequenceOfPnt.hxx | Diff File | ||
add - src/TColgp/TColgp_HSequenceOfPnt2d.hxx | Diff File | ||
add - src/TColgp/TColgp_HSequenceOfVec.hxx | Diff File | ||
add - src/TColgp/TColgp_HSequenceOfVec2d.hxx | Diff File | ||
add - src/TColgp/TColgp_HSequenceOfXY.hxx | Diff File | ||
add - src/TColgp/TColgp_HSequenceOfXYZ.hxx | Diff File | ||
add - src/TColgp/TColgp_SequenceOfArray1OfPnt2d.hxx | Diff File | ||
add - src/TColgp/TColgp_SequenceOfAx1.hxx | Diff File | ||
add - src/TColgp/TColgp_SequenceOfDir.hxx | Diff File | ||
add - src/TColgp/TColgp_SequenceOfDir2d.hxx | Diff File | ||
add - src/TColgp/TColgp_SequenceOfPnt.hxx | Diff File | ||
add - src/TColgp/TColgp_SequenceOfPnt2d.hxx | Diff File | ||
add - src/TColgp/TColgp_SequenceOfVec.hxx | Diff File | ||
add - src/TColgp/TColgp_SequenceOfVec2d.hxx | Diff File | ||
add - src/TColgp/TColgp_SequenceOfXY.hxx | Diff File | ||
add - src/TColgp/TColgp_SequenceOfXYZ.hxx | Diff File | ||
add - src/TColQuantity/FILES | Diff File | ||
mod - src/TColQuantity/TColQuantity.cdl | Diff File | ||
add - src/TColQuantity/TColQuantity_Array1OfLength.hxx | Diff File | ||
add - src/TColQuantity/TColQuantity_Array2OfLength.hxx | Diff File | ||
add - src/TColQuantity/TColQuantity_HArray1OfLength.hxx | Diff File | ||
add - src/TColQuantity/TColQuantity_HArray2OfLength.hxx | Diff File | ||
mod - src/TColStd/FILES | Diff File | ||
mod - src/TColStd/TColStd.cdl | Diff File | ||
add - src/TColStd/TColStd_Array1OfAsciiString.hxx | Diff File | ||
add - src/TColStd/TColStd_Array1OfBoolean.hxx | Diff File | ||
add - src/TColStd/TColStd_Array1OfByte.hxx | Diff File | ||
add - src/TColStd/TColStd_Array1OfCharacter.hxx | Diff File | ||
add - src/TColStd/TColStd_Array1OfExtendedString.hxx | Diff File | ||
add - src/TColStd/TColStd_Array1OfInteger.hxx | Diff File | ||
add - src/TColStd/TColStd_Array1OfListOfInteger.hxx | Diff File | ||
add - src/TColStd/TColStd_Array1OfReal.hxx | Diff File | ||
add - src/TColStd/TColStd_Array1OfTransient.hxx | Diff File | ||
add - src/TColStd/TColStd_Array2OfBoolean.hxx | Diff File | ||
add - src/TColStd/TColStd_Array2OfCharacter.hxx | Diff File | ||
add - src/TColStd/TColStd_Array2OfInteger.hxx | Diff File | ||
add - src/TColStd/TColStd_Array2OfReal.hxx | Diff File | ||
add - src/TColStd/TColStd_Array2OfTransient.hxx | Diff File | ||
add - src/TColStd/TColStd_DataMapIteratorOfDataMapOfAsciiStringInteger.hxx | Diff File | ||
add - src/TColStd/TColStd_DataMapIteratorOfDataMapOfIntegerInteger.hxx | Diff File | ||
add - src/TColStd/TColStd_DataMapIteratorOfDataMapOfIntegerListOfInteger.hxx | Diff File | ||
add - src/TColStd/TColStd_DataMapIteratorOfDataMapOfIntegerReal.hxx | Diff File | ||
add - src/TColStd/TColStd_DataMapIteratorOfDataMapOfIntegerTransient.hxx | Diff File | ||
add - src/TColStd/TColStd_DataMapIteratorOfDataMapOfStringInteger.hxx | Diff File | ||
add - src/TColStd/TColStd_DataMapIteratorOfDataMapOfTransientTransient.hxx | Diff File | ||
add - src/TColStd/TColStd_DataMapOfAsciiStringInteger.hxx | Diff File | ||
add - src/TColStd/TColStd_DataMapOfIntegerInteger.hxx | Diff File | ||
add - src/TColStd/TColStd_DataMapOfIntegerListOfInteger.hxx | Diff File | ||
add - src/TColStd/TColStd_DataMapOfIntegerReal.hxx | Diff File | ||
add - src/TColStd/TColStd_DataMapOfIntegerTransient.hxx | Diff File | ||
add - src/TColStd/TColStd_DataMapOfStringInteger.hxx | Diff File | ||
add - src/TColStd/TColStd_DataMapOfTransientTransient.hxx | Diff File | ||
add - src/TColStd/TColStd_HArray1OfAsciiString.hxx | Diff File | ||
add - src/TColStd/TColStd_HArray1OfBoolean.hxx | Diff File | ||
add - src/TColStd/TColStd_HArray1OfByte.hxx | Diff File | ||
add - src/TColStd/TColStd_HArray1OfCharacter.hxx | Diff File | ||
add - src/TColStd/TColStd_HArray1OfExtendedString.hxx | Diff File | ||
add - src/TColStd/TColStd_HArray1OfInteger.hxx | Diff File | ||
add - src/TColStd/TColStd_HArray1OfListOfInteger.hxx | Diff File | ||
add - src/TColStd/TColStd_HArray1OfReal.hxx | Diff File | ||
add - src/TColStd/TColStd_HArray1OfTransient.hxx | Diff File | ||
add - src/TColStd/TColStd_HArray2OfBoolean.hxx | Diff File | ||
add - src/TColStd/TColStd_HArray2OfCharacter.hxx | Diff File | ||
add - src/TColStd/TColStd_HArray2OfInteger.hxx | Diff File | ||
add - src/TColStd/TColStd_HArray2OfReal.hxx | Diff File | ||
add - src/TColStd/TColStd_HArray2OfTransient.hxx | Diff File | ||
add - src/TColStd/TColStd_HSequenceOfAsciiString.hxx | Diff File | ||
add - src/TColStd/TColStd_HSequenceOfExtendedString.hxx | Diff File | ||
add - src/TColStd/TColStd_HSequenceOfHAsciiString.hxx | Diff File | ||
add - src/TColStd/TColStd_HSequenceOfHExtendedString.hxx | Diff File | ||
add - src/TColStd/TColStd_HSequenceOfInteger.hxx | Diff File | ||
add - src/TColStd/TColStd_HSequenceOfReal.hxx | Diff File | ||
add - src/TColStd/TColStd_HSequenceOfTransient.hxx | Diff File | ||
add - src/TColStd/TColStd_IndexedDataMapOfTransientTransient.hxx | Diff File | ||
add - src/TColStd/TColStd_IndexedMapOfInteger.hxx | Diff File | ||
add - src/TColStd/TColStd_IndexedMapOfReal.hxx | Diff File | ||
add - src/TColStd/TColStd_IndexedMapOfTransient.hxx | Diff File | ||
add - src/TColStd/TColStd_ListIteratorOfListOfAsciiString.hxx | Diff File | ||
add - src/TColStd/TColStd_ListIteratorOfListOfInteger.hxx | Diff File | ||
add - src/TColStd/TColStd_ListIteratorOfListOfReal.hxx | Diff File | ||
add - src/TColStd/TColStd_ListIteratorOfListOfTransient.hxx | Diff File | ||
add - src/TColStd/TColStd_ListOfAsciiString.hxx | Diff File | ||
add - src/TColStd/TColStd_ListOfInteger.hxx | Diff File | ||
add - src/TColStd/TColStd_ListOfReal.hxx | Diff File | ||
add - src/TColStd/TColStd_ListOfTransient.hxx | Diff File | ||
add - src/TColStd/TColStd_MapIntegerHasher.hxx | Diff File | ||
add - src/TColStd/TColStd_MapIteratorOfMapOfAsciiString.hxx | Diff File | ||
add - src/TColStd/TColStd_MapIteratorOfMapOfInteger.hxx | Diff File | ||
add - src/TColStd/TColStd_MapIteratorOfMapOfReal.hxx | Diff File | ||
add - src/TColStd/TColStd_MapIteratorOfMapOfTransient.hxx | Diff File | ||
add - src/TColStd/TColStd_MapOfAsciiString.hxx | Diff File | ||
add - src/TColStd/TColStd_MapOfInteger.hxx | Diff File | ||
add - src/TColStd/TColStd_MapOfReal.hxx | Diff File | ||
add - src/TColStd/TColStd_MapOfTransient.hxx | Diff File | ||
add - src/TColStd/TColStd_MapRealHasher.hxx | Diff File | ||
add - src/TColStd/TColStd_MapTransientHasher.hxx | Diff File | ||
add - src/TColStd/TColStd_SequenceOfAddress.hxx | Diff File | ||
add - src/TColStd/TColStd_SequenceOfAsciiString.hxx | Diff File | ||
add - src/TColStd/TColStd_SequenceOfBoolean.hxx | Diff File | ||
add - src/TColStd/TColStd_SequenceOfExtendedString.hxx | Diff File | ||
add - src/TColStd/TColStd_SequenceOfHAsciiString.hxx | Diff File | ||
add - src/TColStd/TColStd_SequenceOfHExtendedString.hxx | Diff File | ||
add - src/TColStd/TColStd_SequenceOfInteger.hxx | Diff File | ||
add - src/TColStd/TColStd_SequenceOfReal.hxx | Diff File | ||
add - src/TColStd/TColStd_SequenceOfTransient.hxx | Diff File | ||
add - src/TDataStd/FILES | Diff File | ||
mod - src/TDataStd/TDataStd.cdl | Diff File | ||
add - src/TDataStd/TDataStd_DataMapIteratorOfDataMapOfStringByte.hxx | Diff File | ||
add - src/TDataStd/TDataStd_DataMapIteratorOfDataMapOfStringHArray1OfInteger.hxx | Diff File | ||
add - src/TDataStd/TDataStd_DataMapIteratorOfDataMapOfStringHArray1OfReal.hxx | Diff File | ||
add - src/TDataStd/TDataStd_DataMapIteratorOfDataMapOfStringReal.hxx | Diff File | ||
add - src/TDataStd/TDataStd_DataMapIteratorOfDataMapOfStringString.hxx | Diff File | ||
add - src/TDataStd/TDataStd_DataMapOfStringByte.hxx | Diff File | ||
add - src/TDataStd/TDataStd_DataMapOfStringHArray1OfInteger.hxx | Diff File | ||
add - src/TDataStd/TDataStd_DataMapOfStringHArray1OfReal.hxx | Diff File | ||
add - src/TDataStd/TDataStd_DataMapOfStringReal.hxx | Diff File | ||
add - src/TDataStd/TDataStd_DataMapOfStringString.hxx | Diff File | ||
add - src/TDataStd/TDataStd_HLabelArray1.hxx | Diff File | ||
add - src/TDataStd/TDataStd_LabelArray1.hxx | Diff File | ||
add - src/TDataStd/TDataStd_ListIteratorOfListOfByte.hxx | Diff File | ||
add - src/TDataStd/TDataStd_ListIteratorOfListOfExtendedString.hxx | Diff File | ||
add - src/TDataStd/TDataStd_ListOfByte.hxx | Diff File | ||
add - src/TDataStd/TDataStd_ListOfExtendedString.hxx | Diff File | ||
add - src/TDataXtd/FILES | Diff File | ||
mod - src/TDataXtd/TDataXtd.cdl | Diff File | ||
add - src/TDataXtd/TDataXtd_Array1OfTrsf.hxx | Diff File | ||
add - src/TDataXtd/TDataXtd_HArray1OfTrsf.hxx | Diff File | ||
mod - src/TDF/FILES | Diff File | ||
mod - src/TDF/TDF.cdl | Diff File | ||
add - src/TDF/TDF_AttributeArray1.hxx | Diff File | ||
add - src/TDF/TDF_AttributeDataMap.hxx | Diff File | ||
add - src/TDF/TDF_AttributeDeltaList.hxx | Diff File | ||
add - src/TDF/TDF_AttributeDoubleMap.hxx | Diff File | ||
add - src/TDF/TDF_AttributeIndexedMap.hxx | Diff File | ||
add - src/TDF/TDF_AttributeList.hxx | Diff File | ||
add - src/TDF/TDF_AttributeMap.hxx | Diff File | ||
add - src/TDF/TDF_AttributeSequence.hxx | Diff File | ||
add - src/TDF/TDF_DataMapIteratorOfAttributeDataMap.hxx | Diff File | ||
add - src/TDF/TDF_DataMapIteratorOfLabelDataMap.hxx | Diff File | ||
add - src/TDF/TDF_DataMapIteratorOfLabelIntegerMap.hxx | Diff File | ||
add - src/TDF/TDF_DeltaList.hxx | Diff File | ||
add - src/TDF/TDF_DoubleMapIteratorOfAttributeDoubleMap.hxx | Diff File | ||
add - src/TDF/TDF_DoubleMapIteratorOfGUIDProgIDMap.hxx | Diff File | ||
add - src/TDF/TDF_DoubleMapIteratorOfLabelDoubleMap.hxx | Diff File | ||
add - src/TDF/TDF_GUIDProgIDMap.hxx | Diff File | ||
add - src/TDF/TDF_HAttributeArray1.hxx | Diff File | ||
add - src/TDF/TDF_IDList.hxx | Diff File | ||
add - src/TDF/TDF_IDMap.hxx | Diff File | ||
add - src/TDF/TDF_LabelDataMap.hxx | Diff File | ||
add - src/TDF/TDF_LabelDoubleMap.hxx | Diff File | ||
add - src/TDF/TDF_LabelIndexedMap.hxx | Diff File | ||
add - src/TDF/TDF_LabelIntegerMap.hxx | Diff File | ||
add - src/TDF/TDF_LabelList.hxx | Diff File | ||
add - src/TDF/TDF_LabelMap.hxx | Diff File | ||
add - src/TDF/TDF_LabelSequence.hxx | Diff File | ||
add - src/TDF/TDF_ListIteratorOfAttributeDeltaList.hxx | Diff File | ||
add - src/TDF/TDF_ListIteratorOfAttributeList.hxx | Diff File | ||
add - src/TDF/TDF_ListIteratorOfDeltaList.hxx | Diff File | ||
add - src/TDF/TDF_ListIteratorOfIDList.hxx | Diff File | ||
add - src/TDF/TDF_ListIteratorOfLabelList.hxx | Diff File | ||
add - src/TDF/TDF_MapIteratorOfAttributeMap.hxx | Diff File | ||
add - src/TDF/TDF_MapIteratorOfIDMap.hxx | Diff File | ||
add - src/TDF/TDF_MapIteratorOfLabelMap.hxx | Diff File | ||
add - src/TDocStd/FILES | Diff File | ||
mod - src/TDocStd/TDocStd.cdl | Diff File | ||
add - src/TDocStd/TDocStd_DataMapIteratorOfLabelIDMapDataMap.hxx | Diff File | ||
add - src/TDocStd/TDocStd_LabelIDMapDataMap.hxx | Diff File | ||
add - src/TDocStd/TDocStd_SequenceOfApplicationDelta.hxx | Diff File | ||
add - src/TDocStd/TDocStd_SequenceOfDocument.hxx | Diff File | ||
mod - src/TestTopOpeDraw/FILES | Diff File | ||
mod - src/TestTopOpeDraw/TestTopOpeDraw.cdl | Diff File | ||
add - src/TestTopOpeDraw/TestTopOpeDraw_Array1OfDrawableMesure.hxx | Diff File | ||
add - src/TestTopOpeDraw/TestTopOpeDraw_Array1OfDrawableP3D.hxx | Diff File | ||
add - src/TestTopOpeDraw/TestTopOpeDraw_HArray1OfDrawableMesure.hxx | Diff File | ||
add - src/TestTopOpeDraw/TestTopOpeDraw_HArray1OfDrawableP3D.hxx | Diff File | ||
add - src/TestTopOpeDraw/TestTopOpeDraw_ListIteratorOfListOfPnt2d.hxx | Diff File | ||
add - src/TestTopOpeDraw/TestTopOpeDraw_ListOfPnt2d.hxx | Diff File | ||
mod - src/TestTopOpeTools/FILES | Diff File | ||
mod - src/TestTopOpeTools/TestTopOpeTools.cdl | Diff File | ||
add - src/TestTopOpeTools/TestTopOpeTools_Array1OfMesure.hxx | Diff File | ||
add - src/TestTopOpeTools/TestTopOpeTools_HArray1OfMesure.hxx | Diff File | ||
add - src/TFunction/FILES | Diff File | ||
mod - src/TFunction/TFunction.cdl | Diff File | ||
add - src/TFunction/TFunction_Array1OfDataMapOfGUIDDriver.hxx | Diff File | ||
add - src/TFunction/TFunction_DataMapIteratorOfDataMapOfGUIDDriver.hxx | Diff File | ||
add - src/TFunction/TFunction_DataMapIteratorOfDataMapOfLabelListOfLabel.hxx | Diff File | ||
add - src/TFunction/TFunction_DataMapOfGUIDDriver.hxx | Diff File | ||
add - src/TFunction/TFunction_DataMapOfLabelListOfLabel.hxx | Diff File | ||
add - src/TFunction/TFunction_DoubleMapIteratorOfDoubleMapOfIntegerLabel.hxx | Diff File | ||
add - src/TFunction/TFunction_DoubleMapOfIntegerLabel.hxx | Diff File | ||
add - src/TFunction/TFunction_HArray1OfDataMapOfGUIDDriver.hxx | Diff File | ||
mod - src/TNaming/FILES | Diff File | ||
mod - src/TNaming/TNaming.cdl | Diff File | ||
add - src/TNaming/TNaming_DataMapIteratorOfDataMapOfShapePtrRefShape.hxx | Diff File | ||
add - src/TNaming/TNaming_DataMapIteratorOfDataMapOfShapeShapesSet.hxx | Diff File | ||
add - src/TNaming/TNaming_DataMapOfShapePtrRefShape.hxx | Diff File | ||
add - src/TNaming/TNaming_DataMapOfShapeShapesSet.hxx | Diff File | ||
add - src/TNaming/TNaming_ListIteratorOfListOfIndexedDataMapOfShapeListOfShape.hxx | Diff File | ||
add - src/TNaming/TNaming_ListIteratorOfListOfMapOfShape.hxx | Diff File | ||
add - src/TNaming/TNaming_ListIteratorOfListOfNamedShape.hxx | Diff File | ||
add - src/TNaming/TNaming_ListOfIndexedDataMapOfShapeListOfShape.hxx | Diff File | ||
add - src/TNaming/TNaming_ListOfMapOfShape.hxx | Diff File | ||
add - src/TNaming/TNaming_ListOfNamedShape.hxx | Diff File | ||
add - src/TNaming/TNaming_MapIteratorOfMapOfNamedShape.hxx | Diff File | ||
add - src/TNaming/TNaming_MapOfNamedShape.hxx | Diff File | ||
add - src/TNaming/TNaming_NamedShapeHasher.hxx | Diff File | ||
add - src/TopBas/FILES | Diff File | ||
mod - src/TopBas/TopBas.cdl | Diff File | ||
add - src/TopBas/TopBas_ListIteratorOfListOfTestInterference.hxx | Diff File | ||
add - src/TopBas/TopBas_ListOfTestInterference.hxx | Diff File | ||
add - src/TopLoc/FILES | Diff File | ||
mod - src/TopLoc/TopLoc.cdl | Diff File | ||
add - src/TopLoc/TopLoc_IndexedMapOfLocation.hxx | Diff File | ||
add - src/TopLoc/TopLoc_MapIteratorOfMapOfLocation.hxx | Diff File | ||
add - src/TopLoc/TopLoc_MapLocationHasher.hxx | Diff File | ||
add - src/TopLoc/TopLoc_MapOfLocation.hxx | Diff File | ||
add - src/TopoDS/FILES | Diff File | ||
mod - src/TopoDS/TopoDS.cdl | Diff File | ||
add - src/TopoDS/TopoDS_ListIteratorOfListOfShape.hxx | Diff File | ||
add - src/TopoDS/TopoDS_ListOfShape.hxx | Diff File | ||
mod - src/TopOpeBRep/FILES | Diff File | ||
mod - src/TopOpeBRep/TopOpeBRep.cdl | Diff File | ||
add - src/TopOpeBRep/TopOpeBRep_Array1OfLineInter.hxx | Diff File | ||
add - src/TopOpeBRep/TopOpeBRep_Array1OfVPointInter.hxx | Diff File | ||
add - src/TopOpeBRep/TopOpeBRep_DataMapIteratorOfDataMapOfTopolTool.hxx | Diff File | ||
add - src/TopOpeBRep/TopOpeBRep_DataMapOfTopolTool.hxx | Diff File | ||
add - src/TopOpeBRep/TopOpeBRep_HArray1OfLineInter.hxx | Diff File | ||
add - src/TopOpeBRep/TopOpeBRep_HArray1OfVPointInter.hxx | Diff File | ||
add - src/TopOpeBRep/TopOpeBRep_ListIteratorOfListOfBipoint.hxx | Diff File | ||
add - src/TopOpeBRep/TopOpeBRep_ListOfBipoint.hxx | Diff File | ||
add - src/TopOpeBRep/TopOpeBRep_SequenceOfPoint2d.hxx | Diff File | ||
mod - src/TopOpeBRepBuild/FILES | Diff File | ||
mod - src/TopOpeBRepBuild/TopOpeBRepBuild.cdl | Diff File | ||
add - src/TopOpeBRepBuild/TopOpeBRepBuild_DataMapIteratorOfDataMapOfShapeListOfShapeListOfShape.hxx | Diff File | ||
add - src/TopOpeBRepBuild/TopOpeBRepBuild_DataMapOfShapeListOfShapeListOfShape.hxx | Diff File | ||
add - src/TopOpeBRepBuild/TopOpeBRepBuild_IndexedDataMapOfShapeVertexInfo.hxx | Diff File | ||
add - src/TopOpeBRepBuild/TopOpeBRepBuild_ListIteratorOfListOfListOfLoop.hxx | Diff File | ||
add - src/TopOpeBRepBuild/TopOpeBRepBuild_ListIteratorOfListOfLoop.hxx | Diff File | ||
add - src/TopOpeBRepBuild/TopOpeBRepBuild_ListIteratorOfListOfPave.hxx | Diff File | ||
add - src/TopOpeBRepBuild/TopOpeBRepBuild_ListIteratorOfListOfShapeListOfShape.hxx | Diff File | ||
add - src/TopOpeBRepBuild/TopOpeBRepBuild_ListOfListOfLoop.hxx | Diff File | ||
add - src/TopOpeBRepBuild/TopOpeBRepBuild_ListOfLoop.hxx | Diff File | ||
add - src/TopOpeBRepBuild/TopOpeBRepBuild_ListOfPave.hxx | Diff File | ||
add - src/TopOpeBRepBuild/TopOpeBRepBuild_ListOfShapeListOfShape.hxx | Diff File | ||
mod - src/TopOpeBRepDS/FILES | Diff File | ||
mod - src/TopOpeBRepDS/TopOpeBRepDS.cdl | Diff File | ||
add - src/TopOpeBRepDS/TopOpeBRepDS_Array1OfDataMapOfIntegerListOfInterference.hxx | Diff File | ||
add - src/TopOpeBRepDS/TopOpeBRepDS_DataMapIteratorOfDataMapOfCheckStatus.hxx | Diff File | ||
add - src/TopOpeBRepDS/TopOpeBRepDS_DataMapIteratorOfDataMapOfIntegerListOfInterference.hxx | Diff File | ||
add - src/TopOpeBRepDS/TopOpeBRepDS_DataMapIteratorOfDataMapOfInterferenceListOfInterference.hxx | Diff File | ||
add - src/TopOpeBRepDS/TopOpeBRepDS_DataMapIteratorOfDataMapOfInterferenceShape.hxx | Diff File | ||
add - src/TopOpeBRepDS/TopOpeBRepDS_DataMapIteratorOfDataMapOfShapeListOfShapeOn1State.hxx | Diff File | ||
add - src/TopOpeBRepDS/TopOpeBRepDS_DataMapIteratorOfDataMapOfShapeState.hxx | Diff File | ||
add - src/TopOpeBRepDS/TopOpeBRepDS_DataMapIteratorOfMapOfCurve.hxx | Diff File | ||
add - src/TopOpeBRepDS/TopOpeBRepDS_DataMapIteratorOfMapOfIntegerShapeData.hxx | Diff File | ||
add - src/TopOpeBRepDS/TopOpeBRepDS_DataMapIteratorOfMapOfPoint.hxx | Diff File | ||
add - src/TopOpeBRepDS/TopOpeBRepDS_DataMapIteratorOfMapOfSurface.hxx | Diff File | ||
add - src/TopOpeBRepDS/TopOpeBRepDS_DataMapIteratorOfShapeSurface.hxx | Diff File | ||
add - src/TopOpeBRepDS/TopOpeBRepDS_DataMapOfCheckStatus.hxx | Diff File | ||
add - src/TopOpeBRepDS/TopOpeBRepDS_DataMapOfIntegerListOfInterference.hxx | Diff File | ||
add - src/TopOpeBRepDS/TopOpeBRepDS_DataMapOfInterferenceListOfInterference.hxx | Diff File | ||
add - src/TopOpeBRepDS/TopOpeBRepDS_DataMapOfInterferenceShape.hxx | Diff File | ||
add - src/TopOpeBRepDS/TopOpeBRepDS_DataMapOfShapeListOfShapeOn1State.hxx | Diff File | ||
add - src/TopOpeBRepDS/TopOpeBRepDS_DataMapOfShapeState.hxx | Diff File | ||
add - src/TopOpeBRepDS/TopOpeBRepDS_DoubleMapIteratorOfDoubleMapOfIntegerShape.hxx | Diff File | ||
add - src/TopOpeBRepDS/TopOpeBRepDS_DoubleMapOfIntegerShape.hxx | Diff File | ||
add - src/TopOpeBRepDS/TopOpeBRepDS_HArray1OfDataMapOfIntegerListOfInterference.hxx | Diff File | ||
add - src/TopOpeBRepDS/TopOpeBRepDS_IndexedDataMapOfShapeWithState.hxx | Diff File | ||
add - src/TopOpeBRepDS/TopOpeBRepDS_IndexedDataMapOfVertexPoint.hxx | Diff File | ||
add - src/TopOpeBRepDS/TopOpeBRepDS_ListIteratorOfListOfInterference.hxx | Diff File | ||
add - src/TopOpeBRepDS/TopOpeBRepDS_ListOfInterference.hxx | Diff File | ||
add - src/TopOpeBRepDS/TopOpeBRepDS_MapOfCurve.hxx | Diff File | ||
add - src/TopOpeBRepDS/TopOpeBRepDS_MapOfIntegerShapeData.hxx | Diff File | ||
add - src/TopOpeBRepDS/TopOpeBRepDS_MapOfPoint.hxx | Diff File | ||
add - src/TopOpeBRepDS/TopOpeBRepDS_MapOfShapeData.hxx | Diff File | ||
add - src/TopOpeBRepDS/TopOpeBRepDS_MapOfSurface.hxx | Diff File | ||
add - src/TopOpeBRepDS/TopOpeBRepDS_ShapeSurface.hxx | Diff File | ||
mod - src/TopOpeBRepTool/FILES | Diff File | ||
mod - src/TopOpeBRepTool/TopOpeBRepTool.cdl | Diff File | ||
add - src/TopOpeBRepTool/TopOpeBRepTool_DataMapIteratorOfDataMapOfOrientedShapeC2DF.hxx | Diff File | ||
add - src/TopOpeBRepTool/TopOpeBRepTool_DataMapIteratorOfDataMapOfShapeface.hxx | Diff File | ||
add - src/TopOpeBRepTool/TopOpeBRepTool_DataMapIteratorOfDataMapOfShapeListOfC2DF.hxx | Diff File | ||
add - src/TopOpeBRepTool/TopOpeBRepTool_DataMapOfOrientedShapeC2DF.hxx | Diff File | ||
add - src/TopOpeBRepTool/TopOpeBRepTool_DataMapOfShapeface.hxx | Diff File | ||
add - src/TopOpeBRepTool/TopOpeBRepTool_DataMapOfShapeListOfC2DF.hxx | Diff File | ||
add - src/TopOpeBRepTool/TopOpeBRepTool_IndexedDataMapOfShapeBox.hxx | Diff File | ||
add - src/TopOpeBRepTool/TopOpeBRepTool_IndexedDataMapOfShapeBox2d.hxx | Diff File | ||
add - src/TopOpeBRepTool/TopOpeBRepTool_IndexedDataMapOfShapeconnexity.hxx | Diff File | ||
add - src/TopOpeBRepTool/TopOpeBRepTool_IndexedDataMapOfSolidClassifier.hxx | Diff File | ||
add - src/TopOpeBRepTool/TopOpeBRepTool_ListIteratorOfListOfC2DF.hxx | Diff File | ||
add - src/TopOpeBRepTool/TopOpeBRepTool_ListOfC2DF.hxx | Diff File | ||
mod - src/TopTools/FILES | Diff File | ||
mod - src/TopTools/TopTools.cdl | Diff File | ||
add - src/TopTools/TopTools_Array1OfListOfShape.hxx | Diff File | ||
add - src/TopTools/TopTools_Array1OfShape.hxx | Diff File | ||
add - src/TopTools/TopTools_Array2OfShape.hxx | Diff File | ||
add - src/TopTools/TopTools_DataMapIteratorOfDataMapOfIntegerListOfShape.hxx | Diff File | ||
add - src/TopTools/TopTools_DataMapIteratorOfDataMapOfIntegerShape.hxx | Diff File | ||
add - src/TopTools/TopTools_DataMapIteratorOfDataMapOfOrientedShapeInteger.hxx | Diff File | ||
add - src/TopTools/TopTools_DataMapIteratorOfDataMapOfOrientedShapeShape.hxx | Diff File | ||
add - src/TopTools/TopTools_DataMapIteratorOfDataMapOfShapeInteger.hxx | Diff File | ||
add - src/TopTools/TopTools_DataMapIteratorOfDataMapOfShapeListOfInteger.hxx | Diff File | ||
add - src/TopTools/TopTools_DataMapIteratorOfDataMapOfShapeListOfShape.hxx | Diff File | ||
add - src/TopTools/TopTools_DataMapIteratorOfDataMapOfShapeReal.hxx | Diff File | ||
add - src/TopTools/TopTools_DataMapIteratorOfDataMapOfShapeSequenceOfShape.hxx | Diff File | ||
add - src/TopTools/TopTools_DataMapIteratorOfDataMapOfShapeShape.hxx | Diff File | ||
add - src/TopTools/TopTools_DataMapOfIntegerListOfShape.hxx | Diff File | ||
add - src/TopTools/TopTools_DataMapOfIntegerShape.hxx | Diff File | ||
add - src/TopTools/TopTools_DataMapOfOrientedShapeInteger.hxx | Diff File | ||
add - src/TopTools/TopTools_DataMapOfOrientedShapeShape.hxx | Diff File | ||
add - src/TopTools/TopTools_DataMapOfShapeInteger.hxx | Diff File | ||
add - src/TopTools/TopTools_DataMapOfShapeListOfInteger.hxx | Diff File | ||
add - src/TopTools/TopTools_DataMapOfShapeListOfShape.hxx | Diff File | ||
add - src/TopTools/TopTools_DataMapOfShapeReal.hxx | Diff File | ||
add - src/TopTools/TopTools_DataMapOfShapeSequenceOfShape.hxx | Diff File | ||
add - src/TopTools/TopTools_DataMapOfShapeShape.hxx | Diff File | ||
add - src/TopTools/TopTools_HArray1OfListOfShape.hxx | Diff File | ||
add - src/TopTools/TopTools_HArray1OfShape.hxx | Diff File | ||
add - src/TopTools/TopTools_HArray2OfShape.hxx | Diff File | ||
add - src/TopTools/TopTools_HSequenceOfShape.hxx | Diff File | ||
add - src/TopTools/TopTools_IndexedDataMapOfShapeAddress.hxx | Diff File | ||
add - src/TopTools/TopTools_IndexedDataMapOfShapeListOfShape.hxx | Diff File | ||
add - src/TopTools/TopTools_IndexedDataMapOfShapeShape.hxx | Diff File | ||
add - src/TopTools/TopTools_IndexedMapOfOrientedShape.hxx | Diff File | ||
add - src/TopTools/TopTools_IndexedMapOfShape.hxx | Diff File | ||
add - src/TopTools/TopTools_ListIteratorOfListOfShape.hxx | Diff File | ||
add - src/TopTools/TopTools_ListOfShape.hxx | Diff File | ||
add - src/TopTools/TopTools_MapIteratorOfMapOfOrientedShape.hxx | Diff File | ||
add - src/TopTools/TopTools_MapIteratorOfMapOfShape.hxx | Diff File | ||
add - src/TopTools/TopTools_MapOfOrientedShape.hxx | Diff File | ||
add - src/TopTools/TopTools_MapOfShape.hxx | Diff File | ||
add - src/TopTools/TopTools_SequenceOfShape.hxx | Diff File | ||
add - src/TopTrans/FILES | Diff File | ||
mod - src/TopTrans/TopTrans.cdl | Diff File | ||
add - src/TopTrans/TopTrans_Array2OfOrientation.hxx | Diff File | ||
mod - src/TPrsStd/FILES | Diff File | ||
mod - src/TPrsStd/TPrsStd.cdl | Diff File | ||
add - src/TPrsStd/TPrsStd_DataMapIteratorOfDataMapOfGUIDDriver.hxx | Diff File | ||
add - src/TPrsStd/TPrsStd_DataMapOfGUIDDriver.hxx | Diff File | ||
add - src/Transfer/FILES | Diff File | ||
mod - src/Transfer/Transfer.cdl | Diff File | ||
add - src/Transfer/Transfer_HSequenceOfBinder.hxx | Diff File | ||
add - src/Transfer/Transfer_HSequenceOfFinder.hxx | Diff File | ||
add - src/Transfer/Transfer_SequenceOfBinder.hxx | Diff File | ||
add - src/Transfer/Transfer_SequenceOfFinder.hxx | Diff File | ||
add - src/TransferBRep/FILES | Diff File | ||
mod - src/TransferBRep/TransferBRep.cdl | Diff File | ||
add - src/TransferBRep/TransferBRep_HSequenceOfTransferResultInfo.hxx | Diff File | ||
add - src/TransferBRep/TransferBRep_SequenceOfTransferResultInfo.hxx | Diff File | ||
add - src/TShort/FILES | Diff File | ||
mod - src/TShort/TShort.cdl | Diff File | ||
add - src/TShort/TShort_Array1OfShortReal.hxx | Diff File | ||
add - src/TShort/TShort_Array2OfShortReal.hxx | Diff File | ||
add - src/TShort/TShort_HArray1OfShortReal.hxx | Diff File | ||
add - src/TShort/TShort_HArray2OfShortReal.hxx | Diff File | ||
add - src/TShort/TShort_HSequenceOfShortReal.hxx | Diff File | ||
add - src/TShort/TShort_SequenceOfShortReal.hxx | Diff File | ||
mod - src/Units/FILES | Diff File | ||
mod - src/Units/Units.cdl | Diff File | ||
add - src/Units/Units_QtsSequence.hxx | Diff File | ||
add - src/Units/Units_QuantitiesSequence.hxx | Diff File | ||
add - src/Units/Units_TksSequence.hxx | Diff File | ||
add - src/Units/Units_TokensSequence.hxx | Diff File | ||
add - src/Units/Units_UnitsSequence.hxx | Diff File | ||
add - src/Units/Units_UtsSequence.hxx | Diff File | ||
mod - src/ViewerTest/FILES | Diff File | ||
mod - src/ViewerTest/ViewerTest.cdl | Diff File | ||
add - src/ViewerTest/ViewerTest_DoubleMapIteratorOfDoubleMapOfInteractiveAndName.hxx | Diff File | ||
add - src/ViewerTest/ViewerTest_DoubleMapOfInteractiveAndName.hxx | Diff File | ||
mod - src/Visual3d/FILES | Diff File | ||
mod - src/Visual3d/Visual3d.cdl | Diff File | ||
add - src/Visual3d/Visual3d_HSequenceOfLight.hxx | Diff File | ||
add - src/Visual3d/Visual3d_HSequenceOfView.hxx | Diff File | ||
add - src/Visual3d/Visual3d_SequenceOfLight.hxx | Diff File | ||
add - src/Visual3d/Visual3d_SequenceOfView.hxx | Diff File | ||
mod - src/XCAFDoc/FILES | Diff File | ||
mod - src/XCAFDoc/XCAFDoc.cdl | Diff File | ||
add - src/XCAFDoc/XCAFDoc_DataMapIteratorOfDataMapOfShapeLabel.hxx | Diff File | ||
add - src/XCAFDoc/XCAFDoc_DataMapOfShapeLabel.hxx | Diff File | ||
add - src/XCAFDoc/XCAFDoc_GraphNodeSequence.hxx | Diff File | ||
mod - src/XCAFPrs/FILES | Diff File | ||
mod - src/XCAFPrs/XCAFPrs.cdl | Diff File | ||
add - src/XCAFPrs/XCAFPrs_DataMapIteratorOfDataMapOfShapeStyle.hxx | Diff File | ||
add - src/XCAFPrs/XCAFPrs_DataMapIteratorOfDataMapOfStyleShape.hxx | Diff File | ||
add - src/XCAFPrs/XCAFPrs_DataMapIteratorOfDataMapOfStyleTransient.hxx | Diff File | ||
add - src/XCAFPrs/XCAFPrs_DataMapOfShapeStyle.hxx | Diff File | ||
add - src/XCAFPrs/XCAFPrs_DataMapOfStyleShape.hxx | Diff File | ||
add - src/XCAFPrs/XCAFPrs_DataMapOfStyleTransient.hxx | Diff File | ||
add - src/XmlLDrivers/FILES | Diff File | ||
mod - src/XmlLDrivers/XmlLDrivers.cdl | Diff File | ||
add - src/XmlLDrivers/XmlLDrivers_SequenceOfNamespaceDef.hxx | Diff File | ||
add - src/XmlMDF/FILES | Diff File | ||
mod - src/XmlMDF/XmlMDF.cdl | Diff File | ||
add - src/XmlMDF/XmlMDF_DataMapIteratorOfMapOfDriver.hxx | Diff File | ||
add - src/XmlMDF/XmlMDF_DataMapIteratorOfTypeADriverMap.hxx | Diff File | ||
add - src/XmlMDF/XmlMDF_MapOfDriver.hxx | Diff File | ||
add - src/XmlMDF/XmlMDF_TypeADriverMap.hxx | Diff File | ||
add - src/XSDRAWSTLVRML/FILES | Diff File | ||
mod - src/XSDRAWSTLVRML/XSDRAWSTLVRML.cdl | Diff File | ||
add - src/XSDRAWSTLVRML/XSDRAWSTLVRML_CoordsMap.hxx | Diff File | ||
add - src/XSDRAWSTLVRML/XSDRAWSTLVRML_DataMapIteratorOfCoordsMap.hxx | Diff File | ||
add - src/XSDRAWSTLVRML/XSDRAWSTLVRML_DataMapIteratorOfElemNodesMap.hxx | Diff File | ||
add - src/XSDRAWSTLVRML/XSDRAWSTLVRML_ElemNodesMap.hxx | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2014-03-21 15:37 |
|
New Issue | |
2014-03-21 15:37 |
|
Assigned To | => kgv |
2014-03-21 15:37 |
|
Relationship added | child of 0024487 |
2014-03-21 21:17 |
|
Description Updated | |
2014-04-07 12:15 |
|
Note Added: 0028707 | |
2014-04-10 09:52 |
|
Relationship added | related to 0024816 |
2014-04-14 20:26 |
|
Relationship added | parent of 0024830 |
2014-04-15 09:35 |
|
Relationship added | related to 0024831 |
2014-04-16 14:02 |
|
Assigned To | kgv => abv |
2014-04-16 14:02 |
|
Status | new => assigned |
2014-04-16 15:08 |
|
Relationship added | parent of 0024841 |
2014-04-18 17:15 |
|
Relationship added | parent of 0024859 |
2014-04-22 16:18 |
|
Relationship added | parent of 0024858 |
2014-04-24 12:38 |
|
Note Added: 0029055 | |
2014-06-03 07:42 |
|
Note Added: 0029638 | |
2014-06-03 07:42 |
|
Status | assigned => resolved |
2015-06-03 06:51 |
|
Note Added: 0041874 | |
2015-06-03 10:22 |
|
Note Added: 0041889 | |
2015-06-03 10:23 |
|
Relationship added | related to 0026306 |
2015-07-22 16:20 | git | Note Added: 0043296 | |
2015-07-22 16:22 | git | Note Added: 0043301 | |
2015-07-22 16:24 | git | Note Added: 0043302 | |
2015-07-23 11:55 |
|
Changeset attached | => occt master b7c077b9 |
2015-07-23 11:55 |
|
Changeset attached | => occt master df8d3970 |
2015-07-23 11:55 |
|
Status | resolved => verified |
2015-07-23 11:55 |
|
Resolution | open => fixed |
2015-07-27 14:18 | git | Note Added: 0043570 | |
2015-11-08 00:12 |
|
Relationship added | related to 0026850 |
2016-04-20 15:44 |
|
Fixed in Version | => 7.0.0 |
2016-04-20 15:49 |
|
Status | verified => closed |