|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimRsmpca.h>
Public Member Functions | |
| ossimRsmpca () | |
| default constructor More... | |
| ossimRsmpca (const ossimRsmpca &obj) | |
| copy constructor More... | |
| const ossimRsmpca & | operator= (const ossimRsmpca &rhs) |
| assignment operator More... | |
| void | saveState (ossimKeywordlist &kwl, const std::string &prefix, ossim_uint32 index) const |
| saveState Saves state to keyword list. More... | |
| bool | loadState (const ossimKeywordlist &kwl, const std::string &prefix, ossim_uint32 index) |
| loadState Loads state from keyword list. More... | |
| bool | initialize (const ossimNitfRsmpcaTag *rsmpcaTag) |
| initialize Initializes from nitf rsmpia tag. More... | |
Definition at line 26 of file ossimRsmpca.h.
| ossimRsmpca::ossimRsmpca | ( | ) |
| ossimRsmpca::ossimRsmpca | ( | const ossimRsmpca & | obj | ) |
| bool ossimRsmpca::initialize | ( | const ossimNitfRsmpcaTag * | rsmpcaTag | ) |
initialize Initializes from nitf rsmpia tag.
| rsmpiaTag |
Definition at line 763 of file ossimRsmpca.cpp.
References ossimNitfRsmpcaTag::getCdpcf(), ossimNitfRsmpcaTag::getCdpwrx(), ossimNitfRsmpcaTag::getCdpwry(), ossimNitfRsmpcaTag::getCdpwrz(), ossimNitfRsmpcaTag::getCdtrms(), ossimNitfRsmpcaTag::getCfep(), ossimNitfRsmpcaTag::getCnpcf(), ossimNitfRsmpcaTag::getCnpwrx(), ossimNitfRsmpcaTag::getCnpwry(), ossimNitfRsmpcaTag::getCnpwrz(), ossimNitfRsmpcaTag::getCnrmo(), ossimNitfRsmpcaTag::getCnrmsf(), ossimNitfRsmpcaTag::getCntrms(), ossimNitfRsmpcaTag::getCsn(), ossimNitfRsmpcaTag::getEdition(), ossimNitfRsmpcaTag::getIid(), ossimNitfRsmpcaTag::getRdpcf(), ossimNitfRsmpcaTag::getRdpwrx(), ossimNitfRsmpcaTag::getRdpwry(), ossimNitfRsmpcaTag::getRdpwrz(), ossimNitfRsmpcaTag::getRdtrms(), ossimNitfRsmpcaTag::getRfep(), ossimNitfRsmpcaTag::getRnpcf(), ossimNitfRsmpcaTag::getRnpwrx(), ossimNitfRsmpcaTag::getRnpwry(), ossimNitfRsmpcaTag::getRnpwrz(), ossimNitfRsmpcaTag::getRnrmo(), ossimNitfRsmpcaTag::getRnrmsf(), ossimNitfRsmpcaTag::getRntrms(), ossimNitfRsmpcaTag::getRsn(), ossimNitfRsmpcaTag::getXnrmo(), ossimNitfRsmpcaTag::getXnrmsf(), ossimNitfRsmpcaTag::getYnrmo(), ossimNitfRsmpcaTag::getYnrmsf(), ossimNitfRsmpcaTag::getZnrmo(), ossimNitfRsmpcaTag::getZnrmsf(), m_cdpcf, m_cdpwrx, m_cdpwry, m_cdpwrz, m_cdtrms, m_cfep, m_cnpcf, m_cnpwrx, m_cnpwry, m_cnpwrz, m_cnrmo, m_cnrmsf, m_cntrms, m_csn, m_edition, m_iid, m_rdpcf, m_rdpwrx, m_rdpwry, m_rdpwrz, m_rdtrms, m_rfep, m_rnpcf, m_rnpwrx, m_rnpwry, m_rnpwrz, m_rnrmo, m_rnrmsf, m_rntrms, m_rsn, m_xnrmo, m_xnrmsf, m_ynrmo, m_ynrmsf, m_znrmo, m_znrmsf, status, ossimString::string(), ossimString::toFloat64(), ossimString::toUInt32(), and ossimString::trim().
| bool ossimRsmpca::loadState | ( | const ossimKeywordlist & | kwl, |
| const std::string & | prefix, | ||
| ossim_uint32 | index | ||
| ) |
loadState Loads state from keyword list.
| kwl | |
| prefix | |
| index |
Definition at line 310 of file ossimRsmpca.cpp.
References ossimString::string(), and ossimString::toString().
| const ossimRsmpca & ossimRsmpca::operator= | ( | const ossimRsmpca & | rhs | ) |
assignment operator
Definition at line 169 of file ossimRsmpca.cpp.
References m_cdpcf, m_cdpwrx, m_cdpwry, m_cdpwrz, m_cdtrms, m_cfep, m_cnpcf, m_cnpwrx, m_cnpwry, m_cnpwrz, m_cnrmo, m_cnrmsf, m_cntrms, m_csn, m_edition, m_iid, m_rdpcf, m_rdpwrx, m_rdpwry, m_rdpwrz, m_rdtrms, m_rfep, m_rnpcf, m_rnpwrx, m_rnpwry, m_rnpwrz, m_rnrmo, m_rnrmsf, m_rntrms, m_rsn, m_xnrmo, m_xnrmsf, m_ynrmo, m_ynrmsf, m_znrmo, and m_znrmsf.
| void ossimRsmpca::saveState | ( | ossimKeywordlist & | kwl, |
| const std::string & | prefix, | ||
| ossim_uint32 | index | ||
| ) | const |
saveState Saves state to keyword list.
| kwl | |
| prefix | |
| index |
Definition at line 225 of file ossimRsmpca.cpp.
References ossimKeywordlist::add(), ossimString::string(), and ossimString::toString().
| std::vector<ossim_float64> ossimRsmpca::m_cdpcf |
Definition at line 114 of file ossimRsmpca.h.
Referenced by initialize(), and operator=().
| ossim_uint32 ossimRsmpca::m_cdpwrx |
Definition at line 109 of file ossimRsmpca.h.
Referenced by initialize(), and operator=().
| ossim_uint32 ossimRsmpca::m_cdpwry |
Definition at line 110 of file ossimRsmpca.h.
Referenced by initialize(), and operator=().
| ossim_uint32 ossimRsmpca::m_cdpwrz |
Definition at line 111 of file ossimRsmpca.h.
Referenced by initialize(), and operator=().
| ossim_uint32 ossimRsmpca::m_cdtrms |
Definition at line 112 of file ossimRsmpca.h.
Referenced by initialize(), and operator=().
| ossim_float64 ossimRsmpca::m_cfep |
Definition at line 74 of file ossimRsmpca.h.
Referenced by initialize(), and operator=().
| std::vector<ossim_float64> ossimRsmpca::m_cnpcf |
Definition at line 107 of file ossimRsmpca.h.
Referenced by initialize(), and operator=().
| ossim_uint32 ossimRsmpca::m_cnpwrx |
Definition at line 102 of file ossimRsmpca.h.
Referenced by initialize(), and operator=().
| ossim_uint32 ossimRsmpca::m_cnpwry |
Definition at line 103 of file ossimRsmpca.h.
Referenced by initialize(), and operator=().
| ossim_uint32 ossimRsmpca::m_cnpwrz |
Definition at line 104 of file ossimRsmpca.h.
Referenced by initialize(), and operator=().
| ossim_float64 ossimRsmpca::m_cnrmo |
Definition at line 77 of file ossimRsmpca.h.
Referenced by initialize(), and operator=().
| ossim_float64 ossimRsmpca::m_cnrmsf |
Definition at line 83 of file ossimRsmpca.h.
Referenced by initialize(), and operator=().
| ossim_uint32 ossimRsmpca::m_cntrms |
Definition at line 105 of file ossimRsmpca.h.
Referenced by initialize(), and operator=().
| ossim_uint32 ossimRsmpca::m_csn |
Definition at line 71 of file ossimRsmpca.h.
Referenced by initialize(), and operator=().
| std::string ossimRsmpca::m_edition |
Definition at line 68 of file ossimRsmpca.h.
Referenced by initialize(), and operator=().
| std::string ossimRsmpca::m_iid |
Definition at line 67 of file ossimRsmpca.h.
Referenced by initialize(), and operator=().
| std::vector<ossim_float64> ossimRsmpca::m_rdpcf |
Definition at line 100 of file ossimRsmpca.h.
Referenced by initialize(), and operator=().
| ossim_uint32 ossimRsmpca::m_rdpwrx |
Definition at line 95 of file ossimRsmpca.h.
Referenced by initialize(), and operator=().
| ossim_uint32 ossimRsmpca::m_rdpwry |
Definition at line 96 of file ossimRsmpca.h.
Referenced by initialize(), and operator=().
| ossim_uint32 ossimRsmpca::m_rdpwrz |
Definition at line 97 of file ossimRsmpca.h.
Referenced by initialize(), and operator=().
| ossim_uint32 ossimRsmpca::m_rdtrms |
Definition at line 98 of file ossimRsmpca.h.
Referenced by initialize(), and operator=().
| ossim_float64 ossimRsmpca::m_rfep |
Definition at line 73 of file ossimRsmpca.h.
Referenced by initialize(), and operator=().
| std::vector<ossim_float64> ossimRsmpca::m_rnpcf |
Definition at line 93 of file ossimRsmpca.h.
Referenced by initialize(), and operator=().
| ossim_uint32 ossimRsmpca::m_rnpwrx |
Definition at line 88 of file ossimRsmpca.h.
Referenced by initialize(), and operator=().
| ossim_uint32 ossimRsmpca::m_rnpwry |
Definition at line 89 of file ossimRsmpca.h.
Referenced by initialize(), and operator=().
| ossim_uint32 ossimRsmpca::m_rnpwrz |
Definition at line 90 of file ossimRsmpca.h.
Referenced by initialize(), and operator=().
| ossim_float64 ossimRsmpca::m_rnrmo |
Definition at line 76 of file ossimRsmpca.h.
Referenced by initialize(), and operator=().
| ossim_float64 ossimRsmpca::m_rnrmsf |
Definition at line 82 of file ossimRsmpca.h.
Referenced by initialize(), and operator=().
| ossim_uint32 ossimRsmpca::m_rntrms |
Definition at line 91 of file ossimRsmpca.h.
Referenced by initialize(), and operator=().
| ossim_uint32 ossimRsmpca::m_rsn |
Definition at line 70 of file ossimRsmpca.h.
Referenced by initialize(), and operator=().
| ossim_float64 ossimRsmpca::m_xnrmo |
Definition at line 78 of file ossimRsmpca.h.
Referenced by initialize(), and operator=().
| ossim_float64 ossimRsmpca::m_xnrmsf |
Definition at line 84 of file ossimRsmpca.h.
Referenced by initialize(), and operator=().
| ossim_float64 ossimRsmpca::m_ynrmo |
Definition at line 79 of file ossimRsmpca.h.
Referenced by initialize(), and operator=().
| ossim_float64 ossimRsmpca::m_ynrmsf |
Definition at line 85 of file ossimRsmpca.h.
Referenced by initialize(), and operator=().
| ossim_float64 ossimRsmpca::m_znrmo |
Definition at line 80 of file ossimRsmpca.h.
Referenced by initialize(), and operator=().
| ossim_float64 ossimRsmpca::m_znrmsf |
Definition at line 86 of file ossimRsmpca.h.
Referenced by initialize(), and operator=().
1.8.14