Skip to content
Snippets Groups Projects
Commit 3363eb1c authored by Mickael Savinaud's avatar Mickael Savinaud
Browse files

ENH: add a method to retrieve the number of Overviews into GDALImageIO

parent eba89a19
Branches
Tags
No related merge requests found
......@@ -75,6 +75,10 @@ public:
itkSetMacro(DatasetNumber, unsigned int);
itkGetMacro(DatasetNumber, unsigned int);
/** Set/Get the overview count of the file (0 = one full resolution)*/
itkGetMacro(NumberOfOverviews, unsigned int);
/** Set/Get the options */
void SetOptions(const GDALCreationOptionsType& opts)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment