h o m e d o c u m e n t a t i o n c l a s s h i e r a r c h y

ContextFunctions.h File Reference


Detailed Description

Interface to access the context related information.

#include "Canvas.h"
#include "../image/Image.h"
#include "../image/GaussianFilter.h"

Go to the source code of this file.


Namespaces

namespace  ContextFunctions

Functions

LIB_STROKE_EXPORT unsigned GetTimeStampCF ()
LIB_STROKE_EXPORT unsigned GetCanvasWidthCF ()
LIB_STROKE_EXPORT unsigned GetCanvasHeightCF ()
LIB_STROKE_EXPORT void LoadMapCF (const char *iFileName, const char *iMapName, unsigned iNbLevels=4, float iSigma=1.f)
LIB_STROKE_EXPORT float ReadMapPixelCF (const char *iMapName, int level, unsigned x, unsigned y)
LIB_STROKE_EXPORT float ReadCompleteViewMapPixelCF (int level, unsigned x, unsigned y)
LIB_STROKE_EXPORT float ReadDirectionalViewMapPixelCF (int iOrientation, int level, unsigned x, unsigned y)