![]() |
Pile Group Tool
2.0.3
Educational tool demonstrating behavior of pile groups in layered soil
|
The ResultPlotSuper class is an abstract class implementing simple line plots. More...
Protected Attributes | |
QVector< double > | depthOfLayer = QVector<double>(4, 0.0) |
QVector< QVector< double > > | m_pos |
QVector< QVector< double > > | m_data |
The ResultPlotSuper class is an abstract class implementing simple line plots.
This class provides library-independent data exchange and data management for result plots.
Any library-dependent functionality needs to be implemented by a derived class. The derived class must implement the refresh method.