Commit 1f2ca8ec38a5d89911c3ab8eccc637108e1e5fed

Authored by David Mayerich
1 parent 5d5ce39a

added files for bsq class

Showing 3 changed files with 2 additions and 27 deletions   Show diff stats
envi/bil.h deleted
1   -#ifndef RTS_BIL_H
2   -#define RTS_BIL_H
3   -
4   -#include "../envi/envi.h"
5   -
6   -namespace rts{
7   -
8   -//This class specifies a BIL binary file that can be streamed to and from storage media
9   -template< typename T >
10   -class bil{
11   -
12   -protected:
13   -
14   - rts::envi header;
15   -
16   -
17   -public:
18   -
19   - bil(){
20   - init();
21   - }
22   -
23   -};
24   -
25   -}
26   -
27   -#endif
envi/binary.h
  1 +
  2 +//make sure that this header file is only loaded once
1 3 #ifndef RTS_BINARY_H
2 4 #define RTS_BINARY_H
3 5  
... ...
envi/bsq.h 0 → 100644