OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Functions
ossimSource.cpp File Reference
#include <ossim/base/ossimSource.h>
#include <ossim/base/ossimDataObject.h>
#include <ossim/base/ossimIdManager.h>
#include <ossim/base/ossimKeywordNames.h>
#include <ossim/base/ossimKeywordlist.h>
#include <ossim/base/ossimBooleanProperty.h>

Go to the source code of this file.

Functions

 RTTI_DEF2 (ossimSource, "ossimSource", ossimConnectableObject, ossimErrorStatusInterface) ossimSource
 

Function Documentation

◆ RTTI_DEF2()

RTTI_DEF2 ( ossimSource  ,
"ossimSource"  ,
ossimConnectableObject  ,
ossimErrorStatusInterface   
)

Definition at line 19 of file ossimSource.cpp.

24  :
26  theEnableFlag(true),
27  theInitializedFlag(false)
28 {
29 }