OTB
9.0.0
Orfeo Toolbox
|
#include <otbSystem.h>
Public Types | |
typedef System | Self |
Static Public Member Functions | |
static std::string | GetRootName (const std::string &filename) |
static bool | ParseFileNameForAdditionalInfo (const std::string &id, std::string &file, unsigned int &addNum) |
static bool | ParseHdfFileName (const std::string &id, std::string &file, unsigned int &datasetNum) |
static bool | ParseHdfSubsetName (const std::string &id, std::string &key, std::string &name) |
static std::vector< std::string > | Readdir (const std::string &pszPath) |
static bool | IsInteractive (int fd) |
System operations.
System operations, filename or strings manipulations, etc.
Definition at line 43 of file otbSystem.h.
typedef System otb::System::Self |
Standard class typedefs.
Definition at line 47 of file otbSystem.h.
|
static |
Get the root name
Referenced by otb::ImageFileReader< TOutputImage, ConvertPixelTraits >::GetGdalReadImageFileName().
|
static |
Returns true if the file descriptor fd is interactive (i.e. like isatty on unix)
|
static |
Parse a filename with additional information
|
static |
Parse a filename with dataset information
|
static |
Parse the hdf subset name
|
static |
Get list of file find in a directory
Referenced by otb::ImageFileReader< TOutputImage, ConvertPixelTraits >::GetGdalReadImageFileName().