OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimDisplayInterface.cpp
Go to the documentation of this file.
1 //*******************************************************************
2 // Copyright (C) 2000 ImageLinks Inc.
3 //
4 // License: LGPL
5 //
6 // See LICENSE.txt file in the top level directory for more details.
7 //
8 // Author: Garrett Potts
9 //
10 //*************************************************************************
11 // $Id: ossimDisplayInterface.cpp 9094 2006-06-13 19:12:40Z dburken $
13 
14 RTTI_DEF(ossimDisplayInterface, "ossimDisplayInterface");
15 
17 {
18 }
19 
21 {
22 }
23 
25 {
26  ossimString result;
27 
28  getTitle(result);
29 
30  return result;
31 }
virtual ossimString getTitle() const
RTTI_DEF(ossimDisplayInterface, "ossimDisplayInterface")