![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <G3PointPlots.h>


Public Member Functions | |
| G3PointPlots (QString title, QWidget *parent=nullptr) | |
| qCC_db More... | |
| ~G3PointPlots () | |
| void | readSettings () |
| void | addToTabWidget (QWidget *widget) |
| void | closeCurrentWidget () |
| template<typename SharedDataContainer > | |
| bool | exportToCSV (QString filename, SharedDataContainer container, const Eigen::Array3d *dq_final=nullptr, const Eigen::Array3d *edq=nullptr) const |
| void | onExportToCSV () |
| void | onExportToImage () |
| void | closeEvent (QCloseEvent *event) override |
Definition at line 21 of file G3PointPlots.h.
|
explicit |
qCC_db
Definition at line 29 of file G3PointPlots.cpp.
References onExportToCSV(), onExportToImage(), and readSettings().
| G3PointPlots::~G3PointPlots | ( | ) |
Definition at line 43 of file G3PointPlots.cpp.
| void G3PointPlots::addToTabWidget | ( | QWidget * | widget | ) |
Definition at line 57 of file G3PointPlots.cpp.
References closeCurrentWidget(), AnglesCustomPlot::closeTab(), and WolmanCustomPlot::closeTab().
| void G3PointPlots::closeCurrentWidget | ( | ) |
Definition at line 73 of file G3PointPlots.cpp.
Referenced by addToTabWidget().
|
override |
Definition at line 45 of file G3PointPlots.cpp.
References event.
| bool G3PointPlots::exportToCSV | ( | QString | filename, |
| SharedDataContainer | container, | ||
| const Eigen::Array3d * | dq_final = nullptr, |
||
| const Eigen::Array3d * | edq = nullptr |
||
| ) | const |
Definition at line 78 of file G3PointPlots.cpp.
References QtCompat::endl(), filename, CVLog::Print(), and CVLog::Warning().
| void G3PointPlots::onExportToCSV | ( | ) |
Definition at line 126 of file G3PointPlots.cpp.
References ecvPS::CurrentPath(), WolmanCustomPlot::dataContainer(), ecvFileUtils::defaultDocPath(), filename, WolmanCustomPlot::m_dq_final, WolmanCustomPlot::m_edq, and ecvPS::SaveFile().
Referenced by G3PointPlots().
| void G3PointPlots::onExportToImage | ( | ) |
Definition at line 168 of file G3PointPlots.cpp.
References ecvPS::CurrentPath(), ecvFileUtils::defaultDocPath(), CVLog::Error(), ImageFileFilter::GetSaveFilename(), image, CVLog::Print(), and ecvPS::SaveFile().
Referenced by G3PointPlots().
| void G3PointPlots::readSettings | ( | ) |
Definition at line 52 of file G3PointPlots.cpp.
Referenced by G3PointPlots().