Seg3D  2.4
Seg3D is a free volume segmentation and processing tool developed by the NIH Center for Integrative Biomedical Computing at the University of Utah Scientific Computing and Imaging (SCI) Institute.
Public Types | Public Member Functions | Static Public Member Functions | List of all members
Seg3D::PointsSelectToolInterface Class Reference
Inheritance diagram for Seg3D::PointsSelectToolInterface:
Seg3D::ToolWidget Seg3D::ToolInterface Core::ConnectionHandler

Public Types

typedef QPointer< PointsSelectToolInterfaceqpointer_type
 

Public Member Functions

 PointsSelectToolInterface ()
 Constructor/destructor.
 
virtual bool build_widget (QFrame *frame)
 
- Public Member Functions inherited from Seg3D::ToolWidget
bool create_widget (QWidget *parent, ToolHandle &tool)
 
- Public Member Functions inherited from Seg3D::ToolInterface
void set_tool (ToolHandle tool)
 
ToolHandle tool () const
 
std::string toolid () const
 
- Public Member Functions inherited from Core::ConnectionHandler
void add_connection (const boost::signals2::connection &connection)
 
void add_connection (const ConnectionHandlerConnectionHandle &connection)
 
void disconnect_all ()
 

Static Public Member Functions

static void ToggleSaveButtonEnabled (qpointer_type points_select_interface)
 
static void UpdateTable (qpointer_type points_select_interface)
 

Additional Inherited Members

- Protected Attributes inherited from Seg3D::ToolInterface
ToolHandle tool_
 Handle to the underlying tool.
 

Member Function Documentation

bool Seg3D::PointsSelectToolInterface::build_widget ( QFrame *  frame)
virtual

BUILD_WIDGET: Function to create the specific tool widget: This one needs to be overloaded

Implements Seg3D::ToolWidget.

void Seg3D::PointsSelectToolInterface::ToggleSaveButtonEnabled ( qpointer_type  points_select_interface)
static

TOGGLESAVEBUTTONENABLED Enable or disable save points button depending on whether points are available. Locks: StateEngine

void Seg3D::PointsSelectToolInterface::UpdateTable ( qpointer_type  points_select_interface)
static

UPDATETABLE Update table containing list of points when seed points change.


The documentation for this class was generated from the following files: