Go to the documentation of this file.
28 #include <Eigen/Dense>
30 #include <ArmarXCore/interface/observers/ObserverInterface.h>
34 using Eigen::MatrixXf;
38 class MatrixDatafieldDisplayWidget;
51 void updateRequested();
74 this->infoOverlay = infoOverlay;
79 void drawMatrix(
const QRect&
target, QPainter& painter);
80 void drawPercentiles(
const QRect&
target, QPainter& painter);
83 Ui::MatrixDatafieldDisplayWidget* ui;
85 std::vector<float> percentiles;
87 std::valarray<QColor> colors;
93 ObserverInterfacePrx observer;
Vertex target(const detail::edge_base< Directed, Vertex > &e, const PCG &)
std::vector< T > max(const std::vector< T > &v1, const std::vector< T > &v2)
std::shared_ptr< Value > value()
std::vector< T > min(const std::vector< T > &v1, const std::vector< T > &v2)
This file offers overloads of toIce() and fromIce() functions for STL container types.