File tree Expand file tree Collapse file tree 6 files changed +17
-5
lines changed Expand file tree Collapse file tree 6 files changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -694,4 +694,6 @@ Eigen::MatrixXd ParticleShapeStatistics::get_group1_matrix() const { return grou
694
694
// ---------------------------------------------------------------------------
695
695
Eigen::MatrixXd ParticleShapeStatistics::get_group2_matrix () const { return group2_matrix_; }
696
696
697
+
698
+
697
699
} // namespace shapeworks
Original file line number Diff line number Diff line change @@ -869,7 +869,7 @@ void AnalysisTool::store_settings() {
869
869
params.set (" network_pvalue_of_interest" , ui_->network_pvalue_of_interest ->text ().toStdString ());
870
870
params.set (" network_pvalue_threshold" , ui_->network_pvalue_threshold ->text ().toStdString ());
871
871
872
- params.set (" regression_slope" , session->)
872
+ // params.set("regression_slope", session->)
873
873
874
874
session_->get_project ()->set_parameters (Parameters::ANALYSIS_PARAMS, params);
875
875
}
Original file line number Diff line number Diff line change @@ -837,7 +837,7 @@ void Session::new_plane_point(PickResult result) {
837
837
// ---------------------------------------------------------------------------
838
838
QString Session::get_filename () { return filename_; }
839
839
840
- QString Session::get_parent_dir ()
840
+ // QString Session::get_parent_dir()
841
841
842
842
// ---------------------------------------------------------------------------
843
843
int Session::get_num_shapes () { return shapes_.size (); }
Original file line number Diff line number Diff line change @@ -1532,8 +1532,8 @@ void ShapeWorksStudioApp::open_project(QString filename) {
1532
1532
if (optimize_tool_->get_regression_analysis_status ())
1533
1533
{
1534
1534
// Verify if slope and intercept files exist
1535
- auto particles_dir = session_->get_filename ().dir ().absolutePath ().toStdString ();
1536
- auto slope_filename = session_->get_filename ().toStdString ()
1535
+ // auto particles_dir = session_->get_filename().dir().absolutePath().toStdString();
1536
+ // auto slope_filename = session_->get_filename().toStdString();
1537
1537
}
1538
1538
analysis_tool_->store_settings ();
1539
1539
update_from_preferences ();
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Q_OBJECT;
39
39
// ! Store params to project
40
40
41
41
// ! Get flag if regression needs to enabled for analysis in Studio
42
- inline bool get_regression_analysis_status () { return regression_analysis_status ; }
42
+ inline bool get_regression_analysis_status () { return regression_analysis_status_ ; }
43
43
44
44
void store_params ();
45
45
Original file line number Diff line number Diff line change @@ -881,6 +881,16 @@ QWidget#optimize_panel {
881
881
</property >
882
882
</widget >
883
883
</item >
884
+ <item row =" 8" column =" 2" >
885
+ <widget class =" QLineEdit" name =" geodesic_remesh_percent" >
886
+ <property name =" text" >
887
+ <string >100</string >
888
+ </property >
889
+ <property name =" alignment" >
890
+ <set >Qt::AlignCenter</set >
891
+ </property >
892
+ </widget >
893
+ </item >
884
894
<item row =" 22" column =" 2" >
885
895
<widget class =" QWidget" name =" linear_regression_widget" native =" true" >
886
896
<layout class =" QGridLayout" name =" gridLayout_18" >
You can’t perform that action at this time.
0 commit comments