Salome HOME
Implementation of Point feature (without computation of result yet) plus some debug...
authormpv <mikhail.ponikarov@opencascade.com>
Thu, 3 Apr 2014 08:10:00 +0000 (12:10 +0400)
committermpv <mikhail.ponikarov@opencascade.com>
Thu, 3 Apr 2014 08:10:00 +0000 (12:10 +0400)
commit69fae9d94ffa0fd9c37a756bf8d4736522f06214
tree19d3570df52711f4b725e54c1d9b11096b059632
parent1a0a0306f6d0f56c009b29cba0b53e8d1abd4edf
Implementation of Point feature (without computation of result yet) plus some debug and API extension dedicated to this development.
28 files changed:
src/Config/Config_FeatureMessage.h
src/Config/plugin-PartSet.xml
src/Model/CMakeLists.txt
src/Model/Model_AttributeDouble.cxx [new file with mode: 0644]
src/Model/Model_AttributeDouble.h [new file with mode: 0644]
src/Model/Model_Document.cxx
src/Model/Model_Iterator.cxx
src/Model/Model_Iterator.h
src/Model/Model_Object.cxx
src/Model/Model_Object.h
src/Model/Model_PluginManager.cxx
src/Model/Model_PluginManager.h
src/ModelAPI/CMakeLists.txt
src/ModelAPI/ModelAPI.i
src/ModelAPI/ModelAPI_AttributeDouble.h [new file with mode: 0644]
src/ModelAPI/ModelAPI_Iterator.h
src/ModelAPI/ModelAPI_Object.h
src/ModelAPI/ModelAPI_PluginManager.cxx
src/ModelAPI/ModelAPI_PluginManager.h
src/PartSetPlugin/CMakeLists.txt
src/PartSetPlugin/PartSetPlugin_NewPart.cxx [deleted file]
src/PartSetPlugin/PartSetPlugin_NewPart.h [deleted file]
src/PartSetPlugin/PartSetPlugin_NewPart.hxx [deleted file]
src/PartSetPlugin/PartSetPlugin_Part.cxx [new file with mode: 0644]
src/PartSetPlugin/PartSetPlugin_Part.h [new file with mode: 0644]
src/PartSetPlugin/PartSetPlugin_Plugin.cxx
src/PartSetPlugin/PartSetPlugin_Point.cxx [new file with mode: 0644]
src/PartSetPlugin/PartSetPlugin_Point.h [new file with mode: 0644]