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