Home
last modified time | relevance | path

Searched refs:attIt (Results 1 – 11 of 11) sorted by relevance

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/io/
H A DNCHelper.cpp27 if (attIt == globalAtts.end()) in get_nc_helper()
28 attIt = globalAtts.find("Conventions"); in get_nc_helper()
30 if (attIt != globalAtts.end()) { in get_nc_helper()
31 unsigned int sz = attIt->second.attLen; in get_nc_helper()
35 …int success = NCFUNC(get_att_text)(fileId, attIt->second.attVarId, attIt->second.attName.c_str(), … in get_nc_helper()
646 for (; attIt != attMap.end(); ++attIt) { in create_attrib_string()
647 ssAtt << attIt->second.attName; in create_attrib_string()
650 switch (attIt->second.attDataType) { in create_attrib_string()
653 sz = attIt->second.attLen; in create_attrib_string()
655 …success = NCFUNC(get_att_text)(_fileId, attIt->second.attVarId, attIt->second.attName.c_str(), (ch… in create_attrib_string()
[all …]
H A DNCHelperHOMME.cpp15 std::map<std::string, ReadNC::AttData>::iterator attIt = readNC->globalAtts.find("np"); in NCHelperHOMME() local
16 if (attIt != readNC->globalAtts.end()) { in NCHelperHOMME()
17 …int success = NCFUNC(get_att_int)(readNC->fileId, attIt->second.attVarId, attIt->second.attName.c_… in NCHelperHOMME()
33 std::map<std::string, ReadNC::AttData>::iterator attIt = readNC->globalAtts.find("source"); in can_read_file() local
34 if (attIt == readNC->globalAtts.end()) in can_read_file()
36 unsigned int sz = attIt->second.attLen; in can_read_file()
40 …int success = NCFUNC(get_att_text)(fileId, attIt->second.attVarId, attIt->second.attName.c_str(), … in can_read_file()
H A DNCHelperEuler.cpp33 std::map<std::string, ReadNC::AttData>::iterator attIt = readNC->globalAtts.find("source"); in can_read_file() local
34 if (attIt == readNC->globalAtts.end()) in can_read_file()
36 unsigned int sz = attIt->second.attLen; in can_read_file()
40 …int success = NCFUNC(get_att_text)(fileId, attIt->second.attVarId, attIt->second.attName.c_str(), … in can_read_file()
H A DNCHelperFV.cpp18 std::map<std::string, ReadNC::AttData>::iterator attIt = readNC->globalAtts.find("source"); in can_read_file() local
19 if (attIt == readNC->globalAtts.end()) in can_read_file()
21 unsigned int sz = attIt->second.attLen; in can_read_file()
25 …int success = NCFUNC(get_att_text)(fileId, attIt->second.attVarId, attIt->second.attName.c_str(), … in can_read_file()
H A DNCWriteHelper.cpp400 std::map<std::string, WriteNC::AttData>::iterator attIt; in init_file() local
401 for (attIt = globalAtts.begin(); attIt != globalAtts.end(); ++attIt) { in init_file()
402 const std::string& attName = attIt->first; in init_file()
403 WriteNC::AttData& attData = attIt->second; in init_file()
/dports/graphics/qgis/qgis-3.22.3/src/gui/
H A Dqgssearchquerybuilder.cpp474 QStringList::const_iterator attIt = attributes.constBegin(); in loadQuery()
475 for ( ; attIt != attributes.constEnd(); ++attIt ) in loadQuery()
478 if ( !mFieldMap.contains( attIt ) ) in loadQuery()
481 … attribute '%1' in the current vector layer. Please select an existing attribute." ).arg( *attIt ), in loadQuery()
487 attributesToReplace.insert( *attIt, replaceAttribute ); in loadQuery()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/
H A Dqgssearchquerybuilder.cpp474 QStringList::const_iterator attIt = attributes.constBegin(); in loadQuery()
475 for ( ; attIt != attributes.constEnd(); ++attIt ) in loadQuery()
478 if ( !mFieldMap.contains( attIt ) ) in loadQuery()
481 … attribute '%1' in the current vector layer. Please select an existing attribute." ).arg( *attIt ), in loadQuery()
487 attributesToReplace.insert( *attIt, replaceAttribute ); in loadQuery()
/dports/graphics/qgis/qgis-3.22.3/src/providers/wfs/
H A Dqgswfsprovider.cpp1187 QgsChangedAttributesMap::const_iterator attIt = attr_map.constBegin(); in changeAttributeValues() local
1188 for ( ; attIt != attr_map.constEnd(); ++attIt ) in changeAttributeValues()
1190 QString gmlid = mShared->findUniqueId( attIt.key() ); in changeAttributeValues()
1193 QgsDebugMsg( QStringLiteral( "Cannot identify feature of id %1" ).arg( attIt.key() ) ); in changeAttributeValues()
1200 QgsAttributeMap::const_iterator attMapIt = attIt.value().constBegin(); in changeAttributeValues()
1201 for ( ; attMapIt != attIt.value().constEnd(); ++attMapIt ) in changeAttributeValues()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/wfs/
H A Dqgswfsprovider.cpp1185 QgsChangedAttributesMap::const_iterator attIt = attr_map.constBegin(); in changeAttributeValues() local
1186 for ( ; attIt != attr_map.constEnd(); ++attIt ) in changeAttributeValues()
1188 QString gmlid = mShared->findUniqueId( attIt.key() ); in changeAttributeValues()
1191 QgsDebugMsg( QStringLiteral( "Cannot identify feature of id %1" ).arg( attIt.key() ) ); in changeAttributeValues()
1198 QgsAttributeMap::const_iterator attMapIt = attIt.value().constBegin(); in changeAttributeValues()
1199 for ( ; attMapIt != attIt.value().constEnd(); ++attMapIt ) in changeAttributeValues()
/dports/graphics/qgis/qgis-3.22.3/src/core/vector/
H A Dqgsvectorlayerfeatureiterator.cpp281 QgsChangedAttributesMap::const_iterator attIt = mSource->mChangedAttributeValues.constBegin(); in QgsVectorLayerFeatureIterator() local
282 for ( ; attIt != mSource->mChangedAttributeValues.constEnd(); ++attIt ) in QgsVectorLayerFeatureIterator()
284 changedIds << attIt.key(); in QgsVectorLayerFeatureIterator()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgsvectorlayerfeatureiterator.cpp254 QgsChangedAttributesMap::const_iterator attIt = mSource->mChangedAttributeValues.constBegin(); in QgsVectorLayerFeatureIterator() local
255 for ( ; attIt != mSource->mChangedAttributeValues.constEnd(); ++attIt ) in QgsVectorLayerFeatureIterator()
257 changedIds << attIt.key(); in QgsVectorLayerFeatureIterator()