#include <XnModuleInterface.h>
◆ IsViewPointAs
Checks if current view point is as if coming from the other node view point.
- Parameters
-
hGenerator | [in] A handle to the instance. |
hOther | [in] The view point to be checked. |
◆ IsViewPointSupported
Checks if this generator can change its output to look like as if it was taken from a different location, represented by another generator.
- Parameters
-
hGenerator | [in] A handle to the instance. |
hOther | [in] The view point to be checked. |
- Returns
- TRUE if view point is supported, FALSE otherwise.
◆ RegisterToViewPointChange
Registers a callback function to view point changes.
- Parameters
-
hGenerator | [in] A handle to the instance. |
handler | [in] A pointer to a function that will be called when view point changes. |
pCookie | [in] A user cookie that will be passed to the callback function. |
phCallback | [out] Optional. Will be filled with a handle to be passed to UnregisterFromViewPointChange(). |
◆ ResetViewPoint
Sets the view point of this generator to its normal one.
- Parameters
-
hGenerator | [in] A handle to the instance. |
◆ SetViewPoint
Sets the view point of this generator to look like as if placed at another generator location.
- Parameters
-
hGenerator | [in] A handle to the instance. |
hOther | [in] The view point to be set. |
◆ UnregisterFromViewPointChange
The documentation for this struct was generated from the following file: