Salome HOME
Added object, attribute and data model organization in the document.
authormpv <mikhail.ponikarov@opencascade.com>
Wed, 2 Apr 2014 11:54:46 +0000 (15:54 +0400)
committermpv <mikhail.ponikarov@opencascade.com>
Wed, 2 Apr 2014 11:54:46 +0000 (15:54 +0400)
commit1a0a0306f6d0f56c009b29cba0b53e8d1abd4edf
tree4775e838c68f37acaeb210cc22e3b936fccdd825
parent475c7f8d39e081fb9defe50a05f18bca625993bf
Added object, attribute and data model organization in the document.
26 files changed:
src/Model/CMakeLists.txt
src/Model/Model_Application.cxx
src/Model/Model_AttributeDocRef.cxx [new file with mode: 0644]
src/Model/Model_AttributeDocRef.h [new file with mode: 0644]
src/Model/Model_Document.cxx
src/Model/Model_Document.h
src/Model/Model_Feature.cxx [deleted file]
src/Model/Model_Feature.h [deleted file]
src/Model/Model_Iterator.cxx [new file with mode: 0644]
src/Model/Model_Iterator.h [new file with mode: 0644]
src/Model/Model_Object.cxx [new file with mode: 0644]
src/Model/Model_Object.h [new file with mode: 0644]
src/Model/Model_PluginManager.cxx
src/Model/Model_PluginManager.h
src/ModelAPI/CMakeLists.txt
src/ModelAPI/ModelAPI.i
src/ModelAPI/ModelAPI_Attribute.h [new file with mode: 0644]
src/ModelAPI/ModelAPI_AttributeDocRef.h [new file with mode: 0644]
src/ModelAPI/ModelAPI_Document.h
src/ModelAPI/ModelAPI_Feature.h
src/ModelAPI/ModelAPI_Iterator.h [new file with mode: 0644]
src/ModelAPI/ModelAPI_Object.h [new file with mode: 0644]
src/ModelAPI/ModelAPI_PluginManager.cxx
src/PartSetPlugin/PartSetPlugin_NewPart.cxx
src/PartSetPlugin/PartSetPlugin_NewPart.h
src/PartSetPlugin/PartSetPlugin_Plugin.cxx