Blender
V3.3
|
Functions related to context queries. More...
#include "ContextFunctions.h"
#include "../view_map/SteerableViewMap.h"
#include "../system/TimeStamp.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 () |
Functions related to context queries.
Interface to access the context related information.
Definition in file ContextFunctions.cpp.