FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
bool Interpolator2D::SetOutputGrid
(
const std::vector<
Interpolator2D::vec
> &
v
)
inline
Definition at line
450
of file
Interpolator2D.h
.
References
CalculateWeights()
, and
i
.
451
{
452
if
(
inputGrid
.empty())
453
return
false
;
454
455
weights
.clear();
456
457
outputGrid
.clear();
458
outputGrid
.reserve(v.size());
459
for
(std::size_t
i
=0;
i
<v.size();
i
++)
460
outputGrid
.emplace_back(
i
, v[
i
]);
461
462
return
CalculateWeights
();
463
}
i
int i
Definition:
db_dim_client.c:21
Interpolator2D::outputGrid
std::vector< point > outputGrid
positions of the data points (e.g. sensors)
Definition:
Interpolator2D.h:80
Interpolator2D::CalculateWeights
bool CalculateWeights()
Definition:
Interpolator2D.h:172
Interpolator2D::inputGrid
std::vector< point > inputGrid
Definition:
Interpolator2D.h:79
Interpolator2D::weights
std::vector< weight > weights
the calculated circles/triangles
Definition:
Interpolator2D.h:82
Here is the call graph for this function:
Interpolator2D
Generated on Sun Sep 18 2016 20:50:53 for FACT++ by
1.8.11