Skip to content

shapeworks::ParticleAreaPanel

Inherits from QWidget

Public Slots

Name
void run_clicked()
void show_particle_area_clicked()
void display_option_changed()
void handle_job_progress(int progress)
void handle_job_complete()

Public Signals

Name
void update_view()

Public Functions

Name
ParticleAreaPanel(QWidget * parent =0)
~ParticleAreaPanel()
void set_session(QSharedPointer< Session > session)
set the pointer to the session
void reset()
bool get_display_particle_area() const
Eigen::VectorXd get_computed_values() const
std::string get_computed_value_name() const

Public Slots Documentation

slot run_clicked

void run_clicked()

slot show_particle_area_clicked

void show_particle_area_clicked()

slot display_option_changed

void display_option_changed()

slot handle_job_progress

void handle_job_progress(
    int progress
)

slot handle_job_complete

void handle_job_complete()

Public Signals Documentation

signal update_view

void update_view()

Public Functions Documentation

function ParticleAreaPanel

ParticleAreaPanel(
    QWidget * parent =0
)

function ~ParticleAreaPanel

~ParticleAreaPanel()

function set_session

void set_session(
    QSharedPointer< Session > session
)

set the pointer to the session

function reset

void reset()

function get_display_particle_area

bool get_display_particle_area() const

function get_computed_values

Eigen::VectorXd get_computed_values() const

function get_computed_value_name

std::string get_computed_value_name() const

Updated on 2024-03-17 at 12:58:44 -0600