Blender V4.3
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

namespace  Freestyle
 inherits from class Rep
 
namespace  Freestyle::ContextFunctions
 

Functions

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

Detailed Description

Functions related to context queries.

Interface to access the context related information.

Definition in file ContextFunctions.h.