OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimViewInterface.cpp
Go to the documentation of this file.
2 
3 RTTI_DEF(ossimViewInterface, "ossimViewInterface");
4 
6  : theObject(NULL)
7 {}
8 
10  : theObject(base)
11 {}
12 
14 {}
15 
17 {}
18 
20 {
21  return theObject;
22 }
ossimObject * theObject
virtual void refreshView()
ossimObject * getBaseObject()
RTTI_DEF(ossimViewInterface, "ossimViewInterface")