Doxygen
1.9.1
|
Holds the pair of point index and model value, the struct is used in a std::forward_list. More...
#include <tsgDConstructGridGlobal.hpp>
Public Attributes | |
std::vector< int > | point |
The multi-index of the point. | |
std::vector< double > | value |
The values of the model outputs at the point. | |
Holds the pair of point index and model value, the struct is used in a std::forward_list.
Dynamic construction allows the data for the points to be given as input in any arbitrary order. However, points cannot be added to any grid unless some conditions are satisfied, e.g., the resulting set must be connected or lower complete. The nodes that cannot be included yet are stored into a std::forward_list of NodeData structs, the point is kept in a multi-index integer format and the value into a single vector.