USGS

Isis 3.0 Developer's Reference (API)

Home

LineManager.h

Go to the documentation of this file.
00001 #if !defined(LineManager_h)
00002 #define LineManager_h
00003 
00025 #include "BufferManager.h"
00026 #include "Cube.h"
00027 
00028 namespace Isis {
00054   class LineManager : public Isis::BufferManager {
00055 
00056     public:
00057       // Constructors and Destructors
00058       LineManager(const Isis::Cube &cube, const bool reverse = false);
00059 
00061       ~LineManager() {};
00062 
00063       bool SetLine(const int line, const int band = 1);
00064   };
00065 };
00066 
00067 #endif
00068