Attention
This function is available in C++ and Python only.
OEGridMaxValΒΆ
template<class GridType>
GridType OEGridMaxVal(const OEFixedGrid<GridType> &grid)
Returns the maximum value of the grid.
The following specializations exist for this template:
OEDoubleGridMaxVal | OESystem::OEGridMaxVal<double> |
OEFloatGridMaxVal | OESystem::OEGridMaxVal<float> |
OEIntGridMaxVal | OESystem::OEGridMaxVal<int> |