11 #include "../view_map/SteerableViewMap.h"
25 while (!itnext.
isEnd()) {
30 cerr <<
"GetSteerableViewMapDensityF1D warning: no FEdge between " << i0D.
getId() <<
" and "
31 << i0Dnext.
getId() << endl;
47 vector<float>::iterator
v = values.begin(), vend = values.end();
53 for (;
v != vend; ++
v) {
63 for (;
v != vend; ++
v) {
81 for (;
v != vend; ++
v, ++
size) {
Functions taking 1D input.
Class to define a canvas designed to draw style modules.
ATTR_WARN_UNUSED_RESULT const BMVert * v
static DBVT_INLINE btScalar size(const btDbvtVolume &a)
SteerableViewMap * getSteerableViewMap()
static Canvas * getInstance()
int operator()(Interface1D &inter)
int operator()(Interface1D &inter)
int operator()(Interface1D &inter)
int operator()(Interface1D &inter)
virtual bool isEnd() const
virtual real getProjectedX() const
virtual Geometry::Vec2r getPoint2D() const
virtual FEdge * getFEdge(Interface0D &)
virtual real getProjectedY() const
virtual Interface0DIterator pointsEnd(float t=0.0f)
virtual Interface0DIterator pointsBegin(float t=0.0f)
float readSteerableViewMapPixel(unsigned iOrientation, int iLevel, int x, int y)
unsigned getSVMNumber(Vec2f dir)
IntegrationType _integration
T integrate(UnaryFunction0D< T > &fun, Interface0DIterator it, Interface0DIterator it_end, IntegrationType integration_type=MEAN)