OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimImageGeometryEventListener.h
Go to the documentation of this file.
1 //*******************************************************************
2 //
3 // License: See top level LICENSE.txt file.
4 //
5 // Author: Garrett Potts
6 // Description: A brief description of the contents of the file.
7 //
8 //
9 //*************************************************************************
10 // $Id: ossimImageGeometryEventListener.h 9968 2006-11-29 14:01:53Z gpotts $
11 #ifndef ossimImageGeometryEventListener_HEADER
12 #define ossimImageGeometryEventListener_HEADER
15 
17 {
18 public:
21  virtual void processEvent(ossimEvent& event);
22 
23  virtual void imageGeometryEvent(ossimImageGeometryEvent& /* event */)
24  {}
25 
27 };
28 
29 #endif
virtual void processEvent(ossimEvent &event)
ProcessEvent.
#define TYPE_DATA
Definition: ossimRtti.h:339
virtual void imageGeometryEvent(ossimImageGeometryEvent &)