Salome HOME
Added history of features and removed Iterator (size and feature by index must be...
authormpv <mikhail.ponikarov@opencascade.com>
Thu, 8 May 2014 04:51:37 +0000 (08:51 +0400)
committermpv <mikhail.ponikarov@opencascade.com>
Thu, 8 May 2014 04:51:37 +0000 (08:51 +0400)
commitd55b9b2a4aec1ad934bed2edda57d31ea33e34ae
tree6ea871a5ddba7fe87be620c0b9188c4a9167c024
parentb5e02d646eb8ff63f6f8d0d6b318b6ed85c58e43
Added history of features and removed Iterator (size and feature by index must be used instead)
28 files changed:
src/GeomAPI/CMakeLists.txt
src/GeomAPI/GeomAPI_Dir.cpp
src/GeomAPI/GeomAPI_Dir.h
src/GeomAPI/GeomAPI_Pnt.cpp
src/GeomAPI/GeomAPI_Pnt.h
src/GeomAPI/GeomAPI_XYZ.cpp [new file with mode: 0644]
src/GeomAPI/GeomAPI_XYZ.h [new file with mode: 0644]
src/GeomData/GeomData_Dir.h
src/GeomData/GeomData_Point.cpp
src/GeomData/GeomData_Point.h
src/GeomDataAPI/GeomDataAPI_Dir.h
src/GeomDataAPI/GeomDataAPI_Point.h
src/Model/CMakeLists.txt
src/Model/Model_Data.h
src/Model/Model_Document.cpp
src/Model/Model_Document.h
src/Model/Model_Iterator.cpp [deleted file]
src/Model/Model_Iterator.h [deleted file]
src/ModelAPI/CMakeLists.txt
src/ModelAPI/ModelAPI.i
src/ModelAPI/ModelAPI_Attribute.h
src/ModelAPI/ModelAPI_Document.h
src/ModelAPI/ModelAPI_Iterator.h [deleted file]
src/ModelAPI/ModelAPI_PluginManager.cpp
src/PartSetPlugin/PartSetPlugin_Part.cpp
src/SketchPlugin/SketchPlugin_Sketch.cpp
src/XGUI/XGUI_DocumentDataModel.cpp
src/XGUI/XGUI_PartDataModel.cpp