Antares Simulator
Power System Simulator
|
Constructor & Destructor | |
CellColumnData * | columns |
uint | width |
Width of the matrix. | |
uint | heightAfterAggregation |
Valid Height found after aggregation. | |
ResultMatrix () | |
Default constructor. | |
ResultMatrix (const ResultMatrix &) | |
Copy constructor. | |
~ResultMatrix () | |
Destructor. | |
void | resize (uint i) |
Resize the pseudo matrix. | |
bool | saveToCSVFile (const Yuni::String &filename) const |
Export the content of the matrix into a CSV file. | |