H3D API
2.4.1
|
The LibCurlResolver uses libcurl to resolve URLs using e.g. More...
#include <H3D/LibCurlResolver.h>
Public Member Functions | |
LibCurlResolver () | |
Constructor. | |
virtual string | resolveURLAsTmpFile (const string &url) |
Resolve a URL and download it to a tmp-file. More... | |
The LibCurlResolver uses libcurl to resolve URLs using e.g.
the http or ftp protocols.
|
virtual |
Resolve a URL and download it to a tmp-file.
The tmp-file name is returned. If the URL could not be downloaded "" is returned.
Reimplemented from H3DUtil::ResourceResolver.
References H3DUtil::ResourceResolver::getTmpFileName(), and H3DUtil::ResourceResolver::releaseTmpFileName().