Inherits from vtkHandleWidget
Public Functions
Protected Functions
Protected Attributes
Public Functions Documentation
function New
static StudioHandleWidget * New()
function set_domain
inline void set_domain(
int domain
)
function set_plane
inline void set_plane(
int plane
)
function set_point
inline void set_point(
int point
)
inline void set_plane_widget(
PlaneWidget * plane_widget
)
Protected Functions Documentation
function RightClickSelectAction
static void RightClickSelectAction(
vtkAbstractWidget * w
)
function CustomMoveAction
static void CustomMoveAction(
vtkAbstractWidget * w
)
function CustomSelectAction
static void CustomSelectAction(
vtkAbstractWidget * w
)
function CustomEndSelectAction
static void CustomEndSelectAction(
vtkAbstractWidget * w
)
Protected Attributes Documentation
variable domain_
variable plane_
variable point_
PlaneWidget * plane_widget_;
variable shift_active_
bool shift_active_ = false;
variable start_y_
Updated on 2024-03-17 at 12:58:44 -0600