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

cpp static ParticleSystemEvaluation get_local_particle_system( Session * session, int domain )

function create_plot

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

function create_box_plot

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


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