Improve GEOM visualization (remove redundant code)

This commit is contained in:
kga 2013-02-12 10:46:13 +00:00
parent 44e3e406af
commit 01c35a8a66
2 changed files with 292 additions and 999 deletions

View File

@ -60,8 +60,6 @@ public:
enum ActionType { SHOWDLG, INCR, DECR }; enum ActionType { SHOWDLG, INCR, DECR };
static void SetColor( const QString&, const QColor&, bool );
private: private:
// Import and export topology methods // Import and export topology methods
bool Import(); bool Import();
@ -99,18 +97,6 @@ private:
_PTR(Study), _PTR(Study),
QList<SALOME_View*>, QList<SALOME_View*>,
GEOM_Displayer* ); GEOM_Displayer* );
static void setVtkColor( SalomeApp_Study* study,
int mgrId,
SVTK_View* view,
const Handle_SALOME_InteractiveObject& IO,
const QColor& color );
static void setOccColor( SalomeApp_Study* study,
int mgrId,
const Handle_AIS_InteractiveContext& ic,
const Handle_SALOME_InteractiveObject& IO,
const QColor& color );
}; };
#endif // GEOMTOOLSGUI_H #endif // GEOMTOOLSGUI_H

File diff suppressed because it is too large Load Diff