Version: 9.12.0
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

◆ Preselection_Mode

typedef int Preselection_Mode

Preselection modes.

◆ Selection_Mode

typedef int Selection_Mode

It is possible to introduce new type of selection.

Variable Documentation

◆ ActorSelection

const Selection_Mode ActorSelection = 6

◆ BallSelection

const Selection_Mode BallSelection = 8

◆ CellSelection

const Selection_Mode CellSelection = 1

◆ Dynamic_Preselection

const Preselection_Mode Dynamic_Preselection = 1

◆ EdgeOfCellSelection

const Selection_Mode EdgeOfCellSelection = 2

◆ EdgeSelection

const Selection_Mode EdgeSelection = 3

◆ Elem0DSelection

const Selection_Mode Elem0DSelection = 7

◆ FaceSelection

const Selection_Mode FaceSelection = 4

◆ NodeSelection

const Selection_Mode NodeSelection = 0

◆ Preselection_Disabled

const Preselection_Mode Preselection_Disabled = 2

◆ Standard_Preselection

const Preselection_Mode Standard_Preselection = 0

◆ VolumeSelection

const Selection_Mode VolumeSelection = 5