OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
src
base
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 $
12
#include <
ossim/base/ossimDisplayInterface.h
>
13
14
RTTI_DEF
(
ossimDisplayInterface
,
"ossimDisplayInterface"
);
15
16
ossimDisplayInterface::ossimDisplayInterface
()
17
{
18
}
19
20
ossimDisplayInterface::~ossimDisplayInterface
()
21
{
22
}
23
24
ossimString
ossimDisplayInterface::getTitle
()
const
25
{
26
ossimString
result;
27
28
getTitle
(result);
29
30
return
result;
31
}
ossimDisplayInterface.h
ossimDisplayInterface::getTitle
virtual ossimString getTitle() const
Definition:
ossimDisplayInterface.cpp:24
ossimDisplayInterface::ossimDisplayInterface
ossimDisplayInterface()
Definition:
ossimDisplayInterface.cpp:16
ossimDisplayInterface
Definition:
ossimDisplayInterface.h:17
ossimDisplayInterface::~ossimDisplayInterface
virtual ~ossimDisplayInterface()
Definition:
ossimDisplayInterface.cpp:20
RTTI_DEF
RTTI_DEF(ossimDisplayInterface, "ossimDisplayInterface")
ossimString
Definition:
ossimString.h:22
Generated on Fri Aug 3 2018 08:46:46 for OSSIM - Open Source Software Image Map by
1.8.14