Salome HOME
Implementation of color as integer array attribute
authormpv <mpv@opencascade.com>
Tue, 10 Mar 2015 08:51:47 +0000 (11:51 +0300)
committermpv <mpv@opencascade.com>
Tue, 10 Mar 2015 08:51:47 +0000 (11:51 +0300)
commit8584051f701aa3428620ebb98ecc03461cc23824
treed98ef985059ccaa2735d08667d75313e1e349bf2
parentf62154a81a34506b192c557a8750e9b3c2e67daa
Implementation of color as integer array attribute
16 files changed:
src/Model/CMakeLists.txt
src/Model/Model_AttributeColor.cpp [deleted file]
src/Model/Model_AttributeColor.h [deleted file]
src/Model/Model_AttributeIntArray.cpp [new file with mode: 0644]
src/Model/Model_AttributeIntArray.h [new file with mode: 0644]
src/Model/Model_Data.cpp
src/Model/Model_Data.h
src/Model/Model_ResultBody.cpp
src/ModelAPI/CMakeLists.txt
src/ModelAPI/ModelAPI_AttributeColor.cpp [deleted file]
src/ModelAPI/ModelAPI_AttributeColor.h [deleted file]
src/ModelAPI/ModelAPI_AttributeIntArray.cpp [new file with mode: 0644]
src/ModelAPI/ModelAPI_AttributeIntArray.h [new file with mode: 0644]
src/ModelAPI/ModelAPI_Data.h
src/XGUI/XGUI_Displayer.cpp
src/XGUI/XGUI_Workshop.cpp