#include <AlpsDecompSolution.h>
Definition at line 23 of file AlpsDecompSolution.h.
◆ AlpsDecompSolution() [1/2]
AlpsDecompSolution::AlpsDecompSolution |
( |
| ) |
|
|
inline |
◆ AlpsDecompSolution() [2/2]
AlpsDecompSolution::AlpsDecompSolution |
( |
const int |
size, |
|
|
const double * |
values, |
|
|
const double |
quality, |
|
|
const DecompApp * |
app = NULL , |
|
|
const int |
depth = -1 , |
|
|
const AlpsNodeIndex_t |
index = -1 |
|
) |
| |
|
inline |
◆ ~AlpsDecompSolution()
virtual AlpsDecompSolution::~AlpsDecompSolution |
( |
| ) |
|
|
inlinevirtual |
◆ getSize()
const int AlpsDecompSolution::getSize |
( |
| ) |
const |
|
inline |
◆ getValues()
const double* AlpsDecompSolution::getValues |
( |
| ) |
const |
|
inline |
◆ getQuality()
const double AlpsDecompSolution::getQuality |
( |
| ) |
const |
|
inline |
◆ print()
virtual void AlpsDecompSolution::print |
( |
std::ostream & |
os | ) |
const |
|
inlinevirtual |
◆ m_size
int AlpsDecompSolution::m_size |
|
protected |
◆ m_values
double* AlpsDecompSolution::m_values |
|
protected |
◆ m_quality
double AlpsDecompSolution::m_quality |
|
protected |
◆ m_app
The documentation for this class was generated from the following file: