#include <otbExtendedFilenameHelper.h>
Helper to handle extended filenames.
- See also
- ImageFileReader
Definition at line 44 of file otbExtendedFilenameHelper.h.
◆ ConstPointer
◆ OptionMapType
◆ Pointer
◆ Self
◆ Superclass
◆ ExtendedFilenameHelper() [1/2]
otb::ExtendedFilenameHelper::ExtendedFilenameHelper |
( |
| ) |
|
|
inlineprotected |
◆ ~ExtendedFilenameHelper()
otb::ExtendedFilenameHelper::~ExtendedFilenameHelper |
( |
| ) |
|
|
inlineoverrideprotected |
◆ ExtendedFilenameHelper() [2/2]
otb::ExtendedFilenameHelper::ExtendedFilenameHelper |
( |
const Self & |
| ) |
|
|
privatedelete |
◆ CreateAnother()
virtual::itk::LightObject::Pointer otb::ExtendedFilenameHelper::CreateAnother |
( |
void |
| ) |
const |
◆ GetExtendedFileName()
virtual const char* otb::ExtendedFilenameHelper::GetExtendedFileName |
( |
| ) |
const |
|
virtual |
◆ GetGenericBandRange()
◆ GetNameOfClass()
virtual const char* otb::ExtendedFilenameHelper::GetNameOfClass |
( |
| ) |
const |
|
virtual |
◆ GetOptionMap()
const OptionMapType& otb::ExtendedFilenameHelper::GetOptionMap |
( |
void |
| ) |
const |
◆ GetSimpleFileName()
virtual const char* otb::ExtendedFilenameHelper::GetSimpleFileName |
( |
| ) |
const |
|
virtual |
◆ New()
static Pointer otb::ExtendedFilenameHelper::New |
( |
| ) |
|
|
static |
◆ operator=()
void otb::ExtendedFilenameHelper::operator= |
( |
const Self & |
| ) |
|
|
privatedelete |
◆ ResolveBandRange()
bool otb::ExtendedFilenameHelper::ResolveBandRange |
( |
const std::string & |
bandRange, |
|
|
const unsigned int & |
nbBands, |
|
|
std::vector< unsigned int > & |
output |
|
) |
| const |
Resolve the list of band ranges into real band indexes, according to a total number of bands in the image. Note that the output indexes are zero-based (0 is the first component)
◆ SetExtendedFileName() [1/2]
virtual void otb::ExtendedFilenameHelper::SetExtendedFileName |
( |
const char * |
extFname | ) |
|
|
virtual |
◆ SetExtendedFileName() [2/2]
virtual void otb::ExtendedFilenameHelper::SetExtendedFileName |
( |
const std::string & |
extFname | ) |
|
|
virtual |
◆ SetSimpleFileName()
virtual void otb::ExtendedFilenameHelper::SetSimpleFileName |
( |
const char * |
_arg | ) |
|
|
privatevirtual |
◆ m_ExtendedFileName
std::string otb::ExtendedFilenameHelper::m_ExtendedFileName |
|
private |
◆ m_OptionMap
◆ m_SimpleFileName
std::string otb::ExtendedFilenameHelper::m_SimpleFileName |
|
private |
The documentation for this class was generated from the following file: