OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimMpiMasterOverviewSequencer.h
Go to the documentation of this file.
1 //----------------------------------------------------------------------------
2 //
3 // License: See top level LICENSE.txt file.
4 //
5 // Author: David Burken
6 //
7 // Description: Class definition for mpi master sequencer for building
8 // overview files.
9 //
10 //----------------------------------------------------------------------------
11 // $Id: ossimMpiMasterOverviewSequencer.h 17194 2010-04-23 15:05:19Z dburken $
12 #ifndef ossimMpiMasterOverviewSequencer_HEADER
13 #define ossimMpiMasterOverviewSequencer_HEADER
14 
17 #include <ossim/base/ossimRefPtr.h>
19 
20 
25 {
26 public:
27 
30 
40  virtual void initialize();
41 
47  virtual void setToStartOfSequence();
48 
63 
64 protected:
67 
68  int m_rank;
70 };
71 
72 #endif /* #ifndef ossimMpiMasterOverviewSequencer_HEADER */
virtual void setToStartOfSequence()
Will set the internal pointers to the upperleft tile number.
virtual ossimRefPtr< ossimImageData > getNextTile()
Will allow you to get the next tile in the sequence.
#define OSSIM_DLL
virtual void initialize()
This must be called.