
Definition in file Pixels.H.
#include "Util/MathFunctions.H"
#include "Image/PixelsTypes.H"
#include <cmath>
#include <string>
Include dependency graph for Pixels.H:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
| namespace | pix_helper |
Defines | |
| #define | PIX_FREE_MATH_FUNCTIONS(PIX, TPARAMS) |
| #define | LIST_2(p1, p2) p1, p2 |
Typedefs | |
| typedef double( | pix_helper::unary_math_func )(double) |
Functions | |
| template<class P> | |
| P | pix_helper::do_unary_func (P pixel, unary_math_func *func) |
Variables | |
| PIX_FREE_MATH_FUNCTIONS(PixHyper< LIST_2(T, dim)>, LIST_2(class T, size_t dim)) std voi | convertFromString )(const std::string &str, PixRGB< byte > &val) |
| PixRGB<byte> overload. | |
|
|
PixRGB<byte> overload. Format is "<byte>,<byte>,<byte>" for R, G, B, or "#RRGGBB" with the RR, GG and BB values in hexadecimal. Definition at line 377 of file Pixels.H. Referenced by fromStr(), ModelManager::getExtraArgAs(), lobot::grab_size(), main(), SeaBee3MainDisplayForm::moveObject(), SpatialMetrics::paramChanged(), dummy_namespace_to_avoid_gcc411_bug_CmdlineOptionManager_C::printFullHelp(), World2DInput::setConfigInfo(), RandomInput::setConfigInfo(), GameOfLifeInput::setConfigInfo(), OModelParam< Point2D< int > >::setValString(), NModelParam< uint >::setValString(), EyeTrackerEyeHeadController::start1(), submain(), SeaBee3MainDisplayForm::updateDepthPID(), SeaBee3MainDisplayForm::updateDesiredDepth(), SeaBee3MainDisplayForm::updateDesiredHeading(), SeaBee3MainDisplayForm::updateDesiredSpeed(), and SeaBee3MainDisplayForm::updateHeadingPID(). |
1.4.4