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


Signals | |
| void | closeTab () |
Public Member Functions | |
| WolmanCustomPlot (const Eigen::ArrayXf &d_sample, const Eigen::Array3d &dq_final, const Eigen::Array3d &edq) | |
| QSharedPointer< QCPGraphDataContainer > | dataContainer () |
| void | rescale () |
| void | emitCloseTab () |
| void | mouseDoubleClickEvent (QMouseEvent *event) override |
| void | mousePressEvent (QMouseEvent *event) override |
Public Attributes | |
| Eigen::Array3d | m_dq_final |
| Eigen::Array3d | m_edq |
| QCPGraph * | m_graph |
Definition at line 74 of file WolmanCustomPlot.h.
| WolmanCustomPlot::WolmanCustomPlot | ( | const Eigen::ArrayXf & | d_sample, |
| const Eigen::Array3d & | dq_final, | ||
| const Eigen::Array3d & | edq | ||
| ) |
Definition at line 14 of file WolmanCustomPlot.cpp.
References QtCompat::endl(), m_graph, and ecvColor::red().
|
signal |
Referenced by G3PointPlots::addToTabWidget(), and emitCloseTab().
|
inline |
Definition at line 81 of file WolmanCustomPlot.h.
References m_graph.
Referenced by G3PointPlots::onExportToCSV().
|
inline |
Definition at line 93 of file WolmanCustomPlot.h.
References closeTab().
Referenced by mousePressEvent().
|
override |
Definition at line 88 of file WolmanCustomPlot.cpp.
|
override |
Definition at line 95 of file WolmanCustomPlot.cpp.
References emitCloseTab(), and event.
| void WolmanCustomPlot::rescale | ( | ) |
Definition at line 80 of file WolmanCustomPlot.cpp.
References m_graph.
Referenced by mouseDoubleClickEvent().
| Eigen::Array3d WolmanCustomPlot::m_dq_final |
Definition at line 85 of file WolmanCustomPlot.h.
Referenced by G3PointPlots::onExportToCSV().
| Eigen::Array3d WolmanCustomPlot::m_edq |
Definition at line 87 of file WolmanCustomPlot.h.
Referenced by G3PointPlots::onExportToCSV().
| QCPGraph* WolmanCustomPlot::m_graph |
Definition at line 89 of file WolmanCustomPlot.h.
Referenced by dataContainer(), rescale(), and WolmanCustomPlot().