Import Geant4 11.4.0 source tree

This commit is contained in:
Gabriele Cosmo
2025-12-05 08:54:02 +01:00
parent a499fb82e9
commit b4a16de652
6484 changed files with 232674 additions and 221097 deletions
-8
View File
@@ -45,12 +45,6 @@ public:
return *this;
}
public:
#ifdef tools_viewplot
//deprecated, use set_current_plotter_style().
void style_from_res(const std::string& a_path,bool a_verbose = false) {
style_from_res(a_path,m_plots.current_plotter(),a_verbose);
}
#endif
void set_current_plotter_style(const std::string& a_path,bool a_verbose = false) {
style_from_res(a_path,m_plots.current_plotter(),a_verbose);
}
@@ -62,14 +56,12 @@ public:
m_plots.adjust_size(width(),height());
}
//#ifdef tools_viewplot
bool write(const std::string& a_file,bool a_anonymous = false) {
return parent::write_inzb_ps(a_file,a_anonymous);
}
bool open_file(const std::string& a_file,bool a_anonymous = false) {return open_inzb_ps_file(a_file,a_anonymous);}
bool write_page() {return write_inzb_ps_page();}
bool close_file() {return close_inzb_ps_file();}
//#endif
const xml::styles& styles() const {return m_styles;}