Version: 8.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SVTK_Selection.h File Reference

Go to the source code of this file.

Typedefs

typedef int Selection_Mode
 It is possible to introduce new type of selection. More...
 
typedef int Preselection_Mode
 Preselection modes. More...
 

Variables

const Selection_Mode NodeSelection = 0
 
const Selection_Mode CellSelection = 1
 
const Selection_Mode EdgeOfCellSelection = 2
 
const Selection_Mode EdgeSelection = 3
 
const Selection_Mode FaceSelection = 4
 
const Selection_Mode VolumeSelection = 5
 
const Selection_Mode ActorSelection = 6
 
const Selection_Mode Elem0DSelection = 7
 
const Selection_Mode BallSelection = 8
 
const Preselection_Mode Standard_Preselection = 0
 
const Preselection_Mode Dynamic_Preselection = 1
 
const Preselection_Mode Preselection_Disabled = 2
 

Typedef Documentation

typedef int Preselection_Mode
typedef int Selection_Mode

Variable Documentation

const Selection_Mode ActorSelection = 6
const Selection_Mode BallSelection = 8
const Selection_Mode CellSelection = 1
const Preselection_Mode Dynamic_Preselection = 1
const Selection_Mode EdgeOfCellSelection = 2
const Selection_Mode EdgeSelection = 3
const Selection_Mode Elem0DSelection = 7
const Selection_Mode FaceSelection = 4
const Selection_Mode NodeSelection = 0
const Preselection_Mode Preselection_Disabled = 2
const Preselection_Mode Standard_Preselection = 0
const Selection_Mode VolumeSelection = 5