* @brief Gets the image generator node's latest @ref glos_frame_object "frame object", saving * it in the @ref xn::ImageMetaData object. This @ref glos_frame_object "frame object" is a * snapshot of the generated image map data and its associated configuration information at a * certain point in time. This saved @ref glos_frame_object "frame object" provides fast * and easy access to t
| 4997 | * the data and all its associated properties. |
| 4998 | */ |
| 4999 | inline void GetMetaData(ImageMetaData& metaData) const |
| 5000 | { |
| 5001 | xnGetImageMetaData(GetHandle(), metaData.GetUnderlying()); |
| 5002 | } |
| 5003 | |
| 5004 | /** |
| 5005 | * @copybrief xnGetRGB24ImageMap |
nothing calls this directly
no test coverage detected