OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimMpiSlaveOverviewSequencer.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 slave sequencer for building
8 // overview files.
9 //
10 //----------------------------------------------------------------------------
11 // $Id: ossimMpiSlaveOverviewSequencer.h 17194 2010-04-23 15:05:19Z dburken $
12 #ifndef ossimMpiSlaveOverviewSequencer_HEADER
13 #define ossimMpiSlaveOverviewSequencer_HEADER
14 
17 
22 {
23 public:
24 
27 
28 
32  virtual bool isMaster()const;
33 
43  virtual void initialize();
44 
50  virtual void setToStartOfSequence();
51 
55  virtual void slaveProcessTiles();
56 
57 protected:
60 
61  int m_rank;
63 };
64 
65 #endif /* #ifndef ossimMpiSlaveOverviewSequencer_HEADER */
virtual void setToStartOfSequence()
Will set the internal pointers to the upperleft tile number.
#define OSSIM_DLL
virtual void slaveProcessTiles()
This implementation does nothing.
virtual void initialize()
This must be called.