OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Functions
ossimAnnotationEllipseObject.cpp File Reference
#include <ossim/imaging/ossimAnnotationEllipseObject.h>
#include <ossim/imaging/ossimRgbImage.h>
#include <ossim/base/ossimCommon.h>

Go to the source code of this file.

Functions

 RTTI_DEF1 (ossimAnnotationEllipseObject, "ossimAnnotationEllipseObject", ossimAnnotationObject) ossimAnnotationEllipseObject
 

Function Documentation

◆ RTTI_DEF1()

RTTI_DEF1 ( ossimAnnotationEllipseObject  ,
"ossimAnnotationEllipseObject"  ,
ossimAnnotationObject   
)

Definition at line 13 of file ossimAnnotationEllipseObject.cpp.

26  : ossimAnnotationObject(r, g, b, thickness),
27  theCenter(center),
28  theWidthHeight(widthHeight),
29  theAzimuthInDegrees(azimuthInDegrees),
30  theFillEnabled(enableFill),
31  theDrawAxesFlag(false),
32  theBoundingRect(0,0,0,0)
33 {
34  computeBoundingRect();
35 }