|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimApplanixEOFile.h>
Public Member Functions | |
| ossimApplanixEORecord (const ossimApplanixEORecord &src) | |
| ossimApplanixEORecord (ossim_uint32 size=0) | |
| void | setSize (ossim_uint32 size) |
| const ossimString & | operator[] (ossim_uint32 idx) const |
| ossimString & | operator[] (ossim_uint32 idx) |
Public Member Functions inherited from ossimReferenced | |
| 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 | |
| std::vector< ossimString > | theField |
Friends | |
| OSSIM_DLL friend std::ostream & | operator<< (std::ostream &out, const ossimApplanixEORecord &src) |
Additional Inherited Members | |
Protected Member Functions inherited from ossimReferenced | |
| virtual | ~ossimReferenced () |
Definition at line 23 of file ossimApplanixEOFile.h.
|
inline |
Definition at line 28 of file ossimApplanixEOFile.h.
|
inline |
|
inline |
Definition at line 41 of file ossimApplanixEOFile.h.
|
inline |
Definition at line 45 of file ossimApplanixEOFile.h.
|
inline |
Definition at line 37 of file ossimApplanixEOFile.h.
References size.
|
friend |
Definition at line 41 of file ossimApplanixEOFile.cpp.
| std::vector<ossimString> ossimApplanixEORecord::theField |
Definition at line 50 of file ossimApplanixEOFile.h.
Referenced by operator<<().
1.8.14