C3D Toolkit  Kernel - 117982, Vision - 2.9.2.2
VSN::Image Member List

This is the complete list of members for VSN::Image, including all inherited members.

Clear()VSN::Image
GetBits() constVSN::Image
GetFormat() constVSN::Image
GetHeight() constVSN::Image
GetWidth() constVSN::Image
Image()VSN::Image
Image(Image &&image)VSN::Image
Image(const Image &image)VSN::Image
Image(uint width, uint height, Format format, unsigned char *data)VSN::Image
Image(std::istream &in)VSN::Image
Image(const std::string &path)VSN::Image
Init(const std::string &fileName)VSN::Image
Init(std::istream &in)VSN::Image
Init(uint w, uint h, Format f, std::unique_ptr< unsigned char[]> mem)VSN::Image
Init(uint w, uint h, Format f, const unsigned char *mem)VSN::Image
Init(const Image &other)VSN::Image
IsCompressed() constVSN::Image
IsValid() constVSN::Image
operator=(const Image &)VSN::Image
SavePNG(std::ostream &out) constVSN::Image
SavePNG(const std::string &fileName) constVSN::Image
Scale(uint sw, uint sh) constVSN::Image
SubImage(uint x, uint y, uint w, uint h)VSN::Image
~Image()VSN::Image