An official website of the United States government
Here’s how you know
Official websites use .gov
A
.gov website belongs to an official government
organization in the United States.
Secure .gov websites use HTTPS
A
lock
( ) or https:// means you’ve safely connected to
the .gov website. Share sensitive information only on official,
secure websites.
Isis Developer Reference
|
#include <IsisAmlData.h>
Public Member Functions | |
IsisAmlData () | |
~IsisAmlData () | |
Public Attributes | |
QString | name |
QString | brief |
QString | description |
std::vector< IsisGroupData > | groups |
std::vector< QString > | categorys |
std::vector< IsisChangeData > | changes |
IsisAmlData::IsisAmlData | ( | ) |
IsisAmlData::~IsisAmlData | ( | ) |
QString IsisAmlData::brief |
Referenced by IsisAml::Brief().
std::vector<QString> IsisAmlData::categorys |
std::vector<IsisChangeData> IsisAmlData::changes |
Referenced by IsisAml::Version().
QString IsisAmlData::description |
Referenced by IsisAml::Description().
std::vector<IsisGroupData> IsisAmlData::groups |
Referenced by IsisAml::CommandLine(), IsisAml::GetParams(), IsisAml::GroupIndex(), IsisAml::GroupName(), IsisAml::HelperBrief(), IsisAml::HelperButtonName(), IsisAml::HelperDescription(), IsisAml::HelperFunction(), IsisAml::HelperIcon(), IsisAml::HelpersSize(), IsisAml::NumGroups(), IsisAml::NumParams(), IsisAml::ParamBrief(), IsisAml::ParamDefault(), IsisAml::ParamDescription(), IsisAml::ParamExclude(), IsisAml::ParamExcludeSize(), IsisAml::ParamFileMode(), IsisAml::ParamFilter(), IsisAml::ParamGreaterThan(), IsisAml::ParamGreaterThanOrEqual(), IsisAml::ParamGreaterThanOrEqualSize(), IsisAml::ParamGreaterThanSize(), IsisAml::ParamInclude(), IsisAml::ParamIncludeSize(), IsisAml::ParamInternalDefault(), IsisAml::ParamLessThan(), IsisAml::ParamLessThanOrEqual(), IsisAml::ParamLessThanOrEqualSize(), IsisAml::ParamLessThanSize(), IsisAml::ParamListBrief(), IsisAml::ParamListDescription(), IsisAml::ParamListExclude(), IsisAml::ParamListExcludeSize(), IsisAml::ParamListInclude(), IsisAml::ParamListIncludeSize(), IsisAml::ParamListSize(), IsisAml::ParamListValue(), IsisAml::ParamMaximum(), IsisAml::ParamMaximumInclusive(), IsisAml::ParamMinimum(), IsisAml::ParamMinimumInclusive(), IsisAml::ParamName(), IsisAml::ParamNotEqual(), IsisAml::ParamNotEqualSize(), IsisAml::ParamOdd(), IsisAml::ParamPath(), IsisAml::ParamType(), IsisAml::PixelType(), IsisAml::ReturnParam(), and IsisAml::VerifyAll().
QString IsisAmlData::name |
Referenced by IsisAml::GetCubeName(), IsisAml::GetFileName(), IsisAml::GroupIndex(), and IsisAml::ProgramName().