source:
trunk/vizservers/nanovis/imgLoaders/BMPImageLoaderImpl.h
@
915
Last change on this file since 915 was 915, checked in by gah, 15 years ago | |
---|---|
File size: 320 bytes |
Line | |
---|---|
1 | #ifndef __BMP_IMAGE_LOADER_IMPL_H__ |
2 | #define __BMP_IMAGE_LOADER_IMPL_H__ |
3 | |
4 | #include <ImageLoaderImpl.h> |
5 | |
6 | class BMPImageLoaderImpl : public ImageLoaderImpl { |
7 | public : |
8 | BMPImageLoaderImpl(); |
9 | ~BMPImageLoaderImpl(); |
10 | |
11 | public : |
12 | virtual Image* load(const char* fileName); |
13 | |
14 | }; |
15 | #endif /* __BMP_IMAGE_LOADER_IMPL_H__ */ |
Note: See TracBrowser
for help on using the repository browser.