Salome HOME
CMake: Removed MPI detection: GUI only needs it as a second rank
[modules/gui.git] / src / SVTK / SVTK_Selection.h
index b4586d07645c6995393a9debb0aef4dc36830805..4dd1f8aef4cd3c28430ba47e4a4a101d7724e435 100644 (file)
@@ -41,5 +41,11 @@ const Selection_Mode ActorSelection = 6;
 const Selection_Mode Elem0DSelection = 7;
 const Selection_Mode BallSelection = 8;
 
+//! Preselection modes 
+typedef int Preselection_Mode; 
+
+const Preselection_Mode Standard_Preselection = 0;
+const Preselection_Mode Dynamic_Preselection = 1;
+const Preselection_Mode Preselection_Disabled = 2;
 
 #endif