shapeworks::ParticleAreaJob
Inherits from shapeworks::Job, QObject
Public Functions
| Name | |
|---|---|
| ParticleAreaJob(QSharedPointer< Session > session) | |
| virtual void | run() override run the job  | 
| virtual QString | name() override get the name of the job  | 
| const Eigen::VectorXd & | get_mean_areas() const | 
| const Eigen::VectorXd & | get_stddev_areas() const | 
Additional inherited members
Public Signals inherited from shapeworks::Job
| Name | |
|---|---|
| void | progress(double , QString ="") | 
| void | finished() | 
Public Functions inherited from shapeworks::Job
| Name | |
|---|---|
| Job() | |
| virtual | ~Job() | 
| virtual QString | get_completion_message() get a message to display when the job is complete  | 
| virtual QString | get_abort_message() get a message to display when the job is aborted  | 
| void | start_timer() start the timer  | 
| qint64 | timer_elapsed() how much time has elapsed since the timer was started  | 
| void | set_complete(bool complete) set the job as complete  | 
| bool | is_complete() const is the job complete?  | 
| void | abort() abort the job  | 
| bool | is_aborted() const was the job aborted?  | 
| void | set_quiet_mode(bool quiet) set to quiet mode (no progress messages)  | 
| bool | get_quiet_mode() get quiet mode  | 
Public Functions Documentation
function ParticleAreaJob
ParticleAreaJob(
    QSharedPointer< Session > session
)
function run
virtual void run() override
run the job
Reimplements: shapeworks::Job::run
function name
inline virtual QString name() override
get the name of the job
Reimplements: shapeworks::Job::name
function get_mean_areas
inline const Eigen::VectorXd & get_mean_areas() const
function get_stddev_areas
inline const Eigen::VectorXd & get_stddev_areas() const
Updated on 2024-03-17 at 12:58:44 -0600