Inheritance Graph
graph BT
LP
click LP "classMinSG_1_1LP"
Description
Public Functions
| |
|
| |
|
| |
LP(uint32_t _nodeCount, uint32_t _algoCount, float * _errors, float * _times, double _targetTime) |
| |
|
| |
~LP() |
| |
|
| bool |
isStopped() |
| |
|
| bool |
hasResult() |
| |
|
| std::vector< int > |
getResult() |
| |
|
| void |
run() |
Documentation
function
MinSG::LP::LP
| |
|
|
| |
|
|
| LP( |
uint32_t |
_nodeCount, |
| |
uint32_t |
_algoCount, |
| |
float * |
_errors, |
| |
float * |
_times, |
| |
double |
_targetTime |
| ) |
|
|
Defined in MinSG/Ext/MultiAlgoRendering/LP.h:37
function
MinSG::LP::~LP
Defined in MinSG/Ext/MultiAlgoRendering/LP.h:39
function
MinSG::LP::isStopped
Defined in MinSG/Ext/MultiAlgoRendering/LP.h:41
function
MinSG::LP::hasResult
Defined in MinSG/Ext/MultiAlgoRendering/LP.h:46
function
MinSG::LP::getResult
Defined in MinSG/Ext/MultiAlgoRendering/LP.h:51
function
MinSG::LP::run
Defined in MinSG/Ext/MultiAlgoRendering/LP.h:53