11 #include "../view_map/SteerableViewMap.h"
13 #include "../system/TimeStamp.h"
37 void LoadMapCF(
const char *iFileName,
const char *iMapName,
unsigned iNbLevels,
float iSigma)
Functions related to context queries.
_GL_VOID GLfloat value _GL_VOID_RET _GL_VOID const GLuint GLboolean *residences _GL_BOOL_RET _GL_VOID GLsizei GLfloat GLfloat GLfloat GLfloat const GLubyte *bitmap _GL_VOID_RET _GL_VOID GLenum const void *lists _GL_VOID_RET _GL_VOID const GLdouble *equation _GL_VOID_RET _GL_VOID GLdouble GLdouble blue _GL_VOID_RET _GL_VOID GLfloat GLfloat blue _GL_VOID_RET _GL_VOID GLint GLint blue _GL_VOID_RET _GL_VOID GLshort GLshort blue _GL_VOID_RET _GL_VOID GLubyte GLubyte blue _GL_VOID_RET _GL_VOID GLuint GLuint blue _GL_VOID_RET _GL_VOID GLushort GLushort blue _GL_VOID_RET _GL_VOID GLbyte GLbyte GLbyte alpha _GL_VOID_RET _GL_VOID GLdouble GLdouble GLdouble alpha _GL_VOID_RET _GL_VOID GLfloat GLfloat GLfloat alpha _GL_VOID_RET _GL_VOID GLint GLint GLint alpha _GL_VOID_RET _GL_VOID GLshort GLshort GLshort alpha _GL_VOID_RET _GL_VOID GLubyte GLubyte GLubyte alpha _GL_VOID_RET _GL_VOID GLuint GLuint GLuint alpha _GL_VOID_RET _GL_VOID GLushort GLushort GLushort alpha _GL_VOID_RET _GL_VOID GLenum mode _GL_VOID_RET _GL_VOID GLint y
SteerableViewMap * getSteerableViewMap()
void loadMap(const char *iFileName, const char *iMapName, unsigned iNbLevels=4, float iSigma=1.0f)
static Canvas * getInstance()
virtual BBox< Vec2i > border() const =0
float readMapPixel(const char *iMapName, int level, int x, int y)
virtual int height() const =0
virtual int width() const =0
const FEdge * selectedFEdge() const
float readSteerableViewMapPixel(unsigned iOrientation, int iLevel, int x, int y)
float readCompleteViewMapPixel(int iLevel, int x, int y)
static TimeStamp * instance()
unsigned getTimeStamp() const
unsigned GetCanvasWidthCF()
float ReadCompleteViewMapPixelCF(int level, unsigned x, unsigned y)
FEdge * GetSelectedFEdgeCF()
float ReadDirectionalViewMapPixelCF(int iOrientation, int level, unsigned x, unsigned y)
void LoadMapCF(const char *iFileName, const char *iMapName, unsigned iNbLevels, float iSigma)
unsigned GetCanvasHeightCF()
BBox< Vec2i > GetBorderCF()
unsigned GetTimeStampCF()
float ReadMapPixelCF(const char *iMapName, int level, unsigned x, unsigned y)