VRay SDK for C++
|
A variation of VRayImage to be created on the stack so that the image gets auto-deleted. More...
#include <vraysdk.hpp>
Public Member Functions | |
LocalVRayImage (VRayImage *img) | |
operator VRayImage * () | |
VRayImage & | operator* () |
VRayImage * | operator-> () |
LocalVRayImage & | operator= (VRayImage *image) |
A variation of VRayImage to be created on the stack so that the image gets auto-deleted.