Public Types |
| enum | { BelowPoint = 0,
TopLeftCorner
} |
Public Member Functions |
| | vtkTypeMacro (VISU_PickingSettings, vtkObject) |
| | vtkSetMacro (IsInitial, bool) |
| | vtkGetMacro (IsInitial, bool) |
| | vtkSetMacro (PyramidHeight, vtkFloatingPointType) |
| | vtkGetMacro (PyramidHeight, vtkFloatingPointType) |
| | vtkSetMacro (CursorSize, vtkFloatingPointType) |
| | vtkGetMacro (CursorSize, vtkFloatingPointType) |
| | vtkSetVector3Macro (Color, vtkFloatingPointType) |
| | vtkGetVector3Macro (Color, vtkFloatingPointType) |
| | vtkSetMacro (PointTolerance, vtkFloatingPointType) |
| | vtkGetMacro (PointTolerance, vtkFloatingPointType) |
| | vtkSetMacro (InfoWindowEnabled, bool) |
| | vtkGetMacro (InfoWindowEnabled, bool) |
| | vtkSetMacro (InfoWindowTransparency, vtkFloatingPointType) |
| | vtkGetMacro (InfoWindowTransparency, vtkFloatingPointType) |
| | vtkSetMacro (InfoWindowPosition, int) |
| | vtkGetMacro (InfoWindowPosition, int) |
| | vtkSetMacro (CameraMovementEnabled, bool) |
| | vtkGetMacro (CameraMovementEnabled, bool) |
| | vtkSetMacro (ZoomFactor, vtkFloatingPointType) |
| | vtkGetMacro (ZoomFactor, vtkFloatingPointType) |
| | vtkSetMacro (StepNumber, int) |
| | vtkGetMacro (StepNumber, int) |
| | vtkSetMacro (DisplayParentMesh, bool) |
| | vtkGetMacro (DisplayParentMesh, bool) |
Static Public Member Functions |
| static VISU_PickingSettings * | Get () |
| static VISU_PickingSettings * | New () |
Private Member Functions |
| | VISU_PickingSettings () |
| virtual | ~VISU_PickingSettings () |
Private Attributes |
| bool | IsInitial |
| vtkFloatingPointType | PyramidHeight |
| vtkFloatingPointType | CursorSize |
| vtkFloatingPointType | PointTolerance |
| vtkFloatingPointType | Color [3] |
| bool | InfoWindowEnabled |
| vtkFloatingPointType | InfoWindowTransparency |
| int | InfoWindowPosition |
| bool | CameraMovementEnabled |
| vtkFloatingPointType | ZoomFactor |
| int | StepNumber |
| bool | DisplayParentMesh |
Contains information about the following parameters: Cursor Pyramid height, Info Window transparency, Info Window position, Zoom factor on first selected point, Camera movement steps number and Display parent mesh.