Skip to content

shapeworks::AnalysisUtils

Public Functions

Name
ParticleSystemEvaluation get_local_particle_system(Session * session, int domain)
void create_plot(JKQTPlotter * plot, Eigen::VectorXd data, QString title, QString x_label, QString y_label)
void create_box_plot(JKQTPlotter * plot, Eigen::VectorXd data, QString title, QString x_label, QColor color =Qt::blue)

Public Functions Documentation

function get_local_particle_system

static ParticleSystemEvaluation get_local_particle_system(
    Session * session,
    int domain
)

function create_plot

static void create_plot(
    JKQTPlotter * plot,
    Eigen::VectorXd data,
    QString title,
    QString x_label,
    QString y_label
)

function create_box_plot

static void create_box_plot(
    JKQTPlotter * plot,
    Eigen::VectorXd data,
    QString title,
    QString x_label,
    QColor color =Qt::blue
)

Updated on 2024-05-15 at 19:58:55 +0000