MCPcopy Create free account
hub / github.com/OpenNI/OpenNI / InitFrom

Method InitFrom

Include/XnCppWrapper.h:970–973  ·  view source on GitHub ↗

* @brief Shallow-copies an ImageMetaData object. * * @param [in] other source object. * * @remarks Note that the data buffer is not copied, and that both object will point to the same buffer. */

Source from the content-addressed store, hash-verified

968 * @remarks Note that the data buffer is not copied, and that both object will point to the same buffer.
969 */
970 inline void InitFrom(const ImageMetaData& other)
971 {
972 xnCopyImageMetaData(&m_image, &other.m_image);
973 }
974
975 /**
976 * Shallow copies another @ref ImageMetaData object, and then @ref ReAdjust "readjusts"

Callers

nothing calls this directly

Calls 2

xnCopyImageMetaDataFunction · 0.85
PixelFormatEnum · 0.50

Tested by

no test coverage detected