25 #ifndef WHISTOGRAM2D_H
26 #define WHISTOGRAM2D_H
30 #include <boost/array.hpp>
34 #include <core/graphicsEngine/WGETexture.h>
36 #include "WHistogramND.h"
48 typedef boost::shared_ptr< WHistogram2D >
SPtr;
60 WHistogram2D(
double minX,
double maxX,
double minY,
double maxY,
size_t bucketsX,
size_t bucketsY );
91 virtual size_t operator()(
size_t i,
size_t j )
const;
125 void insert(
double x,
double y );
146 typedef Eigen::Matrix< size_t, Eigen::Dynamic, Eigen::Dynamic >
BinType;
159 #endif // WHISTOGRAM2D_H