OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimStdOutProgress.h
Go to the documentation of this file.
1 //*******************************************************************
2 // Copyright (C) 2000 ImageLinks Inc.
3 //
4 // License: MIT
5 //
6 // See LICENSE.txt file in the top level directory for more details.
7 //
8 // Author: Garrett Potts
9 //
10 //*************************************************************************
11 // $Id: ossimStdOutProgress.h 10422 2007-02-06 04:03:13Z gpotts $
12 #ifndef ossimStdOutProgress_HEADER
13 #define ossimStdOutProgress_HEADER
14 
18 
20 {
21 public:
22  ossimStdOutProgress(ossim_uint32 precision = 0, bool flushStream=false);
23 
25 
26  virtual void setFlushStreamFlag(bool flag);
27 
28 protected:
33 };
34 
36 #endif
virtual void processProgressEvent(ossimProcessProgressEvent &event)
OSSIM_DLL ossimStdOutProgress theStdOutProgress
#define TYPE_DATA
Definition: ossimRtti.h:339
unsigned int ossim_uint32
#define OSSIM_DLL