source:
trunk/vizservers/nanovis/imgLoaders/BMPImageLoaderImpl.h
@
823
Last change on this file since 823 was 823, checked in by vrinside, 15 years ago | |
---|---|
File size: 300 bytes |
Rev | Line | |
---|---|---|
[823] | 1 | #ifndef __BMP_IMAGE_LOADER_IMPL_H__ |
2 | #define __BMP_IMAGE_LOADER_IMPL_H__ | |
3 | ||
4 | #include <imgLoaders/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 // |
Note: See TracBrowser
for help on using the repository browser.