![]() |
RobWorkProject
23.9.11-
|
Loads images in Silicon Graphics RGB format. More...
#include <RGBLoader.hpp>
Inherits ImageLoader.
Public Member Functions | |
rw::sensor::Image::Ptr | loadImage (const std::string &filename) |
std::vector< std::string > | getImageFormats () |
get the list of supported image formats (as extensions) example (PNG,PGM,GIF) More... | |
![]() | |
virtual | ~ImageLoader () |
destructor | |
virtual bool | isImageSupported (const std::string &format) |
Static Public Member Functions | |
static rw::sensor::Image::Ptr | load (const std::string &filename) |
Additional Inherited Members | |
![]() | |
typedef rw::core::Ptr< ImageLoader > | Ptr |
smart pointer type | |
Loads images in Silicon Graphics RGB format.
|
virtual |
get the list of supported image formats (as extensions) example (PNG,PGM,GIF)
Implements ImageLoader.
|
static |
filename | [in] name of the file that is to be loaded. |
|
virtual |
filename | [in] name of the file that is to be loaded. |
Implements ImageLoader.