![]() |
OTB
9.1.1
Orfeo Toolbox
|
#include <otbCurlHelperStub.h>
Inheritance diagram for otb::CurlHelperStub:
Collaboration diagram for otb::CurlHelperStub:Public Types | |
| typedef itk::SmartPointer< const Self > | ConstPointer |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef CurlHelperStub | Self |
| typedef CurlHelperInterface | Superclass |
Public Types inherited from otb::CurlHelperInterface | |
| typedef itk::SmartPointer< const Self > | ConstPointer |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef CurlHelperInterface | Self |
| typedef itk::Object | Superclass |
Public Member Functions | |
| virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
| virtual const char * | GetNameOfClass () const |
| int | RetrieveFile (const std::ostringstream &urlStream, std::string filename) const override |
| int | RetrieveFile (const std::string &urlString, std::string filename) const override |
| int | RetrieveFileMulti (const std::vector< std::string > &listURLs, const std::vector< std::string > &listFiles, int maxConnect) const override |
| int | RetrieveUrlInMemory (const std::string &urlString, std::string &output) const override |
| bool | TestUrlAvailability (const std::string &url) const override |
Static Public Member Functions | |
| static Pointer | New () |
Static Public Member Functions inherited from otb::CurlHelperInterface | |
| static bool | IsCurlAvailable () |
| static bool | IsCurlMultiAvailable () |
Protected Member Functions | |
| CurlHelperStub () | |
| ~CurlHelperStub () override | |
Protected Member Functions inherited from otb::CurlHelperInterface | |
| CurlHelperInterface () | |
| ~CurlHelperInterface () override | |
Private Member Functions | |
| CurlHelperStub (const Self &)=delete | |
| void | operator= (const Self &)=delete |
Class to test classes using the curl capabilities from OTB.
This class is available only for testing purposes
Definition at line 37 of file otbCurlHelperStub.h.
| typedef itk::SmartPointer<const Self> otb::CurlHelperStub::ConstPointer |
Definition at line 44 of file otbCurlHelperStub.h.
| typedef itk::SmartPointer<Self> otb::CurlHelperStub::Pointer |
Definition at line 43 of file otbCurlHelperStub.h.
Standard class typedefs.
Definition at line 42 of file otbCurlHelperStub.h.
Definition at line 45 of file otbCurlHelperStub.h.
|
inlineprotected |
Definition at line 62 of file otbCurlHelperStub.h.
|
inlineoverrideprotected |
Definition at line 65 of file otbCurlHelperStub.h.
|
privatedelete |
| virtual::itk::LightObject::Pointer otb::CurlHelperStub::CreateAnother | ( | void | ) | const |
|
virtual |
Reimplemented from otb::CurlHelperInterface.
|
static |
|
privatedelete |
|
overridevirtual |
Implements otb::CurlHelperInterface.
|
overridevirtual |
Implements otb::CurlHelperInterface.
|
overridevirtual |
Implements otb::CurlHelperInterface.
|
overridevirtual |
Implements otb::CurlHelperInterface.
|
overridevirtual |
Implements otb::CurlHelperInterface.
1.8.17