Blender  V3.3
Namespaces | Functions
ContextFunctions.h File Reference

Functions related to context queries. More...

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

Go to the source code of this file.

Namespaces

 Freestyle
 inherits from class Rep
 
 Freestyle::ContextFunctions
 

Functions

unsigned Freestyle::ContextFunctions::GetTimeStampCF ()
 
unsigned Freestyle::ContextFunctions::GetCanvasWidthCF ()
 
unsigned Freestyle::ContextFunctions::GetCanvasHeightCF ()
 
BBox< Vec2i > Freestyle::ContextFunctions::GetBorderCF ()
 
void Freestyle::ContextFunctions::LoadMapCF (const char *iFileName, const char *iMapName, unsigned iNbLevels, float iSigma)
 
float Freestyle::ContextFunctions::ReadMapPixelCF (const char *iMapName, int level, unsigned x, unsigned y)
 
float Freestyle::ContextFunctions::ReadCompleteViewMapPixelCF (int level, unsigned x, unsigned y)
 
float Freestyle::ContextFunctions::ReadDirectionalViewMapPixelCF (int iOrientation, int level, unsigned x, unsigned y)
 
FEdge * Freestyle::ContextFunctions::GetSelectedFEdgeCF ()
 

Detailed Description

Functions related to context queries.

Interface to access the context related information.

Definition in file ContextFunctions.h.