OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Functions
ossimAnnotationSource.cpp File Reference
#include <ossim/imaging/ossimAnnotationSource.h>
#include <ossim/imaging/ossimAnnotationObject.h>
#include <ossim/imaging/ossimAnnotationObjectFactory.h>
#include <ossim/imaging/ossimU8ImageData.h>
#include <ossim/base/ossimKeywordlist.h>

Go to the source code of this file.

Functions

 RTTI_DEF1 (ossimAnnotationSource, "ossimAnnotationSource", ossimImageSourceFilter) ossimAnnotationSource
 

Function Documentation

◆ RTTI_DEF1()

RTTI_DEF1 ( ossimAnnotationSource  ,
"ossimAnnotationSource"  ,
ossimImageSourceFilter   
)

Definition at line 16 of file ossimAnnotationSource.cpp.

21  :
22  ossimImageSourceFilter(inputSource),
23  theRectangle(0, 0, 0, 0),
24  theNumberOfBands(1),
25  theImage(0),
26  theTile(0),
27  theAnnotationObjectList()
28 {
29  theRectangle.makeNan();
30 }