/dports/graphics/py-gdal/gdal-3.3.3/gcore/ |
H A D | gdalmultidim.cpp | 1778 GUInt64 GDALAbstractMDArray::GetTotalElementsCount() const in GetTotalElementsCount() function in GDALAbstractMDArray 2550 const auto nEltCount(GetTotalElementsCount()); in ReadAsRaw() 2671 const auto nElts = GetTotalElementsCount(); in ReadAsStringArray() 2705 const auto nElts = GetTotalElementsCount(); in ReadAsIntArray() 2733 const auto nElts = GetTotalElementsCount(); in ReadAsDoubleArray() 2770 if( nLen != GetTotalElementsCount() * GetDataType().GetSize() ) in Write() 2914 if( nVals != GetTotalElementsCount() ) in Write() 2957 GetTotalElementsCount() * GetDataType().GetSize(); in GetTotalCopyCost() 3104 nCurCost += GetTotalElementsCount() * GetDataType().GetSize(); in CopyFrom() 7625 return hArray->m_poImpl->GetTotalElementsCount(); in GDALMDArrayGetTotalElementsCount() [all …]
|
H A D | gdal_priv.h | 2112 GUInt64 GetTotalElementsCount() const;
|
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/gcore/ |
H A D | gdalmultidim.cpp | 1778 GUInt64 GDALAbstractMDArray::GetTotalElementsCount() const in GetTotalElementsCount() function in GDALAbstractMDArray 2550 const auto nEltCount(GetTotalElementsCount()); in ReadAsRaw() 2671 const auto nElts = GetTotalElementsCount(); in ReadAsStringArray() 2705 const auto nElts = GetTotalElementsCount(); in ReadAsIntArray() 2733 const auto nElts = GetTotalElementsCount(); in ReadAsDoubleArray() 2770 if( nLen != GetTotalElementsCount() * GetDataType().GetSize() ) in Write() 2914 if( nVals != GetTotalElementsCount() ) in Write() 2957 GetTotalElementsCount() * GetDataType().GetSize(); in GetTotalCopyCost() 3104 nCurCost += GetTotalElementsCount() * GetDataType().GetSize(); in CopyFrom() 7625 return hArray->m_poImpl->GetTotalElementsCount(); in GDALMDArrayGetTotalElementsCount() [all …]
|
H A D | gdal_priv.h | 2112 GUInt64 GetTotalElementsCount() const;
|
/dports/graphics/gdal/gdal-3.3.3/gcore/ |
H A D | gdalmultidim.cpp | 1778 GUInt64 GDALAbstractMDArray::GetTotalElementsCount() const in GetTotalElementsCount() function in GDALAbstractMDArray 2550 const auto nEltCount(GetTotalElementsCount()); in ReadAsRaw() 2671 const auto nElts = GetTotalElementsCount(); in ReadAsStringArray() 2705 const auto nElts = GetTotalElementsCount(); in ReadAsIntArray() 2733 const auto nElts = GetTotalElementsCount(); in ReadAsDoubleArray() 2770 if( nLen != GetTotalElementsCount() * GetDataType().GetSize() ) in Write() 2914 if( nVals != GetTotalElementsCount() ) in Write() 2957 GetTotalElementsCount() * GetDataType().GetSize(); in GetTotalCopyCost() 3104 nCurCost += GetTotalElementsCount() * GetDataType().GetSize(); in CopyFrom() 7625 return hArray->m_poImpl->GetTotalElementsCount(); in GDALMDArrayGetTotalElementsCount() [all …]
|
H A D | gdal_priv.h | 2112 GUInt64 GetTotalElementsCount() const;
|
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/include/ |
H A D | MultiDimensional.i | 359 unsigned long long GetTotalElementsCount() { in GetTotalElementsCount() function 980 unsigned long long GetTotalElementsCount() { in GetTotalElementsCount() function
|
/dports/graphics/gdal/gdal-3.3.3/swig/include/ |
H A D | MultiDimensional.i | 359 unsigned long long GetTotalElementsCount() { in GetTotalElementsCount() function 980 unsigned long long GetTotalElementsCount() { in GetTotalElementsCount() function
|
/dports/graphics/py-gdal/gdal-3.3.3/swig/include/ |
H A D | MultiDimensional.i | 359 unsigned long long GetTotalElementsCount() { in GetTotalElementsCount() function 980 unsigned long long GetTotalElementsCount() { in GetTotalElementsCount() function
|
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/python/osgeo/ |
H A D | gdal.py | 2894 def GetTotalElementsCount(self, *args): member in MDArray 3292 def GetTotalElementsCount(self, *args): member in Attribute 3382 if self.GetTotalElementsCount() == 1: 3387 if self.GetTotalElementsCount() == 1: 3392 if self.GetTotalElementsCount() == 1:
|
/dports/graphics/gdal/gdal-3.3.3/swig/python/osgeo/ |
H A D | gdal.py | 2894 def GetTotalElementsCount(self, *args): member in MDArray 3292 def GetTotalElementsCount(self, *args): member in Attribute 3382 if self.GetTotalElementsCount() == 1: 3387 if self.GetTotalElementsCount() == 1: 3392 if self.GetTotalElementsCount() == 1:
|
/dports/graphics/py-gdal/gdal-3.3.3/swig/python/osgeo/ |
H A D | gdal.py | 2894 def GetTotalElementsCount(self, *args): member in MDArray 3292 def GetTotalElementsCount(self, *args): member in Attribute 3382 if self.GetTotalElementsCount() == 1: 3387 if self.GetTotalElementsCount() == 1: 3392 if self.GetTotalElementsCount() == 1:
|
/dports/graphics/py-gdal/gdal-3.3.3/apps/ |
H A D | gdalmdiminfo_lib.cpp | 252 const size_t nEltCount(static_cast<size_t>(attr->GetTotalElementsCount())); in DumpAttrValue()
|
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/apps/ |
H A D | gdalmdiminfo_lib.cpp | 252 const size_t nEltCount(static_cast<size_t>(attr->GetTotalElementsCount())); in DumpAttrValue()
|
/dports/graphics/gdal/gdal-3.3.3/apps/ |
H A D | gdalmdiminfo_lib.cpp | 252 const size_t nEltCount(static_cast<size_t>(attr->GetTotalElementsCount())); in DumpAttrValue()
|
/dports/graphics/py-gdal/gdal-3.3.3/swig/include/python/ |
H A D | gdal_python.i | 1228 if self.GetTotalElementsCount() == 1: 1233 if self.GetTotalElementsCount() == 1: 1238 if self.GetTotalElementsCount() == 1:
|
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/include/python/ |
H A D | gdal_python.i | 1228 if self.GetTotalElementsCount() == 1: 1233 if self.GetTotalElementsCount() == 1: 1238 if self.GetTotalElementsCount() == 1:
|
/dports/graphics/gdal/gdal-3.3.3/swig/include/python/ |
H A D | gdal_python.i | 1228 if self.GetTotalElementsCount() == 1: 1233 if self.GetTotalElementsCount() == 1: 1238 if self.GetTotalElementsCount() == 1:
|
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/netcdf/ |
H A D | netcdfmultidim.cpp | 3396 std::vector<char*> apszStrings(static_cast<size_t>(GetTotalElementsCount())); in IRead() 3488 static_cast<size_t>(GetTotalElementsCount()) * nElementSize); in IRead() 3680 static_cast<size_t>(GetTotalElementsCount()) * nElementSize); in IWrite()
|
/dports/graphics/gdal/gdal-3.3.3/frmts/netcdf/ |
H A D | netcdfmultidim.cpp | 3396 std::vector<char*> apszStrings(static_cast<size_t>(GetTotalElementsCount())); in IRead() 3488 static_cast<size_t>(GetTotalElementsCount()) * nElementSize); in IRead() 3680 static_cast<size_t>(GetTotalElementsCount()) * nElementSize); in IWrite()
|
/dports/graphics/py-gdal/gdal-3.3.3/frmts/netcdf/ |
H A D | netcdfmultidim.cpp | 3396 std::vector<char*> apszStrings(static_cast<size_t>(GetTotalElementsCount())); in IRead() 3488 static_cast<size_t>(GetTotalElementsCount()) * nElementSize); in IRead() 3680 static_cast<size_t>(GetTotalElementsCount()) * nElementSize); in IWrite()
|
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/perl/lib/Geo/ |
H A D | GDAL.pm | 575 *GetTotalElementsCount = *Geo::GDALc::MDArray_GetTotalElementsCount; 634 *GetTotalElementsCount = *Geo::GDALc::Attribute_GetTotalElementsCount;
|
/dports/graphics/gdal/gdal-3.3.3/swig/perl/lib/Geo/ |
H A D | GDAL.pm | 575 *GetTotalElementsCount = *Geo::GDALc::MDArray_GetTotalElementsCount; 634 *GetTotalElementsCount = *Geo::GDALc::Attribute_GetTotalElementsCount;
|
/dports/graphics/py-gdal/gdal-3.3.3/swig/perl/lib/Geo/ |
H A D | GDAL.pm | 575 *GetTotalElementsCount = *Geo::GDALc::MDArray_GetTotalElementsCount; 634 *GetTotalElementsCount = *Geo::GDALc::Attribute_GetTotalElementsCount;
|
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/vrt/ |
H A D | vrtmultidim.cpp | 2270 nCurCost += GetTotalElementsCount() * GetDataType().GetSize(); in CopyFrom()
|