#include <otbGDALOverviewsBuilder.h>
Definition at line 86 of file otbGDALOverviewsBuilder.h.
◆ ConstPointer
◆ Pointer
◆ Self
◆ Size
◆ SizeVector
◆ Superclass
◆ GDALOverviewsBuilder() [1/2]
otb::GDALOverviewsBuilder::GDALOverviewsBuilder |
( |
| ) |
|
|
protected |
◆ ~GDALOverviewsBuilder()
otb::GDALOverviewsBuilder::~GDALOverviewsBuilder |
( |
| ) |
|
|
inlineoverrideprotected |
◆ GDALOverviewsBuilder() [2/2]
otb::GDALOverviewsBuilder::GDALOverviewsBuilder |
( |
const Self & |
| ) |
|
|
privatedelete |
◆ CanGenerateOverviews()
static bool otb::GDALOverviewsBuilder::CanGenerateOverviews |
( |
const std::string & |
filename | ) |
|
|
static |
◆ CountResolutions() [1/3]
unsigned int otb::GDALOverviewsBuilder::CountResolutions |
( |
| ) |
const |
◆ CountResolutions() [2/3]
unsigned int otb::GDALOverviewsBuilder::CountResolutions |
( |
unsigned int |
factor, |
|
|
unsigned int |
size |
|
) |
| const |
Count the number of resolution levels larger than factor^n.
◆ CountResolutions() [3/3]
unsigned int otb::GDALOverviewsBuilder::CountResolutions |
( |
unsigned int |
size | ) |
const |
◆ CreateAnother()
virtual::itk::LightObject::Pointer otb::GDALOverviewsBuilder::CreateAnother |
( |
void |
| ) |
const |
◆ GetCompressionMethod()
◆ GetEstimatedSize()
vcl_size_t otb::GDALOverviewsBuilder::GetEstimatedSize |
( |
| ) |
const |
◆ GetFormat()
GDALFormat otb::GDALOverviewsBuilder::GetFormat |
( |
| ) |
const |
◆ GetHeight()
unsigned int otb::GDALOverviewsBuilder::GetHeight |
( |
| ) |
const |
◆ GetInputFileName()
const std::string& otb::GDALOverviewsBuilder::GetInputFileName |
( |
| ) |
const |
◆ GetNbResolutions()
unsigned int otb::GDALOverviewsBuilder::GetNbResolutions |
( |
| ) |
const |
◆ GetOverviewsCount()
unsigned int otb::GDALOverviewsBuilder::GetOverviewsCount |
( |
| ) |
const |
◆ GetResamplingMethod()
GDALResampling otb::GDALOverviewsBuilder::GetResamplingMethod |
( |
| ) |
const |
◆ GetResolutionFactor()
unsigned int otb::GDALOverviewsBuilder::GetResolutionFactor |
( |
| ) |
const |
◆ GetWidth()
unsigned int otb::GDALOverviewsBuilder::GetWidth |
( |
| ) |
const |
◆ IsBypassEnabled()
bool otb::GDALOverviewsBuilder::IsBypassEnabled |
( |
| ) |
const |
◆ ListResolutions() [1/2]
void otb::GDALOverviewsBuilder::ListResolutions |
( |
SizeVector & |
| ) |
|
◆ ListResolutions() [2/2]
void otb::GDALOverviewsBuilder::ListResolutions |
( |
SizeVector & |
, |
|
|
unsigned int |
factor, |
|
|
unsigned int |
count |
|
) |
| |
◆ New()
static Pointer otb::GDALOverviewsBuilder::New |
( |
| ) |
|
|
static |
Method for creation through the object factory.
◆ OpenDataset()
void otb::GDALOverviewsBuilder::OpenDataset |
( |
const std::string & |
filename | ) |
|
|
private |
◆ operator=()
void otb::GDALOverviewsBuilder::operator= |
( |
const Self & |
| ) |
|
|
privatedelete |
◆ PrintSelf()
void otb::GDALOverviewsBuilder::PrintSelf |
( |
std::ostream & |
os, |
|
|
itk::Indent |
indent |
|
) |
| const |
|
overrideprotected |
◆ SetBypassEnabled()
void otb::GDALOverviewsBuilder::SetBypassEnabled |
( |
bool |
| ) |
|
◆ SetCompressionMethod()
◆ SetFormat()
void otb::GDALOverviewsBuilder::SetFormat |
( |
GDALFormat |
| ) |
|
◆ SetInputFileName()
void otb::GDALOverviewsBuilder::SetInputFileName |
( |
const std::string & |
str | ) |
|
◆ SetNbResolutions()
void otb::GDALOverviewsBuilder::SetNbResolutions |
( |
unsigned int |
| ) |
|
◆ SetResamplingMethod()
void otb::GDALOverviewsBuilder::SetResamplingMethod |
( |
GDALResampling |
| ) |
|
◆ SetResolutionFactor()
void otb::GDALOverviewsBuilder::SetResolutionFactor |
( |
unsigned int |
| ) |
|
◆ Update()
void otb::GDALOverviewsBuilder::Update |
( |
| ) |
|
|
override |
◆ m_CompressionMethod
◆ m_Format
◆ m_GDALDataset
◆ m_InputFileName
std::string otb::GDALOverviewsBuilder::m_InputFileName |
|
private |
◆ m_IsBypassEnabled
bool otb::GDALOverviewsBuilder::m_IsBypassEnabled |
|
private |
◆ m_NbResolutions
unsigned int otb::GDALOverviewsBuilder::m_NbResolutions |
|
private |
◆ m_ResamplingMethod
◆ m_ResolutionFactor
unsigned int otb::GDALOverviewsBuilder::m_ResolutionFactor |
|
private |
The documentation for this class was generated from the following file: