Skip to content

shapeworks::DeepSSMTool

Inherits from QWidget

Public Slots

Name
void run_clicked()
void run_prep_clicked(int step)
void restore_defaults()
void handle_thread_complete()
void handle_progress(int val, QString message)
void handle_error(QString msg)
void tab_changed(int tab)
void update_panels()
void update_split()
void handle_new_mesh()
void training_fine_tuning_changed()

Public Signals

Name
void update_view()
void progress(int )

Public Functions

Name
DeepSSMTool(Preferences & prefs)
~DeepSSMTool()
void set_session(QSharedPointer< Session > session)
set the pointer to the session
void set_app(ShapeWorksStudioApp * app)
set the pointer to the application
bool is_active()
Return if this tool is active.
void load_params()
void store_params()
void shutdown()
ShapeList get_shapes()
void resizeEvent(QResizeEvent * event) override
std::string get_display_feature()

Public Slots Documentation

slot run_clicked

cpp void run_clicked()

slot run_prep_clicked

cpp void run_prep_clicked( int step )

slot restore_defaults

cpp void restore_defaults()

slot handle_thread_complete

cpp void handle_thread_complete()

slot handle_progress

cpp void handle_progress( int val, QString message )

slot handle_error

cpp void handle_error( QString msg )

slot tab_changed

cpp void tab_changed( int tab )

slot update_panels

cpp void update_panels()

slot update_split

cpp void update_split()

slot handle_new_mesh

cpp void handle_new_mesh()

slot training_fine_tuning_changed

cpp void training_fine_tuning_changed()

Public Signals Documentation

signal update_view

cpp void update_view()

signal progress

cpp void progress( int )

Public Functions Documentation

function DeepSSMTool

cpp DeepSSMTool( Preferences & prefs )

function ~DeepSSMTool

cpp ~DeepSSMTool()

function set_session

cpp void set_session( QSharedPointer< Session > session )

set the pointer to the session

function set_app

cpp void set_app( ShapeWorksStudioApp * app )

set the pointer to the application

function is_active

cpp bool is_active()

Return if this tool is active.

function load_params

cpp void load_params()

function store_params

cpp void store_params()

function shutdown

cpp void shutdown()

function get_shapes

cpp ShapeList get_shapes()

function resizeEvent

cpp void resizeEvent( QResizeEvent * event ) override

function get_display_feature

cpp std::string get_display_feature()


Updated on 2026-03-31 at 16:02:10 +0000