#include "HxImageRep.h"
Go to the source code of this file.
Functions | |
HxImageRep L_HXIMAGEREP | HxMakeFromSi (IMAGE *im) |
Make an HxImageRep with from the given image in ScilImage format. More... |
|
Make an HxImageRep with from the given image in ScilImage format.
00013 { 00014 return HxImageRep(im); 00015 } |