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 Member Functions | |
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 () |
Additional Inherited Members | |
Protected Attributes inherited from Seg3D::ToolInterface | |
ToolHandle | tool_ |
Handle to the underlying tool. | |
|
virtual |
BUILD_WIDGET: Function to create the specific tool widget: This one needs to be overloaded
Implements Seg3D::ToolWidget.