mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-11 12:23:08 +05:00
Improve GEOM visualization (remove redundant code)
This commit is contained in:
parent
44e3e406af
commit
01c35a8a66
@ -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
Loading…
Reference in New Issue
Block a user