OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimPropertyInterfaceFactory.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:
7 //
8 //*************************************************************************
9 // $Id: ossimPropertyInterfaceFactory.h 14789 2009-06-29 16:48:14Z dburken $
10 #ifndef ossimPropertyInterfaceFactory_HEADER
11 #define ossimPropertyInterfaceFactory_HEADER
12 
13 
14 #include <ossim/base/ossimRtti.h>
16 class ossimObject;
18 
20 {
21 public:
24  {}
26  {}
27 
28  virtual ossimPropertyInterface* createInterface( const ossimObject* obj ) const = 0;
29 
30 
32 };
33 
34 #endif
#define OSSIMDLLEXPORT
#define TYPE_DATA
Definition: ossimRtti.h:339