Attention
This function is available in C++ and Python only.
OEGridMinVal¶
template<class GridType>
GridType OEGridMinVal(const OEFixedGrid<GridType> &grid)
Returns the minimum value of the grid
.
The following specializations exist for this template:
OEDoubleGridMinVal |
OESystem::OEGridMinVal<double> |
OEFloatGridMinVal |
OESystem::OEGridMinVal<float> |
OEIntGridMinVal |
OESystem::OEGridMinVal<int> |