OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
Public Member Functions | |
ossimGeometryFactoryWrapper () | |
virtual | ~ossimGeometryFactoryWrapper () |
![]() | |
ossimReferenced () | |
ossimReferenced (const ossimReferenced &) | |
ossimReferenced & | operator= (const ossimReferenced &) |
void | ref () const |
increment the reference count by one, indicating that this object has another pointer which is referencing it. More... | |
void | unref () const |
decrement the reference count by one, indicating that a pointer to this object is referencing it. More... | |
void | unref_nodelete () const |
decrement the reference count by one, indicating that a pointer to this object is referencing it. More... | |
int | referenceCount () const |
Public Attributes | |
MyGeomFactory * | m_geomFactory |
Additional Inherited Members | |
![]() | |
virtual | ~ossimReferenced () |
Definition at line 43 of file ossimPolyArea2d.cpp.
|
inline |
Definition at line 46 of file ossimPolyArea2d.cpp.
References m_geomFactory.
|
inlinevirtual |
Definition at line 53 of file ossimPolyArea2d.cpp.
References m_geomFactory.
MyGeomFactory* ossimGeometryFactoryWrapper::m_geomFactory |
Definition at line 55 of file ossimPolyArea2d.cpp.
Referenced by OssimPolyArea2dPrivate::geomFactory(), ossimGeometryFactoryWrapper(), and ~ossimGeometryFactoryWrapper().