GDAL
GDALInConstructionAlgorithmArg Member List

This is the complete list of members for GDALInConstructionAlgorithmArg, including all inherited members.

AddAction(std::function< void()> f)GDALInConstructionAlgorithmArginline
AddAlias(const std::string &alias)GDALInConstructionAlgorithmArg
AddHiddenAlias(const std::string &alias)GDALInConstructionAlgorithmArg
AddMetadataItem(const std::string &name, const std::vector< std::string > &values)GDALInConstructionAlgorithmArginline
AddShortNameAlias(char shortNameAlias)GDALInConstructionAlgorithmArg
AddValidationAction(std::function< bool()> f)GDALInConstructionAlgorithmArginline
AutoOpenDataset() constGDALAlgorithmArginline
GDALAlgorithmArg(const GDALAlgorithmArgDecl &decl, T *pValue)GDALAlgorithmArginline
GDALInConstructionAlgorithmArg(GDALAlgorithm *owner, const GDALAlgorithmArgDecl &decl, T *pValue)GDALInConstructionAlgorithmArginline
Get()GDALAlgorithmArginline
Get() constGDALAlgorithmArginline
GetAliases() constGDALAlgorithmArginline
GetAutoCompleteChoices(const std::string &currentValue) constGDALAlgorithmArginline
GetCategory() constGDALAlgorithmArginline
GetChoices() constGDALAlgorithmArginline
GetDatasetInputFlags() constGDALAlgorithmArginline
GetDatasetOutputFlags() constGDALAlgorithmArginline
GetDatasetType() constGDALAlgorithmArginline
GetDeclaration() constGDALAlgorithmArginline
GetDefault() constGDALAlgorithmArginline
GetDescription() constGDALAlgorithmArginline
GetDisplayHintAboutRepetition() constGDALAlgorithmArginline
GetEscapedString(const std::string &s)GDALAlgorithmArgstatic
GetHiddenChoices() constGDALAlgorithmArginline
GetMaxCount() constGDALAlgorithmArginline
GetMaxValue() constGDALAlgorithmArginline
GetMetadata() constGDALAlgorithmArginline
GetMetadataItem(const std::string &name) constGDALAlgorithmArginline
GetMetaVar() constGDALAlgorithmArginline
GetMinCharCount() constGDALAlgorithmArginline
GetMinCount() constGDALAlgorithmArginline
GetMinValue() constGDALAlgorithmArginline
GetMutualExclusionGroup() constGDALAlgorithmArginline
GetName() constGDALAlgorithmArginline
GetPackedValuesAllowed() constGDALAlgorithmArginline
GetRepeatedArgAllowed() constGDALAlgorithmArginline
GetShortName() constGDALAlgorithmArginline
GetShortNameAliases() constGDALAlgorithmArginline
GetType() constGDALAlgorithmArginline
HasDefaultValue() constGDALAlgorithmArginline
IsExplicitlySet() constGDALAlgorithmArginline
IsHidden() constGDALAlgorithmArginline
IsHiddenForAPI() constGDALAlgorithmArginline
IsHiddenForCLI() constGDALAlgorithmArginline
IsInput() constGDALAlgorithmArginline
IsOnlyForCLI() constGDALAlgorithmArginline
IsOutput() constGDALAlgorithmArginline
IsPositional() constGDALAlgorithmArginline
IsReadFromFileAtSyntaxAllowed() constGDALAlgorithmArginline
IsRemoveSQLCommentsEnabled() constGDALAlgorithmArginline
IsRequired() constGDALAlgorithmArginline
IsUserProvided() constGDALAlgorithmArginline
m_actionsGDALAlgorithmArgprotected
m_autoCompleteFunctionGDALAlgorithmArgprotected
m_declGDALAlgorithmArgprotected
m_ownerGDALAlgorithmArgprotected
m_validationActionsGDALAlgorithmArgprotected
m_valueGDALAlgorithmArgprotected
operator=(bool value)GDALAlgorithmArginline
operator=(int value)GDALAlgorithmArginline
operator=(double value)GDALAlgorithmArginline
operator=(const std::string &value)GDALAlgorithmArginline
operator=(const char *value)GDALAlgorithmArginline
operator=(GDALDataType value)GDALAlgorithmArginline
operator=(const OGRSpatialReference &value)GDALAlgorithmArginline
operator=(const std::vector< int > &value)GDALAlgorithmArginline
operator=(const std::vector< double > &value)GDALAlgorithmArginline
operator=(const std::vector< std::string > &value)GDALAlgorithmArginline
operator=(GDALDataset *value)GDALAlgorithmArginline
operator=(std::unique_ptr< GDALDataset > value)GDALAlgorithmArg
Serialize(std::string &serializedArg, bool absolutePath=false) constGDALAlgorithmArg
Set(bool value)GDALAlgorithmArg
Set(const std::string &value)GDALAlgorithmArg
Set(const char *value)GDALAlgorithmArginline
Set(GDALDataType dt)GDALAlgorithmArginline
Set(const OGRSpatialReference &)GDALAlgorithmArg
Set(int value)GDALAlgorithmArg
Set(double value)GDALAlgorithmArg
Set(GDALDataset *ds)GDALAlgorithmArg
Set(std::unique_ptr< GDALDataset > ds)GDALAlgorithmArg
Set(const std::vector< std::string > &value)GDALAlgorithmArg
Set(const std::vector< int > &value)GDALAlgorithmArg
Set(const std::vector< double > &value)GDALAlgorithmArg
Set(std::vector< GDALArgDatasetValue > &&value)GDALAlgorithmArg
SetAutoCompleteFunction(std::function< std::vector< std::string >(const std::string &)> f)GDALInConstructionAlgorithmArginline
SetAutoOpenDataset(bool autoOpen)GDALInConstructionAlgorithmArginline
SetCategory(const std::string &category)GDALInConstructionAlgorithmArginline
SetChoices(T &&first, U &&...rest)GDALInConstructionAlgorithmArginline
SetChoices(const std::vector< std::string > &choices)GDALInConstructionAlgorithmArginline
SetDatasetInputFlags(int flags)GDALInConstructionAlgorithmArginline
SetDatasetName(const std::string &name)GDALAlgorithmArg
SetDatasetOutputFlags(int flags)GDALInConstructionAlgorithmArginline
SetDatasetType(GDALArgDatasetType datasetType)GDALInConstructionAlgorithmArginline
SetDefault(const T &value)GDALInConstructionAlgorithmArginline
SetDefault(const char *value)GDALInConstructionAlgorithmArginline
SetDisplayHintAboutRepetition(bool displayHint)GDALInConstructionAlgorithmArginline
SetFrom(const GDALArgDatasetValue &other)GDALAlgorithmArg
SetFrom(const GDALAlgorithmArg &other)GDALAlgorithmArg
SetHidden()GDALInConstructionAlgorithmArginline
SetHiddenChoices(T &&first, U &&...rest)GDALInConstructionAlgorithmArginline
SetHiddenForAPI(bool hiddenForAPI=true)GDALInConstructionAlgorithmArginline
SetHiddenForCLI(bool hiddenForCLI=true)GDALInConstructionAlgorithmArginline
SetIsCRSArg(bool noneAllowed=false, const std::vector< std::string > &specialValues=std::vector< std::string >())GDALInConstructionAlgorithmArg
SetIsInput(bool isInput=true)GDALInConstructionAlgorithmArginline
SetIsOutput(bool isOutput=true)GDALInConstructionAlgorithmArginline
SetMaxCount(int count)GDALInConstructionAlgorithmArginline
SetMaxValueExcluded(double max)GDALInConstructionAlgorithmArginline
SetMaxValueIncluded(double max)GDALInConstructionAlgorithmArginline
SetMetaVar(const std::string &metaVar)GDALInConstructionAlgorithmArginline
SetMinCharCount(int count)GDALInConstructionAlgorithmArginline
SetMinCount(int count)GDALInConstructionAlgorithmArginline
SetMinValueExcluded(double min)GDALInConstructionAlgorithmArginline
SetMinValueIncluded(double min)GDALInConstructionAlgorithmArginline
SetMutualExclusionGroup(const std::string &group)GDALInConstructionAlgorithmArginline
SetPackedValuesAllowed(bool allowed)GDALInConstructionAlgorithmArginline
SetPositional()GDALInConstructionAlgorithmArg
SetReadFromFileAtSyntaxAllowed()GDALInConstructionAlgorithmArginline
SetRemoveSQLCommentsEnabled()GDALInConstructionAlgorithmArginline
SetRepeatedArgAllowed(bool allowed)GDALInConstructionAlgorithmArginline
SetRequired()GDALInConstructionAlgorithmArginline
SetSkipIfAlreadySet(bool skip=true)GDALAlgorithmArginline
SetUserProvided()GDALInConstructionAlgorithmArginline
SkipIfAlreadySet() constGDALAlgorithmArginline
test_gdal_algorithm::test_gdal_algorithm (defined in GDALInConstructionAlgorithmArg)GDALInConstructionAlgorithmArgfriend
~GDALAlgorithmArg()GDALAlgorithmArgvirtual
~GDALInConstructionAlgorithmArg() overrideGDALInConstructionAlgorithmArg